GET Dividends
Dividends Events
Returns dividends data for a selected period and/or security.
Authorizations
Headers
Specifies return format. Query parameters work the same for both formats.
application/json
Query Parameters
Page offset. For optimization, performance and technical reasons, page offsets are limited from 0 - 100000. Limit the query results by other parameters such as date.
Number of results returned. Limit 1000
Date to query for calendar data. Shorthand for date_from and date_to if they are the same. Defaults for latest.
Date to query from point in time.
Date to query to point in time.
One or more ticker symbols separated by a comma. All calendars accept this parameter (not including the FDA endpoint; for the FDA endpoint, please use "parameters[securities]" instead). Ignored by the Economics endpoint. Maximum 50 tickers. Note that for the IPOs endpoint, new tickers may not return results right away as we do not automatically link them to the underlying company's data. Thus, to obtain the most recent rows from the IPOs endpoint, send queries without this parameter specified.
The importance level to filter by. Uses Greater Than or Equal To the importance indicated
0
, 1
, 2
, 3
, 4
, 5
Dividend date field to sort on (newest to oldest)
announced
, ex
, payable
, record
Records last Updated Unix timestamp (UTC). This will force the sort order to be Greater Than or Equal to the timestamp indicated.
Specifies how to filter using dividend yield. gt = Greater Than, gte = Greater Than Equal, eq = Equal, lt = Less Than, lte = Less Than Equal
gt
, gte
, eq
, lte
, lt
The dividend yield amount to filter by. Defaults to using Equal To the amount indicated. 1 =100%eater Than or Equal To’, ‘Equal To’, ‘Less Than or Equal To’, and ‘Less Than’ filters respectively.
Response
Was this page helpful?