Trading Calendar (0.3.2)

Download OpenAPI specification:Download

Trading calendar REST API with holiday, late open, and early close. Over 50 unique exchange calendars for global equity and futures markets.

Markets

Get Markets

query Parameters
mic
string (MIC code)
Example: mic=XNYS

Optional list of comma separated MIC codes for which market to show data for. All market will be included if MIC code is not specified.

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Market Status

Get Market Status

query Parameters
mic
string (MIC code)
Example: mic=XNYS

Optional list of comma separated MIC codes for which market to show data for. All market will be included if MIC code is not specified.

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Trading Hours

Get Trading Hours

query Parameters
mic
string (MIC code)
Example: mic=XNYS

Optional list of comma separated MIC codes for which market to show data for. All market will be included if MIC code is not specified.

start
required
string <date> (Start date)
Example: start=2025-03-20

Show holidays starting at this date.

end
required
string <date> (End date)
Example: end=2025-03-20

Show holidays until this date.

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Market Holidays

Get Market Holidays

query Parameters
mic
string (MIC code)
Example: mic=XNYS

Specify comma separated list of MIC codes for which market to show data for.

start
required
string <date> (Start date)
Example: start=2025-03-20

Show holidays starting at this date.

end
required
string <date> (End date)
Example: end=2025-03-20

Show holidays until this date.

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Version

Get Version

Responses

Response samples

Content type
application/json
{
  • "version": "0.3.2"
}