API reference
GEThttps://ftl.fasttrack.net/v1/export/xmulti/{TickerList}
CSV Export - Multiple
Export multiple tickers to CSV format
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 |
|---|---|---|---|---|
token | query | Required | string | 36 character GUID received from the auth/login end point |
appid | query | Required | string | 36 character GUID received from welcome email. Sign up for trial at http://apitrial.fasttrack.net |
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 |
start | query | Optional | string | First day in the date range of all calculations/requests |
format | query | Optional | string | Return CSV or JSON format. CSV is default result. |
name | query | Optional | string | Option to include name in results. 1 = include. 0 = omit |
Request example
curl --request GET \
--url 'https://ftl.fasttrack.net/v1/export/xmulti/{TickerList}' \
--header 'appid: YOUR_APP_ID' \
--header 'token: YOUR_TOKEN'
Responses
| Status | Description |
|---|---|
200 | OK |