v1

latestOpenAPI 3.0.02026-07-26166415635.8 KB
Calendar

Get Market Clock

This API serves information about multiple markets: the current time, if it's a market day, the current phase of the market, etc.

get/v2/clock

Query parameters

marketsstring

Comma-separated list of markets. Available market codes by region:

United States

  • BMO: Bank of Montreal. US banking calendar (US operations).
  • BNYM: The Bank of New York Mellon. US banking calendar.
  • BOATS: Blue Ocean Alternative Trading System. US overnight trading.
  • IEX: Investors Exchange. US equities.
  • IEXG: Investors Exchange. US equities.
  • NASDAQ: National Association of Securities Dealers Automated Quotations. US equities.
  • NYSE: New York Stock Exchange. US equities.
  • OCEA: BlueOcean ATS. US overnight trading.
  • OPRA: Options Price Reporting Authority. US options.
  • OTC: Over-The-Counter. US OTC equities.
  • OTCM: OTC Markets. US OTC equities.
  • SIFMA: Securities Industry and Financial Markets Association. US bonds.
  • XNAS: NASDAQ. US equities.
  • XNYS: New York Stock Exchange. US equities.

Europe

  • CEUX: Cboe CEUX Europe. European equities (Cboe Netherlands).
  • CHIX: Cboe CHIX Europe. European equities (Cboe UK).
  • ISE: Euronext Dublin. Irish equities.
  • LSE: London Stock Exchange. UK equities.
  • MTA: Euronext Milan. Italian equities.
  • MTAA: Euronext Milan. Italian equities.
  • XAMS: Euronext Amsterdam. Dutch equities.
  • XBRU: Euronext Brussels. Belgian equities.
  • XDUB: Euronext Dublin. Irish equities.
  • XETR: Frankfurt Stock Exchange. German equities.
  • XETRA: Frankfurt Stock Exchange. German equities.
  • XLIS: Euronext Lisbon. Portuguese equities.
  • XLON: London Stock Exchange. UK equities.
  • XPAR: Euronext Paris. French equities.

Asia & Middle East

  • HKEX: Hong Kong Stock Exchange. Hong Kong equities.
  • JPX: Japan Exchange Group. Japanese equities.
  • TADAWUL: Saudi Stock Exchange. Saudi equities.
  • XHKG: Hong Kong Stock Exchange. Hong Kong equities.
  • XSAU: Saudi Stock Exchange. Saudi equities.
  • XTKS: Japan Exchange Group. Japanese equities.
timestring date-time

Instead of the current time, use this time for the clock.

Response

OK

Example response

{
  "clocks": [
    {
      "market": {
        "acronym": "NYSE",
        "bic": "IRVTUS3NXXX",
        "mic": "XNYS",
        "name": "New York Stock Exchange",
        "timezone": "America/New_York"
      }
    }
  ]
}