API referenceEndpointsFinancials
Get dividends
GET
/v2/dividendsDividend history and payout context for supported symbols.
Access: Starter and Builder.
Authorization
ApiKeyAuth X-API-Key<token>
noxstock API key from the dashboard.
In: header
Query Parameters
symbol*Symbol
Ticker symbol. Case-insensitive; share-class dots are normalized to dashes (BRK.B == BRK-B). Returns SYMBOL_UNKNOWN when the symbol is outside the supported universe.
Header Parameters
X-API-Key?string|null
Response Body
application/json
application/json
curl -X GET "https://example.com/v2/dividends?symbol=AAPL"{
"data": {
"as_of": "string",
"cache_age_seconds": 0,
"currency": "USD",
"current": {
"annual_rate": 0,
"annual_rate_forward_estimated": 0,
"frequency": "string",
"last_ex_date": "string",
"last_payment_amount": 0,
"next_ex_date_estimated": "string",
"next_payment_amount_estimated": 0,
"yield_pct": 0
},
"dividend_health": {
"grade_components": {
"ebitda_coverage": 0,
"fcf_payout_ratio_pct": 0,
"net_debt_to_ebitda": 0,
"ocf_coverage": 0,
"payout_ratio_pct": 0
},
"payout_safety": {
"available": true,
"grade": "A"
},
"track_record": {
"consecutive_increase_years": 0,
"cuts_in_5y_window": 0,
"never_cut_in_5y_window": true
}
},
"freshness": "intraday",
"growth": {
"consecutive_years_increased_within_5y_window": 0,
"last_increase_date": "string"
},
"history_summary": {
"ex_date_first": "string",
"total_payments": 0
},
"market_status": "open",
"status": "payer",
"symbol": "string"
}
}Empty
Empty
{
"detail": [
{
"ctx": {},
"input": null,
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Empty
Empty