๐Ÿ“ˆ

Stock Quote API

Real-time stock, ETF, index, and crypto quotes. No API key required. Batch up to 10 symbols per request with optional fundamentals.

API Docs $0.001 / request

About this tool

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.

Quick Start

curl "https://api.iteratools.com/finance/quote?symbol=AAPL" \ -H "Authorization: Bearer YOUR_KEY"

Batch + Fundamentals

curl "https://api.iteratools.com/finance/quote?symbol=AAPL,GOOG,BTC-USD&details=true" \ -H "Authorization: Bearer YOUR_KEY"

Response Fields

Field Description
symbolTicker symbol (e.g. AAPL)
nameCompany/asset name
priceCurrent market price
currencyCurrency code (USD, EUR, etc.)
change / change_pctPrice change and % vs previous close
open / high / low / prev_closeOHLC data for current session
volumeTrading volume
market_stateREGULAR, PRE, POST, CLOSED
exchangeExchange name (NasdaqGS, NYSE, etc.)
timestampLast update time (ISO 8601)
With details=true:
market_capMarket capitalization (USD)
pe_ratioTrailing P/E ratio
epsTrailing EPS
dividend_yieldAnnual dividend yield (%)
week_52_high / week_52_low52-week price range
betaBeta (market volatility measure)

Supported Symbol Types

  • Stocks: AAPL, TSLA, MSFT, AMZN, NVDA, META, NFLX
  • Brazilian stocks: PETR4.SA, VALE3.SA, ITUB4.SA
  • ETFs: SPY, QQQ, VTI, GLD, ARKK
  • Indices: ^GSPC (S&P 500), ^DJI (Dow Jones), ^IXIC (Nasdaq)
  • Crypto: BTC-USD, ETH-USD, SOL-USD, BNB-USD
  • Forex: EURUSD=X, GBPUSD=X, USDBRL=X

Use Cases

  • AI financial assistants โ€” answer "What's Apple's stock price?"
  • Portfolio trackers โ€” batch query all holdings in one call
  • Crypto dashboards โ€” BTC-USD, ETH-USD real-time
  • Trading bots โ€” monitor pre/post market states
  • Financial reports โ€” P/E ratio, market cap, EPS at a glance