Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mraniki/talkytrend

Retrieve Trend, economic data for financial assets
https://github.com/mraniki/talkytrend

cryptocurrency economic-data economics financial-data market rss-feed stock talky tradingview

Last synced: about 2 months ago
JSON representation

Retrieve Trend, economic data for financial assets

Awesome Lists containing this project

README

        











Logo

















Retrieve asset trend and economic data.

Trading view connectivity

News connectivity

FOMC reminder



How to use it



talky = TalkyTrend()
result = await talky.fetch_signal()
# BUY
result = await talky.fetch_event()
print(result)
# Title: FDA advisers say new Alzheimer’s drug lecanemab slows cognitive decline
# Description: Panel’s opinion could pave way for full regulatory approval next month for treatment of disease that affects 6.5m Americans
monitor = await talky.monitor() #ongoing monitoring
# New signal for BTCUSD (4h): STRONG_SELL
# Key event: {'title': 'OPEC-JMMC Meetings', 'country': 'ALL', 'date': '2023-06-04T06:15:00-04:00', 'impact': 'High', 'forecast': '', 'previous': ''}\
# Key news: FDA advisers say new Alzheimer’s drug lecanemab slows cognitive decline

Documentation