Comparison

FundFacts API vs Bloomberg for fund and ETF data

Bloomberg is the reference for professional market data across every asset class. FundFacts API does one narrow thing: it turns a fund or ETF ISIN into the structured contents of its factsheet and KID. This page explains when the narrow tool is the right one.

At a glance

CriterionFundFacts APIBloomberg Terminal and Bloomberg Data License
ScopeFund and ETF factsheet data only: key facts, fees, holdings, exposures, risk indicator, performance, risk metricsAll asset classes: real-time and historical prices, fundamentals, news, analytics, fund data, messaging (Terminal); bulk and API reference data (Data License)
Input keyAny fund or ETF ISIN, one REST callBloomberg identifiers (tickers, FIGI) alongside ISIN, SEDOL, CUSIP
Fund holdingsFull constituents where the issuer publishes them, top holdings otherwiseFund holdings and analytics available within the Terminal and via licensed data products
RefreshReloaded from the issuer's current documents every 24 hours; response carries dataAsOfReal-time and end-of-day feeds
DeliveryREST JSON, OpenAPI spec, TypeScript typesTerminal desktop application; Data License via files and APIs; B-PIPE for streaming
OnboardingSelf-serve: free key in a minute, no contract, card only for paid plansSales-led contract; per-seat Terminal subscription; Data License agreements priced by content and usage
PricingPublished: Free $0 (10 requests/day), Pro $49/month, Scale $299/month, metered enterprise $0.01/requestQuoted by Bloomberg sales; not published as a self-serve price list
RedistributionDisplay in your own product for your users under the terms of serviceGoverned by the licence; display and redistribution rights are contracted separately
AI toolingAI companion kit (AGENTS.md, Cursor rule, Claude Code skill, OpenAPI, TypeScript types) on paid plansBloomberg's own AI features inside the Terminal; developer tooling through licensed APIs

Where Bloomberg is the right answer

If your users are traders, portfolio managers or analysts who need live prices, fixed-income analytics, news, chat and a single screen for everything, nothing on this page argues against a Terminal. Likewise, if you need firm-wide reference data across equities, bonds, derivatives and funds with a service-level agreement, a Data License is built for that.

Where a narrow API wins

Most fund-facing products do not need any of that. A screener, a client report, a robo-advisor's fund universe or a chatbot that answers "what does this ETF hold?" needs a stable, structured snapshot of what the fund house itself publishes: TER, SRRI, top holdings, sector and country weights, calendar returns.

FundFacts API returns exactly that, keyed on the ISIN your users already have, and the entire onboarding is a sign-up form. A developer can have the first ISIN resolving in an afternoon, and the AI companion kit lets a coding agent scaffold the integration from one prompt.

bash
curl https://fundfactsapi.com/api/v1/funds/IE00B4L5Y983 \
-H "Authorization: Bearer ffk_your_key"

Honest limits

  • No intraday or real-time prices. The NAV series is daily where the issuer publishes one.
  • No ratings, analyst research or estimates.
  • Coverage depends on the issuer publishing a public document set; see coverage.
  • Figures are as published by the management company, which for monthly factsheets means the previous month end.

Using both

Teams that already have a Terminal often still use a lightweight API for the customer-facing product, because Terminal data cannot simply be re-displayed to end clients. Keep Bloomberg on the desk, and feed the product from documents the fund houses publish for the public.

Verdict

Choose Bloomberg when you need multi-asset, real-time, contract-grade market data for professionals. Choose FundFacts API when your product needs fund and ETF factsheet facts as JSON, self-serve, at a published price, and you would rather not negotiate a data licence to ship a screener.
Descriptions of other providers are based on their public websites and documentation as of September 2026 and may be out of date; check the vendor for current features and pricing. All product names are trademarks of their respective owners. FundFacts API is not affiliated with any of them. Nothing here is investment advice.

Try it on your own ISINs

One request returns key facts, holdings, risk and performance as JSON. Free plan, no card.