Skip to Content

Overnight Eligible Securities

Get the list of US stocks eligible for overnight trading.

Quote Permission RequiredBasic

Included with OpenAPI activation โ€” no extra purchase needed.

CLI
# list of US overnight-eligible securities
longbridge security-list

Request โ€‹

HTTP MethodGET
HTTP URL/v1/quote/get_security_list

Parameters โ€‹

Content-Type: application/json; charset=utf-8

NameTypeRequiredDescription
marketstringYESMarket, currently only supports US
categorystringYESMarket 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 โ€‹

StatusDescriptionSchema
200Successful returnsecurity_response
400Parameter errorNone

Schemas โ€‹

security_response โ€‹

NameTypeRequiredDescription
listobject[]falseList
โˆŸ symbolintegertrueSecurity code
โˆŸ name_cnstringtrueChinese name
โˆŸ name_hkstringtrueTraditional Chinese name
โˆŸ name_enstringtrueEnglish name

Error Code โ€‹

Business Error CodeDescriptionTroubleshooting Suggestion
310010Invalid requestCheck the request parameters
310011Internal server errorPlease retry or contact technical support