---
title: "Market Holidays"
method: GET
path: "/v1/marketstatus/upcoming"
tags: ["reference:stocks:market"]
---

# Market Holidays

`GET /v1/marketstatus/upcoming`

Get upcoming market holidays and their open/close times.

## Response `200`

OK

- object[]
  - `close` string — The market close time on the holiday (if it's not closed).
  - `date` string — The date of the holiday.
  - `exchange` string — Which market the record is for.
  - `name` string — The name of the holiday.
  - `open` string — The market open time on the holiday (if it's not closed).
  - `status` string — The status of the market on the holiday.

---

[API](https://skmtc.net/massive/apis/polygon-api.md) · [All operations](https://skmtc.net/massive/apis/polygon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/massive/polygon-api/revisions/ad6f143e43aa/schema)
