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

NameInRequirementTypeDescription
topcountqueryOptionalstringInclude with value of "MAX" to return all known positions (usually top 25 positions)
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/ref/{ticker}/portfolio' \
  --header 'appid: YOUR_APP_ID' \
  --header 'token: YOUR_TOKEN'

Responses

StatusDescription
200OK
400Bad Request