Skip to main content

GET /api/suspension

Interface Description

This interface provides suspension and resumption information queries for major global exchanges (SSE, NYSE, NASDAQ). All interfaces return JSON data, sorted by announcement time in descending order.

Request Frequency

Interface Limitations

  1. Be sure to read: HTTP Interface Restrictions
  2. Be sure to read: Error Code Description

API Endpoints

1. Query Shanghai Stock Exchange suspension and resumption information: 2. Query New York Stock Exchange suspension and resumption information: 3. Query NASDAQ suspension and resumption information:

Request Examples

1. Get SSE Data Interface

Interface Information

  • URL: /api/suspension/sse
  • Method: GET
  • Description: Get all suspension and resumption information from the Shanghai Stock Exchange (SSE)

Request Parameters

Response Example

Response Field Description

data Field (Object in the Suspension and Resumption Information List)

Call Example


2. Get NYSE Data Interface

Interface Information

  • URL: /api/suspension/nyse
  • Method: GET
  • Description: Get all suspension and resumption information from the New York Stock Exchange (NYSE)

Request Parameters

Response Example

Response Field Description

data Field (Object in the Suspension and Resumption Information List)

Call Example


3. Get NASDAQ Data Interface

Interface Information

  • URL: /api/suspension/nasdaq
  • Method: GET
  • Description: Get all suspension and resumption information from NASDAQ

Request Parameters

Response Example

Response Field Description

data Field (Object in the Suspension and Resumption Information List)

Call Example


Error Response

All interfaces return the following format when an error occurs:
HTTP Status Code: 500

Error Response Field Description


Notes

  1. All interfaces do not support pagination and return the full data for the most recent year.
  2. Data is sorted by announcement time in descending order (latest first).
  3. Time formats in the response:
    • timestamp field: ISO format (yyyy-MM-dd’T’HH:mm:ss)
    • Other time fields: yyyy-MM-dd HH:mm:ss
  4. It is recommended to set an appropriate timeout. Large data volumes may require more time.
  5. Empty field descriptions:
    • “No”: the field always has a value and will not be null.
    • “Yes”: the field may be null or an empty string. The caller must handle empty values.

AllTick Website

Official website: https://alltick.co/

Interface Debug

Debug SSE Suspension Interface

Debug NYSE Suspension Interface

Debug NASDAQ Suspension Interface