/finance namespace · APlicious

Free Stock Market API — real-time quotes, history, and fundamentals

The /finance namespace's stock data comes from Yahoo Finance's key-free endpoint — quotes, history, fundamentals, insider transactions, and more, with no upstream billing relationship passed on to you.

36finance endpoints
Get free API key View docs
GET /api/v1/finance/stock/quote
const res = await fetch(
  'https://aplicious.com/api/v1/finance/stock/quote?symbol=AAPL',
  { headers: { 'X-API-Key': 'lapi_live_••••' } }
);
const { data } = await res.json();
// { symbol: "AAPL", price: 213.45, change_pct: 1.2, market_state: "REGULAR" }

No credit card · Free tier forever · X-API-Key header auth

What's included in /finance

Real-time quotes

Live price, change, volume, and market cap for any listed symbol, sourced from Yahoo Finance — no key required upstream.

Historical OHLCV data

Candlestick history with configurable range and interval for charting.

Fundamentals and ratios

P/E, P/B, debt-to-equity, ROE, and a consolidated fundamental-analysis summary in one call.

Insider transactions and earnings calendar

Track insider buy/sell activity and upcoming earnings dates for stocks in a watchlist.

Top movers

Day's top gainers, losers, or most-active stocks for a markets dashboard.

Start using the stock market API free today

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

Get free API keyExplore /finance docs

Frequently asked questions

Does this require a separate stock-data API key?

No — your APlicious key covers it. The upstream source (Yahoo Finance) requires no key on our end either.

Is historical data included?

Yes — /stock/history returns OHLCV candles with configurable range (1d to max) and interval (1m to monthly).

Does this cover global exchanges?

Yes — including NSE/BSE Indian listings alongside NYSE/NASDAQ.

Related API guides

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

Currency Conversion API — Live Rates, 170 Currencies, Free

Live currency exchange rates, historical rates, and conversion endpoints for 170

Read guide

One key unlocks all 34 namespaces — weather, finance, fitness, astrology, and more.

View all plans and pricing →