API reference
GEThttps://ftl.fasttrack.net/v1/data/{ticker}/dividends
Dividends
This endpoint retrieves dividend data for specified stock, ETF, or mutual fund tickers, including dates, types, and values. Users can filter results by providing start and end dates.
Access to this endpoint requires a specialized subscription beyond standard FastTrack API packages. To set up access or inquire about subscription options, please contact api@fasttrack.net. This subscription enables access to extensive historical dividend data, essential for in-depth financial analysis.
Legacy API: This read-only reference is preserved for existing v1 integrations. New integrations should use the current API documentation.
Parameters
| Name | In | Requirement | Type | Description |
|---|---|---|---|---|
start | query | Optional | string | First day in the date range of all calculations/requests |
end | query | Optional | string | Last day in the date range of all calculations/requests. If not provided, the last market day in the database is used |
appid | header | Required | string | 36 character GUID received from the welcome email. The header name must be sent exactly as lowercase appid. Sign up for a trial at http://apitrial.fasttrack.net |
token | header | Required | string | 36 character GUID returned by the auth/login endpoint. The header name must be sent exactly as lowercase token. |
Request example
curl --request GET \
--url 'https://ftl.fasttrack.net/v1/data/{ticker}/dividends' \
--header 'appid: YOUR_APP_ID' \
--header 'token: YOUR_TOKEN'
Responses
| Status | Description |
|---|---|
200 | OK |