get https://api.itick.org/symbol/holidays
Log in to see full request history
Response
xxxxxxxxxx
curl --request GET \
--url https://api.itick.org/symbol/holidays \
--header 'accept: application/json'
xxxxxxxxxx
15{
"code": 200,
"status": "ok",
"data": [
{
"c": "AU",
"r": "Australia",
"v": "[\"2025-01-01\", \"2025-01-27\", \"2025-04-18\", \"2025-04-21\", \"2025-04-25\", \"2025-06-09\", \"2025-12-25\", \"2025-12-26\"]",
"et": "09:30 - 16:00",
"ey": "2025",
"vr": null,
"tz": 10
}
]
}