Overnight Eligible Securities
Get the list of US stocks eligible for overnight trading.
Quote Permission RequiredBasic
Included with OpenAPI activation โ no extra purchase needed.
SDK Links
Request โ
| HTTP Method | GET |
| HTTP URL | /v1/quote/get_security_list |
Parameters โ
Content-Type: application/json; charset=utf-8
| Name | Type | Required | Description |
|---|---|---|---|
| market | string | YES | Market, currently only supports US |
| category | string | YES | Market subcategory, only supports Overnight |
Request Example โ
Response โ
Response Headers โ
- Content-Type: application/json
Response Example โ
json
{
"code": 0,
"data": {
"list": [
{
"symbol": "BAC.US",
"name_cn": "็พๅฝ้ถ่ก",
"name_hk": "็พๅ้่ก",
"name_en": "Bank of America"
},
{
"symbol": "RDDT.US",
"name_cn": "REDDIT INC",
"name_hk": "REDDIT INC",
"name_en": "REDDIT INC"
},
{
"symbol": "GOOGL.US",
"name_cn": "่ฐทๆญ-A",
"name_hk": "่ฐทๆญ-A",
"name_en": "Alphabet"
}
]
}
}Response Status โ
| Status | Description | Schema |
|---|---|---|
| 200 | Successful return | security_response |
| 400 | Parameter error | None |
Schemas โ
security_response โ
| Name | Type | Required | Description |
|---|---|---|---|
| list | object[] | false | List |
| โ symbol | integer | true | Security code |
| โ name_cn | string | true | Chinese name |
| โ name_hk | string | true | Traditional Chinese name |
| โ name_en | string | true | English name |
Error Code โ
| Business Error Code | Description | Troubleshooting Suggestion |
|---|---|---|
| 310010 | Invalid request | Check the request parameters |
| 310011 | Internal server error | Please retry or contact technical support |