/finance namespace · APlicious

ETF API — holdings, expense ratio, and sector breakdown in one call

GET /finance/etf-info?symbol=SPY returns holdings, expense ratio, AUM, sector weights, and 1-year performance — everything a fund comparison dashboard needs, no Bloomberg terminal required.

9Yahoo Finance-backed endpoints
Get free API key View docs
GET /api/v1/finance/etf-info
const res = await fetch(
  'https://aplicious.com/api/v1/finance/etf-info?symbol=SPY',
  { headers: { 'X-API-Key': 'lapi_live_••••' } }
);
const { data } = await res.json();
// { symbol: "SPY", name: "SPDR S&P 500 ETF", expense_ratio: 0.0945, aum_billion: 563,
//   top_holdings: [{ ticker: "AAPL", weight_pct: 7.1 }, ...] }

No credit card · Free to start · X-API-Key header auth

What's included in /finance

Top holdings

Top 10 holdings by weight, with ticker, company name, and allocation percentage.

Expense ratio and AUM

Annual expense ratio (%) and assets under management — the two numbers most investors check first.

Sector breakdown

Allocation percentages across 11 GICS sectors — Technology, Financials, Healthcare, etc.

Performance data

YTD, 1-year, 3-year, and 5-year total returns for the fund.

Pairs with /stock/quote

Look up the ETF's current NAV and price via /stock/quote?symbol=SPY alongside the detailed ETF info call.

Start using the ETF API today

Free tier — 250 calls/month, no credit card. Upgrade when you need more.

Get free API keyExplore /finance docs

Frequently asked questions

Are Indian ETFs supported?

Yes — use the NSE/BSE ticker symbol (e.g. NIFTYBEES.NS) for Indian exchange-traded funds.

Is this real-time?

Holdings and fundamentals are updated daily. Price and NAV are near-real-time via /stock/quote.

Can I compare two ETFs?

Make two parallel requests — the response schema is identical, making side-by-side comparison straightforward.

Related API guides

Stock Market API — Free Real-Time Quotes, History, and Search

Real-time stock quotes, historical OHLCV data, ticker search, fundamentals, insi

Read guide

Finance API for Developers — Stock Quotes, SIP, Tax, Forex

REST API for stock quotes, SIP calculators, compound interest, forex rates, tax

Read guide

Crypto Price API — Free Real-Time Bitcoin & Altcoin Prices

Real-time cryptocurrency prices, top-100 market cap rankings, historical data, a

Read guide

One key unlocks all 10 namespaces — finance, legal, property, jobs, wellness, and more.

View all plans and pricing →