stock-quote
market.quoteGet live stock, index, FX, and crypto quotes with last price, day/52-week ranges, previous close, currency, exchange, and relative change in clean JSON. No API keys required.
Instructions
[$0.001/call, wallet required] Live stock/index/FX/crypto quote: last price, day range, 52-week range, previous close, currency, exchange, and a relative change vs. previous close, as clean JSON. The single-symbol NOW read - for OHLC time series use stock-history, for pre/post-market use premarket-quote, and for crypto pairs crypto-price returns richer market fields. Backed by Yahoo Finance's public chart endpoint - keyless, no rate limits in practice. Symbols: equities (AAPL), indices (^GSPC), FX (EURUSD=X), crypto (BTC-USD).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Ticker symbol - equity (AAPL), index (^GSPC), FX (EURUSD=X), crypto (BTC-USD) | |
| Idempotency-Key | No | Optional client-supplied key. Replaying the same key with the same payment/PoW credential and request body returns the original result instead of charging again. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| price | Yes | ||
| dayLow | No | ||
| symbol | Yes | ||
| volume | No | ||
| dayHigh | No | ||
| currency | No | ||
| exchange | No | ||
| changeAbs | No | ||
| changePct | No | ||
| previousClose | No | ||
| fiftyTwoWeekLow | No | ||
| fiftyTwoWeekHigh | No | ||
| regularMarketTime | No |