Learn more about options and options trading using my programming tutorials:
Using environment variable in Python to authenticate against 3rd party API.
I am working on a python script. The script is using the IEX Cloud API with a python library called pyEX. For most APIs, you will need to register and use some sort of token to use it. This is the case with IEX API. When you create the IEX client you need to provide…
Continue Reading Using environment variable in Python to authenticate against 3rd party API.
Options Trading for Engineers
I am long fascinated with stock investment and with options trading as well. While stock investment is a very complex area it still feels easier to understand than options contracts. In the next few paragraphs, I am going to try to explain what option contracts are and use code to describe their structure. What is…