GET/v1/flights/search Search flight itineraries between two airports on a given date. Returns one row per itinerary with carrier, segments, total duration, and indicative price. | — | — | $0.1 |
GET/v1/stocks/bars Daily OHLC bars for a US-listed equity ticker, sourced from Yahoo Finance. Returns one row per trading day with open, high, low, close, and volume; most recent first. | — | — | $0.1 |
GET/v1/stocks/quote Real-time quote snapshot for one or more US-listed equity tickers, sourced from Finnhub. Returns one row per symbol with last price, day change, and market state. Bid/ask and volume are surfaced when the upstream provides them. | — | — | $0.05 |
GET/v1/stocks/fundamentals Company fundamentals snapshot for a US-listed equity ticker, sourced from Finnhub. Returns one row with market cap, shares outstanding, P/E ratio, EPS, dividend yield, beta, sector, and industry. Non-applicable fields (e.g. dividend yield for non-dividend stocks) are omitted. | — | — | $0.01 |
GET/v1/stocks/search Search US-listed equity tickers by company name or symbol prefix, sourced from Yahoo Finance. Returns one row per match with symbol, full name, exchange, quote type, and a relevance score. | — | — | $0.01 |