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â
| Parameter | Type | Required | Description |
|---|---|---|---|
| code | String | Yes | Company 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â
| Parameter | Type | Description |
|---|---|---|
| announcementDate | String | Announcement date |
| changeDate | String | Change date |
| totalShares | String | Total shares |
| commonShares | String | Common shares |
| preferredShares | String | Preferred shares |
| otherShares | String | Shares of other categories |
| specialExplain | String | Special explanation of share structure |
| changeReason | String | Reason for change |