query_screener
Scan stock, crypto, or forex markets with TradingView screener. Fetch technical indicators like RSI, MACD, and moving averages, plus recommendations for specific symbols.
Instructions
Query the TradingView Stock, Crypto, or Forex Screener.
This tool allows scanning across markets or fetching technical analysis indicators (like RSI, MACD, Moving Averages) and recommendations for specific symbols.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | Screener market name, e.g. "america" (US stocks), "crypto", "forex", "hongkong", "japan". | america |
| columns | No | Specific list of indicator or metric fields to fetch. | |
| sort_by | No | Field ID to sort the results. | market_cap_basic |
| sort_order | No | Sorting direction, either "asc" or "desc". | desc |
| limit | No | Max number of results (default: 10). | |
| filters | No | Custom filter objects to pass to the scanner (e.g., `[{"left": "name", "operation": "equal", "right": "AAPL"}]`). | |
| filter2 | No | Nested boolean filter conditions to pass to the scanner. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |