Skip to content

On Date (v3)

ValueStandardPro

REQUIRED

The v3 Theta Terminal must be running to access data.

  • Retrieves equity market schedule for a given date
  • Note: Holiday data is available 01/01/2012 through the end of the calendar year that immediately follows the current year
  • *On days when the market closes early at 1:00 PM ET; eligible options will trade until 1:15 PM.
  • **Some NYSE exchanges will continue late trading until 5:00 PM ET on early close days.

Sample URL

Paste the URL below into your browser while the Theta Terminal is running.

Returns equity market schedule for the requested date
http://localhost:25503/v3/calendar/on_date?date=20251225

Query Parameters

dateRequired  -

The date to fetch data for.

Type: string
format  -

The format of the data when returned to the user.

Type: string (Default: csv)
Enumcsv, json, ndjson, html

Responses

Returns requested day schedule

array of:

Sample Code

py