You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have code for a class that will retrieve, parse, and return call/put data into a DataFrame object for a given ticker and a given option expiration month-year.
I actually got the idea there. I took what you had in your book and added a few things (like allowing the user to specify expiration month/date for the options).
Do you have an implementation of your book's method written?
Add functionality to pd.io.DataReader that collects options data from yahoo finance for a given stock.
Would rely on BeatifulSoup to parse html data.
The text was updated successfully, but these errors were encountered: