Closed
Description
I would like to propose an interface breaking refactoring to io/data options.
Here are the proposed major changes:
- replace month/year with datetime parameter (the current implementation does not support weekly options)
- add a call to list available expirations (I'm unsure how that is supported with Yahoo Finance data)
- add data_source to all functions (where applicable) and refactor to _yahoo functions
This is in preparation to hooking up Google Finance as an options data source. (#3822)
Please comment. Thanks