Which fund houses and ETF issuers are covered?
More than sixty fund houses and ETF issuers, each with a page stating which documents are read and which payload sections (holdings, exposures, returns, series, risk) are populated. Measured by a coverage harness, not claimed.Updated 12 September 2026 · by FundFacts APIShort answer
More than sixty fund houses and ETF issuers, including iShares, Vanguard, Xtrackers, Amundi, SPDR, Invesco, UBS, HSBC, WisdomTree, L&G, Fidelity, J.P. Morgan, Schroders, Pictet, Nordea, Robeco, Carmignac, Franklin Templeton, Capital Group, T. Rowe Price, Union Investment and Raiffeisen. Each has a coverage page stating which documents are read and which payload sections are populated, measured by a harness that runs against real ISINs.
How coverage is measured
A harness loads sample ISINs from every adapter and records which sections of the payload came back populated: key facts, fees, objective, holdings, sector, geography, calendar returns, NAV series, risk metrics. The coverage hub publishes the result per fund house, with sample ISINs you can try, and the notes worth knowing (share-class conventions, document formats, listings).
Depth tiers
- Full: product page, factsheet, KID, holdings file and NAV history. Typical of the large ETF ranges: holdings, exposures, returns, series and risk statistics are all there.
- Factsheet + KID: everything the monthly factsheet prints (top ten, sector / country tables, returns, characteristics) plus the KID's risk indicator and costs, but no full holdings list or computed series.
- Product page + KID: key facts, fees, risk indicator, objective; breakdowns only where the page shows them.
A fund house can be full for its ETFs and factsheet-only for its active funds; the page says which.
Adding a fund house
Adapters are added by demand. If a fund house you need is missing, say which with a couple of ISINs; issuers with a public product page and PDFs are usually quick to add. In the meantime POST /extract (Pro and above) turns any factsheet or KID PDF into the same JSON.
Trademarks
Fund house names are used to identify whose documents are read. FundFacts API is independent of every management company named.
Verify it yourself
The demo endpoint returns the live payload for a fund that is already in the store, without a key. Everything on this page can be checked against it.bashcurl -s https://fundfactsapi.com/api/v1/demo/funds/IE00B4L5Y983 | jq '{name, asOf: .data.dataAsOf, ter: .data.headlineMetrics.ter, risk: .data.riskRating, top: .data.topHoldings[:3]}'