Company Dividends
GET
https://api.unusualwhales.com/api/companies/{ticker}/dividends
Request
Security:
Bearer Auth
Authorization: Bearer <token>
Path Parameters
ticker
string
required
Responses
200 422 500Response Body 200 OK
dividends
array[Dividend Event]
ticker
string
Try It
GET
Path Parameters
Request Sample
curl -X GET "https://api.unusualwhales.com/api/companies/{ticker}/dividends" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"
Response Example
200
{
"data": {
"dividends": [
null
],
"ticker": "string"
}
}