Skip to main content

Check Basic Information

Check Basic Information

Description​

This interface is used to query the basic information of securities.

HTTP Request​

  • GET /api/v3/stockplus/market/static
  • Rate limit: 10 times/1s (UID), with up to 5 concurrent requests
Request
curl "https://api.bitget.com/api/v3/stockplus/market/static?symbol=AAPL.US" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"

Request Parameters​

ParametersTypeRequiredDescription
symbolStringYesSymbol list, using ticker.region format, e.g. AAPL.US
Check rules: The maximum number of symbols per request is 500
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1740000000000,
"data": {
"list": [
{
"symbol": "AAPL.US",
"nameCn": "č‹šæžœ",
"nameEn": "Apple Inc.",
"exchange": "NASD",
"currency": "USD",
"lotSize": 1,
"totalShares": 16319441000,
"circulatingShares": 16302661350,
"eps": 5.669,
"epsTtm": 6.0771,
"bps": 4.40197,
"dividendYield": 0.85,
"stockDerivatives": ["Option"],
"board": "USMain"
}
]
}
}

Response Parameters​

ParametersTypeDescription
listList<Object>List of security basic data
> symbolStringSymbol
> nameCnStringChinese simplified name
> nameEnStringEnglish name
> exchangeStringExchange
> currencyStringTrading currency. CNY, USD
> lotSizeIntegerLot size
> totalSharesStringTotal shares
> circulatingSharesStringCirculating shares
> epsStringEarnings per share
> epsTtmStringEarnings per share (TTM)
> bpsStringBook value per share
> dividendYieldStringDividend yield
> stockDerivativesList<String>Derivative market types. Option - Options
> boardStringBoard

How was your Reading Experience with us?

★
★
★
★
â˜