Loading...
Did you find this page helpful?
Do you still need help with something?
/futures/v1/aggs/{ticker}Retrieve historical OHLC (open, high, low, close) and volume bars for a futures contract over a date range. Set the bar size with the resolution parameter, from seconds up to a full session, week, month, quarter, or year. Bars are built from the trades in each interval, so an interval with no trades has no bar.
A futures session opens the evening before the date it settles on, so a session bar's window_start is the day before its session_end_date. To load the session that settles on a given date, query window_start for the day before.
Use Cases: Market monitoring, technical analysis, backtesting, trading strategy development.