Market Data
📊 Real-Time Market Data
Access institutional-grade market data with real-time quotes, historical data, and comprehensive market analysis powered by multiple data sources.
Market Status Market Open
S&P 500
4,247
+1.2%
NASDAQ
13,658
+1.8%
Dow Jones
34,221
+0.9%
VIX
18.5
Moderate
Key Features
🔄 Real-Time Data Feeds
- Live Quotes - Real-time price updates
- Level II Data - Order book depth
- Trade Flow - Real-time trade execution data
- Market Breadth - Advance/decline ratios
📈 Historical Data
- Price History - Up to 20 years of data
- Volume Analysis - Trading volume patterns
- Corporate Actions - Splits, dividends, mergers
- Earnings Data - Historical earnings and estimates
🌍 Global Markets
- US Exchanges - NYSE, NASDAQ, AMEX
- International - LSE, TSE, ASX, and more
- Forex - Major currency pairs
- Commodities - Gold, oil, agricultural products
API Access
GET
/api/v1/market/stock/{symbol}
Get real-time stock data for any symbol.
GET
/api/v1/market/summary
Get comprehensive market summary with indices and top movers.
GET
/api/v1/market/stocks/batch
Get data for multiple stocks in a single request.
Market Data API Examples
# Get single stock data
curl -H "Authorization: Bearer <token>" \
http://localhost:8000/api/v1/market/stock/AAPL
# Get market summary
curl -H "Authorization: Bearer <token>" \
http://localhost:8000/api/v1/market/summary
# Get multiple stocks
curl -H "Authorization: Bearer <token>" \
"http://localhost:8000/api/v1/market/stocks/batch?symbols=AAPL,GOOGL,MSFT"
Data Sources
Primary Sources
- Yahoo Finance - Real-time stock prices and market data via yfinance
- Finnhub - Social sentiment analysis and alternative data
- NewsAPI - Financial news aggregation and analysis
Data Features
- Real-time pricing with minimal delay
- Historical data up to 20 years
- Market indices (S&P 500, NASDAQ, DOW)
- Top gainers/losers identification
- Volume and trading activity tracking
For complete API documentation, see Market Data API Reference.