Single ticker quote
GET /v1/quote/:ticker — Spot price + 24h change + traditional metrics (P/E, EPS, dividend yield, 52-week high/low, beta, market cap) for one non
GET /v1/quote/:ticker
Spot price + 24h change + traditional metrics (P/E, EPS, dividend yield, 52-week high/low, beta, market cap) for one non-crypto ticker. Source chain: Minara stocks/v2/get-stock-info for price + fundamentals; Yahoo quoteSummary in parallel for the rich metrics. Falls back to Yahoo as primary for symbols Minara 404s (commodities, forex, indices).
| Method | GET |
| Path | /v1/quote/:ticker |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | market |