Company quote with beta & foreign holdings
API · /cse-api
CSE Colombo Stock Exchange API
Live data from the Colombo Stock Exchange (CSE) in Sri Lanka, with no key. Read the day's market summary (turnover, share volume, trades); the headline ASPI all-share index; a full company quote with fundamentals (last price, day and 52-week range, market cap, today's volume and turnover, foreign-holding percentage and the beta versus the ASPI and S&P SL20 indices); and the day's top gainers, losers and most-active stocks. The Sri-Lanka-equities / frontier-market / foreign-holding-and-beta layer for trading dashboards, screeners and research — distinct from other exchange readers, with a fundamentals-and-risk cut. Live from CSE; short cache only.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 400 ms
- Server probes · 24h
- Subscribers
- 3,877
- active
- Total calls
- 15
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 14,000 calls / month
- 3 requests / second
- Hard cap (429 above quota, no overage)
- 14k calls/month
- 3 req/sec
- Index & market summary
- No credit card
Starter
€24.40 /month
- 280,000 calls / month
- 8 requests / second
- Hard cap (429 above quota, no overage)
- 280k calls/month
- 8 req/sec
- Company quotes & fundamentals
- Email support
Pro
€61.50 /month
- 1,600,000 calls / month
- 20 requests / second
- Hard cap (429 above quota, no overage)
- 1.6M calls/month
- 20 req/sec
- Beta & foreign-holding data
- Priority support
Enterprise
€143.00 /month
- 8,500,000 calls / month
- 60 requests / second
- Hard cap (429 above quota, no overage)
- 8.5M calls/month
- 60 req/sec
- Full CSE market feed
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
Moldova Inflation & CPI API
Official consumer-price inflation for the Republic of Moldova — sourced live from the National Bureau of Statistics of Moldova via its public PxWeb statbank (tables PRE012600, PRE012200 and PRE012800). The cpi endpoint returns the latest reported month with headline year-on-year inflation and the month-on-month price change. The series endpoint returns the monthly history of year-on-year and month-on-month inflation, parameterised by the number of months. The groups endpoint breaks the latest month down across the major divisions — food goods, non-food goods and services — each with its year-on-year rate, showing where price pressure sits. The core endpoint returns Moldova's core-inflation measures, computed by excluding volatile components such as food, energy and regulated prices, each with year-on-year and month-on-month change — the gauges central banks watch for underlying trend. All figures are published directly by the statistics bureau, not modelled, and refreshed from source behind a short server-side cache with keep-warm. Ideal for macro and emerging-market dashboards, CIS and EU-candidate economics trackers, cost-of-living and monetary-policy tools, and fintech needing a clean structured inflation feed for a market the big aggregators rarely cover at monthly resolution. Live keyless upstream. 5 endpoints.
api.oanor.com/moldova-cpi-api
Moldova Foreign Trade API
Official foreign-trade statistics for the Republic of Moldova — exports, imports and the trade balance — sourced live from the National Bureau of Statistics of Moldova via its public PxWeb statbank (table EXT015000), all values in millions of US dollars. The trade endpoint returns the latest reported month with exports, imports, the trade balance and the export-to-import cover ratio. The series endpoint returns the monthly history of exports, imports and balance, parameterised by the number of months. The partners endpoint breaks the latest month down by partner-country group — total, CIS countries, the European Union and the rest of the world — each with its exports, imports and balance, showing where Moldova trades. The annual endpoint returns full-year totals for exports, imports and balance across recent years. Figures are published directly by the statistics bureau, not modelled, and refreshed from source with a short server-side cache and keep-warm. Ideal for macro and trade dashboards, emerging-market and CIS/EU economics trackers, supply-chain and current-account analysis, and fintech needing a clean structured trade feed for a market the big aggregators rarely cover at monthly resolution. Live keyless upstream. 5 endpoints.
api.oanor.com/moldova-trade-api
Åland Consumer Price Index API
Official consumer-price-index and inflation data for the Åland Islands — the autonomous, Swedish-speaking, euro-area region of Finland — sourced live from Statistics and Research Åland (ÅSUB), the regional statistics authority, via its public PxWeb API (table KO010). The overall endpoint returns the latest headline CPI level (index base 2025 = 100) together with month-on-month and year-on-year change. The series endpoint returns the full monthly history of the headline index with monthly and annual change, parameterised by the number of months. The divisions endpoint breaks the basket down across the thirteen COICOP groups — food, alcohol & tobacco, clothing, housing & utilities, furnishings, health, transport, communication, recreation & culture, education, restaurants & hotels, miscellaneous and personal care — each with its index level and annual change. The drivers endpoint ranks those same divisions by their annual impact in percentage points, showing exactly which categories are pushing Åland inflation up or down. Figures are published directly by ÅSUB, not modelled or estimated, and are refreshed from source. Ideal for macro and regional-economics dashboards, cost-of-living and salary tools, Nordic and euro-area inflation trackers, and fintech that needs a clean, structured CPI feed for a market the big aggregators ignore. Live keyless upstream, short server-side cache. 5 endpoints.
api.oanor.com/aland-stats-api
OECD Economic Indicators API
Key macroeconomic indicators for the 38 OECD member countries, sourced from the official OECD SDMX data service. Pull the harmonised unemployment rate, the consumer price index and the long-term (10-year government bond) interest rate for any member country, look up a single indicator for one country, or read a full country snapshot with all indicators at once. Every value carries the indicator label, its unit and the exact period it refers to, and always resolves to the latest published observation — no date juggling. Coverage spans Australia to the United States, with the United Kingdom, Germany, Japan, France and every other OECD member in between. Built for dashboards, macro research and currency or rates models that need authoritative, comparable cross-country economic data. Distinct from market and FX feeds: this surfaces official OECD statistics.
api.oanor.com/oecd-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for CSE Colombo Stock Exchange API?
What's the rate limit for CSE Colombo Stock Exchange API?
How much does CSE Colombo Stock Exchange API cost?
Can I cancel my subscription anytime?
Is CSE Colombo Stock Exchange API GDPR-compliant?
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/cse-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/cse-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/cse-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/cse-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 inNew thread
·
-
Provider answer
🔒 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 inOpen new ticket
Describe what you need help with. The provider team gets an email and replies on the ticket page.
-
·
Urgent - No tickets yet for this API.