GET
/
calendar
/
corporateactions
Get corporate actions calendar
curl --request GET \
  --url https://openapi.ainvest.com/open/calendar/corporateactions \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "data": [
      {
        "ticker": "<string>",
        "type": "<string>",
        "ratio": "<string>"
      }
    ]
  },
  "status_code": 123,
  "status_msg": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your key. Get the key here

Query Parameters

date
string
required

The date for which to get splits, format YYYY-MM-DD

Response

200
application/json

Successful response in standard envelope

The response is of type object.