Trading Calendars
curl --request GET \
--url https://api.roxom.com/v1/market/calendars \
--header 'X-API-Key: <api-key>' \
--header 'X-API-Signature: <api-key>'{
"data": {
"calendars": [
{
"closeHour": "<string>",
"code": "<string>",
"holidays": [
{
"date": "<string>",
"description": "<string>",
"earlyCloseTime": "<string>",
"lateOpenTime": "<string>"
}
],
"id": "<string>",
"name": "<string>",
"openDayBefore": true,
"openHour": "<string>",
"openOnWeekends": true,
"timezone": "<string>"
}
]
},
"error": true
}Market
Trading Calendars
Get trading calendar information including holidays and special sessions
GET
/
v1
/
market
/
calendars
Trading Calendars
curl --request GET \
--url https://api.roxom.com/v1/market/calendars \
--header 'X-API-Key: <api-key>' \
--header 'X-API-Signature: <api-key>'{
"data": {
"calendars": [
{
"closeHour": "<string>",
"code": "<string>",
"holidays": [
{
"date": "<string>",
"description": "<string>",
"earlyCloseTime": "<string>",
"lateOpenTime": "<string>"
}
],
"id": "<string>",
"name": "<string>",
"openDayBefore": true,
"openHour": "<string>",
"openOnWeekends": true,
"timezone": "<string>"
}
]
},
"error": true
}Documentation Index
Fetch the complete documentation index at: https://docs.roxom.com/llms.txt
Use this file to discover all available pages before exploring further.
Last modified on May 14, 2026
Was this page helpful?
โI