get_quotes
Fetch real-time quotes and technical indicators for specific symbols. Retrieve price, volume, RSI, and overall buy/sell rating to support trading decisions.
Instructions
Get current quotes and technical data for specific symbols via TradingView's scanner API (no chart interaction). Default columns include close, change, volume, RSI and 'Recommend.All' — the overall technical rating in [-1, 1] (-1 strong sell, +1 strong buy). Other fields (e.g. 'MACD.macd', 'EMA50', 'price_earnings_ttm') can be requested via columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| columns | No | Data fields to return. Default: description/close/change/volume/RSI/Recommend.All | |
| symbols | Yes | Symbols in EXCHANGE:SYMBOL form, e.g. ['OANDA:EURUSD', 'NASDAQ:AAPL'] |