Conversation
JosueNina
force-pushed
the
bug-vix9d-market-hours
branch
from
September 24, 2026 17:57
25045b4 to
fbcd53e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Moves the market close of 22 Cboe indices to 15:16 CT so the session includes the 16:15 ET bar, where Cboe publishes the official closing value (16:15:01 ET). Affected indices: VIX9D, VIX6M, VIX3M, VIX1D, VIX1Y, VVIX, RVX, VXN, VXD, VWA, VWB, VXTH, COR1M, COR3M, COR6M, COR9M, COR1Y, COR30D, BXD, BXM, BXN and CLL.
Related Issue
Motivation and Context
These entries closed at 15:00 CT (16:00 ET), and VIX3M at 15:15 CT, so the minute bars through 16:15 ET were dropped as outside market hours and the hour and daily bars were consolidated without the official close. As a result our daily bars did not match Cboe's official values or Yahoo.
Requires Documentation Change
N/A
How Has This Been Tested?
Unit tests, plus a local backtest consolidating the minute data to daily for 21 trading days (2026-08-24 to 2026-09-22). With the new close, the daily close matches Cboe's official close on every day for all 22 indices, and the full OHLC matches where Cboe publishes it.
Types of changes
Checklist:
bug-<issue#>-<description>orfeature-<issue#>-<description>