EOD
Pro
REQUIRED
The Theta Terminal must be running to access data.
Behavior
Returns the data for all contracts that share the same provided root and expiration.
Since OPRA does not provide a national EOD report for options, Thetadata generates a national EOD report at 17:15 ET each day.
ms_of_day
represents the time of day the report was generated and ms_of_day2
represents the time of the last trade.
The quote in the response represents the last NBBO reported by OPRA at the time of report generation.
You can read more about EOD & OHLC data here.
- Expected response time: ~1 minute
- Expected File Size: ~150 MB
Sample URL
Paste the URL below into your browser while the Theta Terminal is running.
http://127.0.0.1:25510/v2/file/option/eod?start_date=20250512
Parameters
Query Parameters
start_dateRequired -
The start date (inclusive) of the request formatted as YYYYMMDD.
Type: integer
Responses
OK
string
Example
C:\Users\userName\ThetaData\ThetaTerminal\downloads\OPTION-EOD-20250512.csv
Sample Code
py