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
if settings.finnhub_api_key:
self.data_client = finnhub.Client(
api_key=settings.finnhub_api_key)
if settings.alphavantage_api_key:
self.data_client = AlphavantageClient().with_api_key(
settings.alphavantage_api_key)
if settings.twelvedata_api_key:
self.data_client = TDClient(apikey=settings.twelvedata_api_key)
The text was updated successfully, but these errors were encountered:
mraniki
changed the title
Create a Market_data_client to support finnhub/alphavantage/Twelvedata
⚗️ Create a Market_data_client to support finnhub/alphavantage/Twelvedata
Aug 8, 2023
The text was updated successfully, but these errors were encountered: