SGX (Singapore Exchange) Scraper — Stocks, ETFs, REITs, Bonds avatar

SGX (Singapore Exchange) Scraper — Stocks, ETFs, REITs, Bonds

Pricing

from $4.00 / 1,000 results

Go to Apify Store
SGX (Singapore Exchange) Scraper — Stocks, ETFs, REITs, Bonds

SGX (Singapore Exchange) Scraper — Stocks, ETFs, REITs, Bonds

Pull every security listed on the Singapore Exchange — stocks, ETFs, REITs, business trusts, bonds, warrants — with live delayed prices, ISIN codes, CPF-eligibility flags, and full corporate profiles.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

Always Prime

Always Prime

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

a day ago

Last modified

Share

🇸🇬 SGX Scraper — Singapore Exchange data, structured

Built for Apify Python Output

Every security listed on the Singapore Exchange — stocks, ETFs, REITs, business trusts, bonds, warrants — with live delayed prices, ISIN codes, CPF-eligibility flags, and full corporate profiles. One run. ~45 fields per row. Under a minute.

⚡️ One run scrapes the entire SGX universe (~1,300 equities or up to 18k instruments if you ask for everything). 📦 Clean, flat records: last_price, change_pct, bid, ask, volume, isin_code, cpf_eligible, company_name, country, listed_date, registered_office, background, and 30+ more. 🚀 Sub-3-second runs for typical filters. No proxy. No anti-bot tax. No headaches. 💰 Pay-per-result — only pay for the rows you keep.


🤖 What it does

This actor pulls structured data from www.sgx.com covering every tradable Singapore-listed security:

  • Live delayed prices — last, open, high, low, previous close, change, change %, volume, value traded, bid / bid-volume, ask / ask-volume, VWAP, trading time.
  • Identifiers — SGX stock code, IBM code, ISIN, FISN.
  • Classification — asset class (stock / ETF / REIT / business trust / ADR / bond / warrant / DLC), market segment (Mainboard / Catalist), trading currency, board lot.
  • Regulatory flags — CPF Investment Scheme eligibility, Specified Investment Product (SIP) flag, sustainability-linked flag, leveraged-product flag, retail/SGS bond flag.
  • Corporate profile — full company name, country of incorporation, ISO country code, incorporation date, listing date, web address, registered office, company background, Chinese name.

Each security comes back as a single flat JSON row. Ready for a spreadsheet, a database, or a downstream model.


🚀 Quick start

  1. Click Try for free at the top of this page.
  2. Pick an Asset class (default: equities — covers stocks, ETFs, REITs, business trusts, ADRs in one go) and optionally enter specific stock codes (e.g. Z74, D05, C6L).
  3. Hit Start.
  4. When the run finishes, click Export → choose JSON, CSV, Excel, or Apify dataset URL.

No API keys, no proxies, no setup. Runs from your free Apify account.


🎛️ Input

FieldTypeDefaultDescription
assetTypeenumequitiesPick one: equities · stocks · etfs · reits · businesstrusts · adrs · bonds · warrants · dlcertificates · all.
stockCodeslist of strings[]Filter to specific 3-character SGX codes (e.g. ["Z74","D05","C6L"]). Empty = no filter.
maxItemsinteger50Stop after N records. 0 = scrape the whole universe in the selected asset class.
includeCorporateInfobooleantrueJoin with company profile (country, listing date, background, registered office).
includeReferenceDatabooleantrueJoin with ISIN / FISN / CPF / sustainability / Chinese name.

📤 Output (example row — SingTel)

