Access ETF and mutual fund holdings data via a simple REST API. Sector exposure, top holdings, and more. Built for developers.
curl https://api.fundlens.io/v1/funds/VTI/holdings \
-H "x-api-key: your_api_key"
{
"fundTicker": "VTI",
"asOfDate": "2024-09-30",
"filingDate": "2024-10-28",
"totalHoldings": 3842,
"holdings": [
{
"name": "Apple Inc",
"cusip": "037833100",
"ticker": "AAPL",
"valueUsd": 89000000000,
"shares": 394000000,
"weightPercent": 6.52,
"securityType": "equity",
"sector": "technology",
"country": "US"
}
],
"pagination": {
"limit": 50,
"offset": 0,
"total": 3842
},
"source": "SEC EDGAR N-PORT"
}Simple, fast, and reliable fund data for your application.
Pay only for what you use. No minimums, no contracts.
Create a free account and start using the API in minutes.