cURL
curl --request GET \ --url https://openapi.ainvest.com/open/securities/stock/financials/dividends \ --header 'Authorization: Bearer <token>'
{ "data": [ { "declaration_date": "<string>", "ex_date": "<string>", "pay_date": "<string>", "amount": 123 } ], "status_code": 123, "status_msg": "<string>" }
Get dividends for a specified stock
Bearer authentication header of the form Bearer <token>, where <token> is your key. Get the key here
Bearer <token>
<token>
US stock market ticker symbol, e.g. AAPL, TSLA, etc.
Successful response in standard envelope.
Show child attributes
Status code, 0 for success
0
Status message, success for success
success