API reference
GEThttps://ftl.fasttrack.net/v1/family/search

Family Search

A "family" is a group of ticker symbols created by FastTrack. This function searches all FastTrack families by family name, family partial name, and family members (tickers).

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

Parameters

NameInRequirementTypeDescription
squeryRequiredstringText to search all families
optionsqueryOptionalstringif set to 'onlyticker', search will only return families that contain the exact ticker specified by 's'
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 example

curl --request GET \
  --url 'https://ftl.fasttrack.net/v1/family/search' \
  --header 'appid: YOUR_APP_ID' \
  --header 'token: YOUR_TOKEN'

Responses

StatusDescription
200data points associated with ticker
400bad input parameter