For the complete documentation index, see llms.txt. This page is also available as Markdown.

Default module

Market Holidays

get
Responses
200Success
application/json
codeintegerRequired

Response code, 0: success

msgstringOptional

Exception information, exists when not 0

get/symbol/holidays
GET /symbol/holidays HTTP/1.1
Host: api.itick.org
Accept: */*
200Success
{
  "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
    }
  ]
}

Last updated