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

NameInRequirementTypeDescription
tokenqueryRequiredstring36 character GUID received from the auth/login end point
appidqueryRequiredstring36 character GUID received from welcome email. Sign up for trial at http://apitrial.fasttrack.net
endqueryOptionalstringLast day in the date range of all calculations/requests. If not provided, the last market day in the database is used
startqueryOptionalstringFirst day in the date range of all calculations/requests
formatqueryOptionalstringReturn CSV or JSON format. CSV is default result.
namequeryOptionalstringOption 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

StatusDescription
200OK