Real-time stock, ETF, index, and crypto quotes. No API key required. Batch up to 10 symbols per request with optional fundamentals.
GET /finance/quote returns real-time (or 15-min delayed) market data for any ticker symbol: stocks (AAPL, TSLA, MSFT), ETFs (SPY, QQQ), indices (^GSPC, ^DJI), and crypto pairs (BTC-USD, ETH-USD). Powered by Yahoo Finance โ no API key required. Batch up to 10 symbols per request. Add details=true for P/E ratio, market cap, 52-week range, EPS, dividend yield, and beta.
| Field | Description |
|---|---|
symbol | Ticker symbol (e.g. AAPL) |
name | Company/asset name |
price | Current market price |
currency | Currency code (USD, EUR, etc.) |
change / change_pct | Price change and % vs previous close |
open / high / low / prev_close | OHLC data for current session |
volume | Trading volume |
market_state | REGULAR, PRE, POST, CLOSED |
exchange | Exchange name (NasdaqGS, NYSE, etc.) |
timestamp | Last update time (ISO 8601) |
| With details=true: | |
market_cap | Market capitalization (USD) |
pe_ratio | Trailing P/E ratio |
eps | Trailing EPS |
dividend_yield | Annual dividend yield (%) |
week_52_high / week_52_low | 52-week price range |
beta | Beta (market volatility measure) |