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.
This endpoint takes no query parameters.
curl 'https://api.stockfit.io/v1/api/fund/holdings/daily/supported-funds' \
-H 'Authorization: Bearer YOUR_API_TOKEN'Alphabetical list of supported fund ticker symbols
[
"AGG",
"ARKK",
"IVV",
"QQQ",
"SPY",
"VOO",
"VTI"
]Feature not available on current plan
error string Human-readable error message
{}