talkytrend.handler.tradingeconomics.TradingeconomicsHandler#
- class talkytrend.handler.tradingeconomics.TradingeconomicsHandler(**kwargs)[source]#
Bases:
ClientTrading Economics API client
documentation: tradingeconomics/tradingeconomics-python
Initialize the object with the given keyword arguments.
- Parameters:
kwargs – keyword arguments
- Returns:
None
Methods
fetch()Asynchronously fetches data from the source using the configured settings.
get_news()monitor()Asynchronously monitors the system and retrieves various data sources based on the configured settings.
- async fetch()#
Asynchronously fetches data from the source using the configured settings.
- Returns:
- A string containing the concatenated results
of the retrieved data sources.
- Return type:
str
- async monitor()#
Asynchronously monitors the system and retrieves various data sources based on the configured settings. Cover Events, Feed, and Signal.
- Returns:
- A string containing the concatenated results
of the retrieved data sources.
- Return type:
str