Skip to main content

Get Share Capital Change

Get Share Capital Change

Description​

Get share capital change data for a specified stock.

HTTP Request​

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

Request Parameters​

ParameterTypeRequiredDescription
codeStringYesCompany code
e.g., MU
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1740000000000,
"data": {
"announcementDate": "2026-08-10",
"changeDate": "2026-08-01",
"totalShares": "1100000000",
"commonShares": "1100000000",
"preferredShares": "0",
"otherShares": "0",
"specialExplain": "",
"changeReason": "Employee stock incentive plan exercise"
}
}

Response Parameters​

ParameterTypeDescription
announcementDateStringAnnouncement date
changeDateStringChange date
totalSharesStringTotal shares
commonSharesStringCommon shares
preferredSharesStringPreferred shares
otherSharesStringShares of other categories
specialExplainStringSpecial explanation of share structure
changeReasonStringReason for change

How was your Reading Experience with us?

★
★
★
★
â˜