V3_INDEX_HISTORY_EOD()
FreeValueStandardPro
- Since the indices feeds do not provide a national EOD report, Theta Data generates a national EOD report at 17:15 each day.
Example
=THETADATA.V3_INDEX_HISTORY_EOD("SPX", "20241104", "20241108")Parameters
symbolRequired -
The stock or index symbol, or underlying symbol for options.
Type: string
Behavior: Required.
start_dateRequired -
The start date (inclusive).
Type: string
Behavior: Required.
end_dateRequired -
The end date (inclusive).
Type: string
Behavior: Required.
Returns
A grid (string[][]) - a header row followed by one row per result. See the REST API reference for the full response schema.