Installation
Quick Start
Async Client
Configuration
Resources
All 12 resource groups available:| Resource | Methods |
|---|---|
client.quotes | get(symbol), batch(symbols) |
client.fundamentals | get(symbol), statements(symbol) |
client.technicals | get(symbol) |
client.news | list(symbol) |
client.options | chain(symbol) |
client.analyst | consensus(symbol), price_targets(symbol), ratings(symbol) |
client.earnings | history(symbol) |
client.insider | transactions(symbol) |
client.profile | get(symbol) |
client.sentiment | get(symbol) |
client.historical | get(symbol, period="5d") |
client.etf | get(symbol) |
Usage Examples
Real-Time Quote
Batch Quotes
Technical Analysis
Analyst Consensus
Error Handling
Requirements
- Python 3.9+
- Dependencies:
httpx,pydantic
GitHub
Source code, issues, and contributions