API · /indices-api

World Stock Indices API

healthy 4,932 Subscribers

Live world stock-index levels as an API — the current level of the major stock-market indices, served from Yahoo Finance. For any index it returns the current level, the previous close, the absolute and percentage change on the day, the day's high and low, and the 52-week high and low, in the index's own currency. Look an index up by name or ticker alias (S&P 500, Nasdaq, Dow, FTSE 100, DAX, CAC 40, Euro Stoxx 50, Nikkei 225, Hang Seng, Sensex, ASX 200 and more), pull a regional board ranked by the day's move (US, Europe, Asia, Americas), or get the headline world board in a single call. The live index-quote layer for trading, markets and dashboard apps. Distinct from S&P 500 and Nasdaq constituent-directory APIs — this returns the live index level, not the member list.

api.oanor.com/indices-api
Get an API key Try in playground → Contact provider

Machine-readable spec so AI agents can integrate this API.

/api/indices-api/openapi.json
/api/indices-api/llms.txt

Discovery: GET /api/index.json lists every API.

API health

healthy
Uptime
100.00%
Server probes · 24h
Avg latency
191 ms
Server probes · 24h
Subscribers
4,932
active
Total calls
28
last 7 days
status Full status page → · 12 probes/24h

Pricing

Pick a tier — billed monthly, cancel anytime.

Free

Free

  • 9,000 calls / month
  • 4 requests / second
  • Hard cap (429 above quota, no overage)
  • 9k calls/month
  • 4 req/sec
  • All endpoints
  • No credit card
Sign in to subscribe

Starter

€9.00 /month

  • 130,000 calls / month
  • 12 requests / second
  • Hard cap (429 above quota, no overage)
  • 130k calls/month
  • 12 req/sec
  • Email support
Sign in to subscribe

Pro

€25.00 /month

  • 700,000 calls / month
  • 35 requests / second
  • Hard cap (429 above quota, no overage)
  • 700k calls/month
  • 35 req/sec
  • Priority support
Sign in to subscribe

Desk

€59.00 /month

  • 3,500,000 calls / month
  • 100 requests / second
  • Hard cap (429 above quota, no overage)
  • 3.5M calls/month
  • 100 req/sec
  • Dedicated SLA
Sign in to subscribe

Built by

Related APIs

Other APIs with overlapping tags.

Manifold API

Live prediction-market and forecaster data from Manifold, the largest play-money prediction market and forecasting community, via its public API. On Manifold anyone can create a market and everyone trades with mana, the platform's play-money, so each market's price is a crowd-sourced probability and every trader has a track record. Search markets and get each one's question, current probability, mana volume, unique-bettor count, liquidity and creator. Read one market in full, with its description and close time. See the top holders of a market — who is forecasting which way and how much mana they have invested. Read a forecaster's profile: their mana balance, all-time profit and how many markets they have created. Live, no key, nothing stored. Distinct from real-money prediction-market and sports-odds APIs — this is Manifold's community markets, their crowd probabilities and their forecasters. Perfect for forecasting, trading-signal, research and community apps.

api.oanor.com/manifold-api

Volatility Indices API

Live market "fear gauges" across asset classes as an API, served from Yahoo Finance. The VIX is the market's headline fear index — the S&P 500's 30-day implied volatility — and this returns it alongside the rest of the family: the 9-day VIX (short-term fear), the Nasdaq-100 (VXN) and Dow (VXD) volatility indices, crude-oil (OVX) and gold (GVZ) volatility, and the VVIX, the volatility of the VIX itself. Each comes with its current level, the day's change, and its day and 52-week range, and the board adds a plain-language fear regime from the VIX (complacent, normal, elevated, high or extreme). Get the whole board or one index. The implied-volatility and risk-sentiment layer for trading, macro-research and dashboard apps. Live, no key, no cache. Distinct from equity-index, crypto-volatility and FX-volatility APIs — this is the cross-asset implied-volatility (fear) suite.

api.oanor.com/volatilityindices-api

Stock Sectors API

Live S&P 500 sector performance as an API — the sector-rotation picture traders watch, served from Yahoo Finance via the eleven SPDR sector ETFs. It returns each of the eleven GICS sectors — Technology, Financials, Energy, Health Care, Consumer Discretionary, Consumer Staples, Industrials, Materials, Utilities, Real Estate and Communication Services — with its tracking ETF's price, the day's change, the day's high and low, and the 52-week high and low. Pull the whole board ranked by the day's move, with the leading and lagging sectors called out, or look one sector up by name or ETF ticker. The sector-rotation and market-breadth layer for trading, macro-research and dashboard apps. Live, no key, no cache. Distinct from index-level, single-stock and cross-asset-ratio APIs — this is the equity-sector performance breakdown.

api.oanor.com/sectors-api

Stock Dividends API

Live stock dividend data as an API — the dividends any listed stock or ETF actually pays, served from Yahoo Finance. For any ticker it returns the trailing-twelve-month dividend per share, the current dividend yield, the payment frequency (monthly, quarterly, semi-annual or annual), the most recent payment with its date, and the dividend payment history. Look a stock up by ticker or company name, or pull its full payment history over several years. Non-paying stocks are reported cleanly with a zero yield so you can screen for income. The dividend-income layer for investing, screening and dashboard apps. Live, no key, no cache. Distinct from dividend-ratio calculators and from price-quote APIs — this returns the stock's actual dividends paid and its real yield.

api.oanor.com/dividends-api

Frequently asked questions

Quick answers about pricing, quotas, and integration.

How do I get an API key for World Stock Indices API?
Sign up for free at oanor.com, generate an API key from the developer dashboard, and call World Stock Indices API with the x-oanor-key header. No credit card needed for the free tier.
What's the rate limit for World Stock Indices API?
Free tier allows 1 request per second. Paid plans scale up to 50 requests per second on the Mega tier. Hard limits return HTTP 429 above the quota — no surprise overage charges.
How much does World Stock Indices API cost?
World Stock Indices API has a free tier with 100 calls / month. Paid plans start at €9.00 / month with higher quotas and faster rate limits.
Can I cancel my subscription anytime?
Yes. Plans are billed monthly and you can cancel anytime from your billing dashboard. No long-term contracts and no cancellation fee.
Is World Stock Indices API GDPR-compliant?
All requests to World Stock Indices API go through our EU-based gateway. Your upstream API key never leaves our server and no personal data is shared with the upstream provider beyond the request you send.

Pick an endpoint from the list on the left to see its details and try it.

Code snippets

Sign up to get an API key, then call any path under your slug.

curl https://api.oanor.com/indices-api/SOME_PATH \
  -H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/indices-api/SOME_PATH", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/indices-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
    "https://api.oanor.com/indices-api/SOME_PATH",
    headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())

Ratings

Sign in to rate.

No reviews yet.

Discussion

Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.

Sign in to start a thread or reply.

Sign in

New thread

/ 4000

📌 Pinned 🔒 Locked

·

· ·

/ 4000

🔒 This thread is locked — no new replies.

  • No threads yet — start the discussion.

Support

Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.

Sign in to open a support ticket.

Sign in

Open new ticket

Describe what you need help with. The provider team gets an email and replies on the ticket page.

  • No tickets yet for this API.

Subscription active — calls can start immediately.

Send your first request —

Subscription active — copy a snippet and fire off your first call.