Skip to main content

Get Executive Shareholdings

Get Executive Shareholdings

Description​

Get executive shareholding details for a specified stock.

HTTP Request​

  • GET /api/v3/reality/market/executive-shareholdings
  • Rate limit: 1/sec/IP
  • Permission: None
Request
curl "https://api.bitget.com/api/v3/reality/market/executive-shareholdings?code=MU" \
-H "locale:en-US" \
-H "Content-Type: application/json"

Request Parameters​

ParameterTypeRequiredDescription
codeStringYesCompany code
e.g., MU
limitStringNoLimit per page
Default:20. Maximum:100
cursorStringNoCursor
Pagination is implemented by omitting the cursor in the first query and applying the cursor from the previous query for subsequent pages
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1740000000000,
"data": {
"list": [
{
"name": "John Smith",
"holdingNum": "45000",
"holdingRatio": "0.03",
"voteRatio": "0.03",
"period": "2026Q2",
"announcementDate": "2026-08-16"
}
],
"cursor": "1233319323918499840"
}
}

Response Parameters​

ParameterTypeDescription
listArrayExecutive shareholding list
>nameStringName
>holdingNumStringTotal shares held
>holdingRatioStringTotal shareholding ratio
>voteRatioStringTotal voting ratio
>periodStringReporting period
>announcementDateStringAnnouncement date
cursorStringCursor

How was your Reading Experience with us?

★
★
★
★
â˜