Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mraniki/talkytrend
- Owner: mraniki
- License: mit
- Created: 2023-03-10T18:15:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T01:22:27.000Z (7 months ago)
- Last Synced: 2024-05-23T02:31:45.067Z (7 months ago)
- Topics: cryptocurrency, economic-data, economics, financial-data, market, rss-feed, stock, talky, tradingview
- Language: Python
- Homepage: https://talky.readthedocs.io
- Size: 1.67 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
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