search_symbols
Search TradingView's database for tickers, symbols, or economic data by query. Returns symbol, exchange, and fully qualified ticker for further use.
Instructions
Search for symbols, indicators, assets, or indices on TradingView.
Use this tool to find tickers, symbols, or economic/FRED data when you don't know the exact prefix or symbol name (e.g., when searching for "US GDP", "US CPI", "interest rate").
Returned Fields:
Each result contains:
symbol: The symbol code (e.g. "USGDP", "AAPL", "EURUSD").exchange: The exchange or prefix name (e.g. "ECONOMICS", "FRED", "NASDAQ", "OANDA").ticker: The fully qualified ticker in the format 'EXCHANGE:SYMBOL' (e.g. 'ECONOMICS:USGDP', 'FRED:GDPC1', 'NASDAQ:AAPL'). This ticker should be used for other tool calls.description: A description of what the symbol represents (e.g. "United States GDP").type: Asset type (e.g. "economic", "stock", "forex").provider_id: Data source provider.currency_code: Currency used for prices (e.g. "USD").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query text (e.g. "US GDP", "interest rate", "CPI", "AAPL"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |