Dashboard

Funds with Daily Holdings

GET/api/fund/holdings/daily/supported-funds

Free Starter ETF Pro

Returns the flat list of fund ticker symbols for which daily website-published holdings are available via /api/fund/holdings/daily. The list grows over time as coverage widens; sorted alphabetically.

Get API key Try it live in the API explorer

Query parameters

This endpoint takes no query parameters.

Example request

curl 'https://api.stockfit.io/v1/api/fund/holdings/daily/supported-funds' \
  -H 'Authorization: Bearer YOUR_API_TOKEN'

Responses

200 OK

Alphabetical list of supported fund ticker symbols

Example response

[
  "AGG",
  "ARKK",
  "IVV",
  "QQQ",
  "SPY",
  "VOO",
  "VTI"
]

403 Forbidden

Feature not available on current plan

Response schema

  • error string

    Human-readable error message

Example response

{}