{
"url": "https://www.sgx.com/securities/equities/Z74",
"id": "Z74",
"stock_code": "Z74",
"ibm_code": "1T75",
"isin_code": "SG1T75931496",
"fisn": "SINGTEL/ORDSHS",
"name": "Singtel",
"chinese_name": "新电信",
"issuer_name": "Singtel",
"company_name": "SINGTEL",
"asset_type": "stocks",
"asset_type_label": "Stock",
"market": "MAINBOARD",
"trading_currency": "SGD",
"denomination_currency": "SGD",
"board_lot": 100,
"cpf_eligible": true,
"sip": false,
"last_price": 4.82,
"open": 4.84,
"high": 4.87,
"low": 4.75,
"previous_close": 4.87,
"change": -0.05,
"change_pct": -1.027,
"volume": 169817178,
"value_traded": 35306.4,
"bid": 4.81,
"bid_volume": 158.1,
"ask": 4.82,
"ask_volume": 230,
"trading_time": "2026-05-15T01:16:00+00:00",
"prev_trade_date": "2026-05-14",
"country": "SINGAPORE",
"country_code": "SGP",
"incorporated_on": "1992-03-28",
"listed_date": "1 November 1993 on SGX Mainboard",
"web_address": "http://www.singtel.com",
"registered_office": "10 Eunos Road 8, #07-31 Singapore Post Centre, Singapore 408600",
"background": "Singapore Telecommunications Limited (Singtel) was corporatised on 1 April 1992 and listed on the local stock exchange in November 1993. It is majority-owned by Temasek Holdings (Private) Limited...",
"source": "api.sgx.com",
"scraped_at": "2026-05-15T09:28:11.123456+00:00"
}

Available as JSON · CSV · Excel via the standard Apify dataset endpoints.


💡 Use cases

You are a...You use this scraper to...
🏦 Fund / asset managerBuild a fresh investable universe for Singapore daily. Filter by Mainboard + CPF-eligible + Sustainability-linked in one query.
📊 Quant / data teamSnapshot the SGX universe end-of-day for backtests. The ISIN + FISN make joining to global pricing feeds painless.
🤖 Fintech / brokeragePower a stock-picker or watchlist UI without paying SGX's data-vendor minimums.
🧠 AI / LLM teamFeed a finance copilot or research assistant with current SGX listings, sectors, and company backgrounds.
🌱 ESG analystPull every sustainability-linked listing on SGX with sustainability_linked: true.
🎓 Student / researcherFree, clean dataset for a Singapore-markets paper or thesis.

🧮 Tips & tricks

  • Default to equities + maxItems: 0 to get the full ~1,300-row investable universe in one shot.
  • maxItems: 50 is a cheap sample run while you iterate on your downstream code.
  • Filter by stockCodes if you just want a handful of names — much cheaper than scraping the universe and filtering downstream.
  • The _suspicious flag (rare) means a record's currency or market segment disagreed across SGX's own internal feeds. Most users can ignore it.
  • bond_clean_price / bond_dirty_price / bond_accrued_interest are populated only for bonds.
  • For ETFs, benchmark, management_style and geographical_focus tell you what the fund actually tracks.

❓ FAQ

Are the prices real-time? No — they are delayed (~15 min), the same delayed feed published on the public SGX website.

Why is open / high / low zero on some records? Outside market hours (or pre-open), SGX publishes zero for intraday fields. Off-hours runs typically return last_price = previous_close.

Where does this data come from? From www.sgx.com's own public website, the same data any visitor to SGX sees in their browser.

How fresh is the corporate profile? It refreshes whenever SGX republishes its corporate-information feed — typically daily.

Can I run this on a schedule? Yes — set up a scheduled run on Apify (e.g. daily at 17:30 SGT, after market close, for an end-of-day snapshot).

Does this include derivatives / futures / options? Cash-market and exchange-traded derivatives that are tradable as line items (warrants, DLCs, structured certificates) are included. OTC and futures-board contracts are not.


📜 Disclaimer

Data is sourced from publicly accessible pages on www.sgx.com. This actor is not affiliated with, endorsed by, or sponsored by Singapore Exchange Limited. SGX is a trademark of Singapore Exchange Limited. Prices are delayed and provided for informational use only — they are not investment advice and should not be used for trading decisions.