# Market Holidays

| Market | Holiday                    | Date                             |
| ------ | -------------------------- | -------------------------------- |
| US     | New Year's Day             | January 1                        |
| US     | Martin Luther King Jr. Day | Third Monday in January          |
| US     | Presidents' Day            | Third Monday in February         |
| US     | Good Friday                | Friday before Easter Sunday      |
| US     | Memorial Day               | Last Monday in May               |
| US     | Independence Day           | July 4                           |
| US     | Labor Day                  | First Monday in September        |
| US     | Thanksgiving Day           | Fourth Thursday in November      |
| US     | Christmas Day              | December 25                      |
| UK     | New Year's Day             | January 1                        |
| UK     | Good Friday                | Friday before Easter Sunday      |
| UK     | Easter Monday              | First Monday after Easter Sunday |
| UK     | May Day Bank Holiday       | First Monday in May              |
| UK     | Spring Bank Holiday        | Last Monday in May               |
| UK     | Summer Bank Holiday        | Last Monday in August            |
| UK     | Christmas Day              | December 25                      |
| UK     | Boxing Day                 | December 26                      |
| Japan  | New Year's Day             | January 1                        |
| Japan  | Coming of Age Day          | Second Monday in January         |
| Japan  | National Foundation Day    | February 11                      |
| Japan  | Vernal Equinox Day         | Around March 20-21               |
| Japan  | Showa Day                  | April 29                         |
| Japan  | Constitution Memorial Day  | May 3                            |
| Japan  | Greenery Day               | May 4                            |
| Japan  | Children's Day             | May 5                            |
| Japan  | Marine Day                 | Third Monday in July             |
| Japan  | Mountain Day               | August 11                        |
| Japan  | Respect for the Aged Day   | Third Monday in September        |
| Japan  | Autumnal Equinox Day       | Around September 22-23           |
| Japan  | Health and Sports Day      | Second Monday in October         |
| Japan  | Culture Day                | November 3                       |
| Japan  | Labor Thanksgiving Day     | November 23                      |
| Japan  | Emperor's Birthday         | December 23                      |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://trnd-bot.gitbook.io/trnd/trnd-trainer/market-holidays.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
