API reference
GEThttps://ftl.fasttrack.net/v1/search
Search Database
Search the fasttrack database across ticker, name, and cusip
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 | cursor position of search results. ie index of first result to return. Use this to page through results |
fq | query | Optional | string | filter options. Use 1 for Funds, 2 for ETFs, 3 for Stocks, and 15 for indexes. |
q | query | Required | string | text or phrase to search for |
size | query | Optional | string | number of results to return |
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/search' \
--header 'appid: YOUR_APP_ID' \
--header 'token: YOUR_TOKEN'
Responses
| Status | Description |
|---|---|
200 | 200 response |