Get comprehensive TradingView data for one date
tradingview_get_dayFetch historical OHLCV for a specific date from TradingView, returning session/intraday aggregates, price changes, and technical analysis. Non-trading days return explicit no-session status.
Instructions
Recommended one-call historical-date workflow. Navigate official TradingView Supercharts to the requested date, export OHLCV through the chart UI, and return the matching session or intraday aggregate, prior/next bars when available, price changes, gaps, ranges, volume, rolling performance, and deterministic technical analysis. Non-trading days return an explicit no_session_bar status instead of substituting another date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Requested market date in YYYY-MM-DD format. | |
| symbol | Yes | TradingView symbol, preferably EXCHANGE:TICKER such as NASDAQ:AAPL. | |
| interval | No | D returns the session candle; an intraday interval of at least 9 seconds returns and aggregates every exported bar on that date. | D |
| layoutId | No | ||
| timezone | No | IANA timezone used to decide which exported bars belong to the requested calendar date. | UTC |
| includeBars | No | Include every matching intraday bar. The default response keeps only the aggregate and analysis. | |
| lookbackBars | No | Maximum exported bars retained through the requested date for comparisons and technical analysis. | |
| keepBrowserOpen | No |