API reference
GEThttps://ftl.fasttrack.net/v1/stats/{ticker}/{stat}
Bulk Time Series
Retrieve a time series of statistics. ie Monthly SD, Monthly Sharpe Ratio, Monthly total returns, etc
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 |
|---|---|---|---|---|
ml | query | Optional | integer | Number of months to lookback when calculating stats. ql=4 is trailing 1 year. ql=12 is trialing 3 years, etc |
basis | query | Optional | string | Basis used for correlation, beta, sharpe ratio, ulcer performance index |
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/stats/{ticker}/{stat}' \
--header 'appid: YOUR_APP_ID' \
--header 'token: YOUR_TOKEN'
Responses
| Status | Description |
|---|---|
200 | OK |