API reference
GEThttps://ftl.fasttrack.net/v1/ref/{ticker}/portfolio
Portfolio
This endpoint returns ETF or Mutual Fund's top 10 or 25 holdings, index, turnover, asset class, region, sector, sector bond, countries, bond quality, and market capitalization. The top ten holdings are listed with their ticker symbols and net weightings. The region, sector, and countries data provide net weightings for each region, sector, and country where the ETF holds assets. The market cap data provides the percentage of holdings in companies with different market capitalizations.
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 |
|---|---|---|---|---|
topcount | query | Optional | string | Include with value of "MAX" to return all known positions (usually top 25 positions) |
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/ref/{ticker}/portfolio' \
--header 'appid: YOUR_APP_ID' \
--header 'token: YOUR_TOKEN'
Responses
| Status | Description |
|---|---|
200 | OK |
400 | Bad Request |