Accounts
Get Dividend Payments
Get dividend payments made to the Account from dividend-bearing stock holdings.
get/api/v2/accounts/{account_id}/dividend_payments
Query parameters
start_datestring date required
Start date, inclusive, in US Eastern time zone. ISO 8601 format, YYYY-MM-DD.
end_datestring date required
End date, exclusive, in US Eastern time zone. ISO 8601 format, YYYY-MM-DD.
stock_idstring uuid nullable
Optional ID of the Stock to filter by
limitinteger
Number of results to return
order'asc' | 'desc'
Sort order
nextstring nullable
Cursor for next page
previousstring nullable
Cursor for previous page
Response
OK