Real Time Stock-API
Real Time Stock API provides fast market data for US, Indian NSE, indices, and global yfinance-compatible symbols. Features: - Fast current quote: GET /stock/{symbol} - Batch quotes: GET /stock/quotes?symbols=AAPL,MSFT,RELIANCE - Daily OHLCV history: GET /stock/{symbol}/history?days=30 or /stock/history?symbol=AAPL&days=30 - Fundamentals: GET /stock/{symbol}/info - Market indices: GET…
Real Time Stock-API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Stock /stock/{symbol} |
Current price & info |
| GET |
Get Stock History /stock/{symbol}/history |
OHLCV historical data |
| GET |
Get Stock Info /stock/{symbol}/info |
Detailed detailed stock information of a company |
| GET |
Get All Indices /market/indices |
Get all major indices (Nifty50, Sensex, S&P500, NASDAQ, etc.) |
| GET |
Get Index /market/indices/{index} |
Get specific index data |
| GET |
Get Movers /market/movers |
Get top gainers and losers for the day |
| GET |
Search Stocks /market/search |
Search stocks by name or symbol |
| GET |
Health Check /health |
Public health check endpoint. Returns status ok, service name, version, and timestamp. |
| GET |
API Metadata /metadata |
Public metadata endpoint describing API capabilities, cache TTLs, limits, supported markets, and indices. |
Real Time Stock-API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | 500 / second |
|
| ULTRA | $75 / month | 500 / second |
|
| MEGA | $150 / month | — |
|