API reference
POSThttps://ftl.fasttrack.net/v1/data/xmulti

All Data - Multiple

Returns all data for the entire data range of multiple tickers. Entire date range is 9/1/1988 to the most recent market day.

Legacy API: This read-only reference is preserved for existing v1 integrations. New integrations should use the current API documentation.

Parameters

NameInRequirementTypeDescription
unadjqueryOptionalintegerFlag to include or exclude unadjusted prices. Only trailing 3 years of unadjusted data is available. -1 is returned on any prior date request
olhvqueryOptionalintegerFlag to include or exclude open, low, high, and volume data in on the /data/{ticker}/range and /data/{ticker} endpoints. -1 is returned on any prior date request
yieldqueryOptionalintegerflag to include or exclude yield
appidheaderRequiredstring36 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
tokenheaderRequiredstring36 character GUID returned by the auth/login endpoint. The header name must be sent exactly as lowercase token.

Request body

Content type: application/json

[
  "AAPL"
]

Request example

curl --request POST \
  --url 'https://ftl.fasttrack.net/v1/data/xmulti' \
  --header 'appid: YOUR_APP_ID' \
  --header 'token: YOUR_TOKEN' \
  --header 'Content-Type: application/json' \
  --data '["AAPL"]'

Responses

StatusDescription
200data points associated with tickers
400bad input parameter