Rumorz.io official Python SDK
Project description
🚀 Rumorz Python SDK
Access a real-time knowledge graph of financial markets. Rumorz' AI agents read the news 24/7 so you don't have to and extract relevant insights and analytics for investors, traders and developers.
We provide an easy interface to access real-time knowledge and analytics on financial assets, companies, people, organizations and place.
We only cover cryptomarkets for now but will expand to stocks and other asset classes over time.
🛠️ Install
pip install rumorz
🔒 API Access
Sign up for an account on Rumorz and generate an API key
✅ Live features
- Graph screener: a ranking of all entities in the Rumorz Graph by social metrics
🚀 Upcoming features
- Summaries and market updates: Get real-time market updates and summaries of events over any timeframe
- Search: find financial assets, companies or people in the Rumorz Graph
- Entity level news: get real-time and historical news for any entity
- AI workflows: automate summaries, reports and alerts
📚 Use cases
- Market monitoring and alerts
- Investment and Trading strategies
- Financial research, analysis and alpha generation
- Data source for AI Agents and RAG based applications
- Social media bot development: Telegram, Discord, Twitter/X etc.
- Workflow automation: emails, PDFs, reports etc.
🌐 Coverage
We track and extract knowledge and analytics from 100s of websites and news articles in real-time. Rumorz covers cryptocurrencies to start with, but will expand to Stocks and other asset classes based on user demand.
🚀 How to
from rumorz.client import RumorzClient
from rumorz.enums import Lookback, ScreenerValues, EntityType
API_KEY = "<YOUR_API_KEY>"
rumorz = RumorzClient(api_key=API_KEY)
# Rank financial assets by social metrics
assets_screener = rumorz.graph.get_screener(
lookback=Lookback.ONE_WEEK,
screener_values=ScreenerValues.CHG,
entity_type_filter=EntityType.FINANCIAL_ASSET
)
# Rank people by social metrics
person_screener = rumorz.graph.get_screener(
lookback=Lookback.ONE_WEEK,
screener_values=ScreenerValues.CHG,
entity_type_filter=EntityType.PERSON
)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file rumorz-0.1.7.tar.gz
.
File metadata
- Download URL: rumorz-0.1.7.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9c51915f8b0d7b5ce19499cda0a45c61832c12ce4abdd56bc4e2f97df5fceb4 |
|
MD5 | 4e10b31242e0061ea43d8900ddba49b6 |
|
BLAKE2b-256 | 74acec493427d6f0729d3a433d7daa5138f6217d22d53a0561191bc9727a1360 |
File details
Details for the file rumorz-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: rumorz-0.1.7-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe3acb7404ae79f3cc1e2d3ebf582a8f7001f8d422e8053ec3a4ebdece3444c5 |
|
MD5 | 6e8093a7a0b7cd64d8d759569c4c14e1 |
|
BLAKE2b-256 | 9460421e3717b36ae3c6f91d33ffc85b2b5f7fea7394c7486621d51e09d3f574 |