What it does
This actor pulls structured market data from the Colombo Stock Exchange (CSE) in Sri Lanka — today's share prices, the day's top gainers and losers, and company announcements. Instead of scraping the exchange site by hand or stitching together PDFs, you get clean JSON ready to drop into a model, dashboard, or index pipeline.
Who it's for
Frontier- and emerging-market fund managers, index providers, quant researchers, and fintech apps that need reliable Sri Lanka equity coverage where mainstream data vendors are thin or expensive.
Sample fields / output
- ticker / symbol
- company name
- last price (LKR)
- change & change %
- trading volume
- turnover
- gainer / loser rank
- announcement title
- announcement date
Example use cases
- Maintain a daily CSE price snapshot for an emerging-markets index or factor model.
- Surface the day's biggest movers on the Colombo exchange for a research desk or newsletter.
- Feed company announcements into an alerting workflow for Sri Lanka-listed names.
▶ Try the Sri Lanka CSE — Colombo Stock Exchange Data actor on Apify
Related actors
FAQ
Is the data real-time?
No — it provides end-of-day / reference market data suitable for research, indexing, and screening rather than live trading.
What currency are prices in?
Prices and turnover are reported in Sri Lankan rupees (LKR), as published by the Colombo Stock Exchange.
Can I get the day's top gainers and losers directly?
Yes — gainers and losers are returned with rank, price, and change %, so you don't have to compute them yourself.
Top comments (0)