Dividend
Retrieve the latest dividend snapshot for a symbol, including yield and next payment fields.
Use this endpoint when you need the most recent dividend snapshot stored for a symbol.
Endpoint
GET /stocks/{symbol}/dividend
Test request
/stocks/AAPL/dividend
Send a request to view the response.
Authentication
Required.
Authorization: Bearer <your_api_key>
Path Parameters
symbol: ticker or symbol to resolve
Response
Returns two top-level fields:
symboldividend
The dividend object may include fields such as:
dps_ttmdps_forward_12mdps_next_paymentdividend_yield_ttmdividend_yield_forwarddividend_yield_history_highdividend_yield_history_lowex_dividend_date_nextpayment_date_nextpayment_amount_nextdividend_frequency
Example Request
curl -H "Authorization: Bearer $your_api_key" \
"https://api.apifinance.ai/stocks/AAPL/dividend"