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 1 month ago
JSON representation
Retrieve Trend, economic data for financial assets
- Host: GitHub
- URL: https://github.com/mraniki/talkytrend
- Owner: mraniki
- License: mit
- Archived: true
- Created: 2023-03-10T18:15:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-21T16:28:51.000Z (3 months ago)
- Last Synced: 2025-08-19T21:55:28.065Z (about 2 months ago)
- Topics: cryptocurrency, economic-data, economics, financial-data, market, rss-feed, stock, talky, tradingview
- Language: Python
- Homepage: https://talky.readthedocs.io
- Size: 1.92 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
![]()
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 declineDocumentation