guruappa / MarketDataApp

MIT License
1 stars 0 forks source link

Get the option chain of a Symbol with just a symbol #12

Closed guruappa closed 11 months ago

guruappa commented 11 months ago

I think to get chain we should be able to call get_option_chain from either a Stock or an Index. When an user wants to look at option chain of a Stock or Index object, the user would not have to create an Option object.

guruappa commented 11 months ago

The user can now get the default option chain for an underlying. The default option chain is of the current month's option chain, as received from the Market Data API.