Introducing

New MarketStatus APIs

Jul 19, 2018

We have introduced 2 new APIs to be used to determine the market status.

  • /v1/marketstatus/now
    Which gets the current market status

Example:

{
  "market": "open",
  "serverTime": "2018-07-19T08:51:07-04:00",
  "exchanges": {
    "nyse": "open",
    "nasdaq": "open",
    "otc": "extended-hours"
  }
}
  • /v1/marketstatus/upcoming
    Get the upcoming market holidays

Example:

[
  {
    "exchange": "NYSE",
    "name": "Thanksgiving Day",
    "status": "early-close",
    "date": "2018-11-23T00:00:00.000Z",
    "open": "2018-11-23T09:30:00.000Z",
    "close": "2018-11-23T13:00:00.000Z"
  }
]

See more on the Docs page: https://polygon.io/docs/stocks/get_v1_marketstatus_now

From the blog

See what's happening at polygon.io

polygon plugin for chatgpt Feature Image
announcement

Announcing the Polygon ChatGPT Plugin

Introducing the Polygon plugin for ChatGPT, a powerful tool that simplifies financial research by providing easy access to real-time and historical market data for Stocks, Options, Indices, Forex, and Crypto.

Team Polygon Profile Photo

editor

Team Polygon

indices data has arrived Feature Image
announcement

Indices Data Has Arrived

We are excited to announce the launch of the Indices API endpoints, offering real-time and historical market data for over 11,400+ Indices, including the S&P 500, Dow Jones Industrial Average, Nasdaq-100, and the VIX. With access to comprehensive market data, businesses and individual investors can make informed decisions in today's rapidly evolving financial markets. We have brought the same low-latency and developer-centric API design of our

Team Polygon Profile Photo

editor

Team Polygon