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
- Be sure to read: HTTP Interface Restrictions
- Be sure to read: Error Code Description
API Endpoints
1. Query Shanghai Stock Exchange suspension and resumption information:- Base Path:
/api/suspension/sse - Full URL: https://quote.alltick.co/api/suspension/sse
- Base Path:
/api/suspension/nyse - Full URL: https://quote.alltick.co/api/suspension/nyse
- Base Path:
/api/suspension/nasdaq - Full URL: https://quote.alltick.co/api/suspension/nasdaq
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:Error Response Field Description
Notes
- All interfaces do not support pagination and return the full data for the most recent year.
- Data is sorted by announcement time in descending order (latest first).
- 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
- It is recommended to set an appropriate timeout. Large data volumes may require more time.
- 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/