get_market_snapshot
Fetch a point-in-time market snapshot with quotes, multi-timeframe overviews, and optional economic events. It reports missing data and quality status, enabling read-only environment analysis without trade instructions.
Instructions
Build a read-only, point-in-time market data snapshot for environment analysis. It fetches quotes and a shared multi-timeframe overview for target and optional auxiliary symbols, with optional economic events. The result explicitly reports missing data, request-time timestamps, and quality status; it does not produce a trade instruction. TradingView scanner values do not expose a common source timestamp, so intraday timing must be treated as partial-quality evidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Shared overview fields without timeframe suffix. Default: common trend/momentum set | |
| symbols | Yes | Required analysis symbols in EXCHANGE:SYMBOL form, e.g. ['OANDA:EURUSD'] | |
| countries | No | Economic-event countries when include_events is true | |
| timeframes | No | Shared timeframes for the overview. Default: ['15','60','240','1D'] | |
| include_events | No | Include economic calendar data. Default: false | |
| min_importance | No | Minimum event importance when include_events is true. Default: medium | |
| auxiliary_symbols | No | Optional context symbols such as TVC:DXY or TVC:US10Y; total symbols may not exceed 20 | |
| required_quote_fields | No | Numeric quote fields that every required symbol must contain. Default: ['close'] |