investfly.api.MarketDataApiClient

class MarketDataApiClient:

MarketDataApiClient is intended to make calls to /marketdata and /symbol endpoint to get market and symbol data from Investfly

MarketDataApiClient(restApiClient: investfly.api.RestApiClient.RestApiClient)
restApiClient
def getNews(self, symbol: str) -> List[Dict[str, Any]]:
def getOptionExpiryDates( self, symbol: str) -> List[investfly.models.marketdata.OptionExpiry]:
def getOptionChain( self, symbol: str, expiry: investfly.models.marketdata.OptionExpiry) -> investfly.models.marketdata.OptionChain: