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 getStandardSymbols(self, standardListName: str) -> Set[str]: