get_stock_quotes
Real-time price quote for one or more stocks or ETFs.
Returns price, intraday OHLC, day change (amount + percent), volume,
previous close, market cap, currency, exchange, and market-state
flags (is_market_open / is_premarket / is_after_market). When
extended-hours data is present, the entry includes a
`pre_post_market` block — when the regular session is closed,
that's the freshest price.
For forex pairs use get_forex_quote; this endpoint is stocks/ETFs only.
Args:
tickers: Comma-separated tickers (e.g. 'AAPL' or 'AAPL,MSFT,NVDA').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tickers | Yes |