GET /static_info
Interface Description
This interface only supports batch requests for partial basic information of US stocks, Hong Kong stocks, and A-share products.Request Frequency
| Plan | Individual Request | Requesting Multiple HTTP Interfaces at the Same Time |
|---|---|---|
| Free | One request every 10 seconds | 1. Only one interface can be requested every 10 seconds. 2. When requesting multiple interfaces, note that the /batch-kline interface requires a 10-second interval. 3. All interfaces combined: maximum 10 requests per minute (one every 6 seconds). 4. Maximum 1,000 requests per day; usage resumes after midnight the next day if exceeded. |
| Basic | One request per second | 1. Only one interface can be requested in the same second. 2. When requesting multiple interfaces, note that the /batch-kline interface requires a 3-second interval. 3. All interfaces combined: maximum 60 requests per minute (one per second). 4. Maximum 86,400 requests per day; usage resumes after midnight the next day if exceeded. |
| Premium | Up to 10 requests per second | 1. All interfaces combined: up to 10 requests per second. 2. When requesting multiple interfaces, note that the /batch-kline interface requires a 2-second interval. 3. All interfaces combined: maximum 600 requests per minute (10 per second). 4. Maximum 864,000 requests per day; usage resumes after midnight the next day if exceeded. |
| Professional | Up to 20 requests per second | 1. All interfaces combined: up to 20 requests per second. 2. When requesting multiple interfaces, note that the /batch-kline interface requires a 1-second interval. 3. All interfaces combined: maximum 1,200 requests per minute (20 per second). 4. Maximum 1,728,000 requests per day; usage resumes after midnight the next day if exceeded. |
| All Hong Kong Stocks | Up to 20 requests per second | 1. All interfaces combined: up to 20 requests per second. 2. When requesting multiple interfaces, note that the /batch-kline interface requires a 1-second interval. 3. All interfaces combined: maximum 1,200 requests per minute (20 per second). 4. Maximum 1,728,000 requests per day; usage resumes after midnight the next day if exceeded. |
| All A Shares | Up to 20 requests per second | 1. All interfaces combined: up to 20 requests per second. 2. When requesting multiple interfaces, note that the /batch-kline interface requires a 1-second interval. 3. All interfaces combined: maximum 1,200 requests per minute (20 per second). 4. Maximum 1,728,000 requests per day; usage resumes after midnight the next day if exceeded. |
| All US Stocks | Up to 20 requests per second | 1. All interfaces combined: up to 20 requests per second. 2. When requesting multiple interfaces, note that the /batch-kline interface requires a 1-second interval. 3. All interfaces combined: maximum 1,200 requests per minute (20 per second). 4. Maximum 1,728,000 requests per day; usage resumes after midnight the next day if exceeded. |
Interface Limitations
- Be sure to read: HTTP Interface Restrictions
- Be sure to read: Error Code Description
API Endpoint
- Base Path:
/quote-stock-b-api/static_info - Full URL:
https://quote.alltick.co/quote-stock-b-api/static_info
Request Example
When sending a query request, you must include the method name and token information. Example:Request Parameters
| Name | Position | Type | Required | Description |
|---|---|---|---|---|
| token | query | string | No | |
| query | query | string | No | See the query request parameter description. |
query in the URL.
Query Request Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| trace | string | Yes | |
| data | object | Yes | |
| » symbol_list | [object] | Yes | |
| »» code | string | No | Code: [Click the code list] Note: The code value must match the case of the code in the product list. |
Response Example
Response Result
| Status Code | Status Meaning | Description | Data Model |
|---|---|---|---|
| 200 | OK | OK | Inline |
Response Data Structure
| Name | Type | Required | Description |
|---|---|---|---|
| » ret | integer | true | Return code |
| » msg | string | true | Message corresponding to the return code |
| » trace | string | true | Request trace |
| » data | object | true | |
| »» static_info_list | [object] | true | |
| »»» board | string | false | Stock board |
| »»» bps | string | false | Book value per share |
| »»» circulating_shares | string | false | Circulating shares |
| »»» currency | string | false | Trading currency |
| »»» dividend_yield | string | false | Dividend yield |
| »»» eps | string | false | Earnings per share |
| »»» eps_ttm | string | false | Earnings per share (TTM) |
| »»» exchange | string | false | Exchange to which the product belongs |
| »»» hk_shares | string | false | Hong Kong stock shares (Hong Kong stocks only) |
| »»» lot_size | string | false | Shares per lot |
| »»» name_cn | string | false | Simplified Chinese product name |
| »»» name_en | string | false | English product name |
| »»» name_hk | string | false | Traditional Chinese product name |
| »»» symbol | string | false | Product code |
| »»» total_shares | string | false | Total shares |
AllTick Website
Official website: https://alltick.co/
Interface Debug
Open GET /static_info Debug Module
Use the debuggable module to fill in parameters and send requests.