SGX Market Data Scraper — Stocks, ETFs, REITs & Indices avatar

SGX Market Data Scraper — Stocks, ETFs, REITs & Indices

Pricing

from $0.003 / quote scraped

Go to Apify Store
SGX Market Data Scraper — Stocks, ETFs, REITs & Indices

SGX Market Data Scraper — Stocks, ETFs, REITs & Indices

Scrape live Singapore Exchange (SGX) market data: every listed security — stocks, ETFs, REITs, business trusts, ADRs, warrants, DLCs — plus all indices, with price, change, OHLC, bid/ask and volume. Public API, no key.

Pricing

from $0.003 / quote scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape live Singapore Exchange (SGX) market data into clean JSON, CSV or Excel. Covers every listed security — stocks, ETFs, REITs, business trusts, ADRs, company & structured warrants, daily-leverage certificates — plus all SGX indices — with price, change, % change, OHLC, bid/ask and volume. Fast and reliable.

Perfect for Singapore equities research, portfolio tracking, market dashboards, quant datasets and REIT/ETF screening.

What you get

  • 📈 Every SGX instrument — 1,200+ securities across 11 instrument types, in one run
  • 🏦 All indices — 800+ SGX indices including the Straits Times Index (STI)
  • 💵 Live quote fields — last, change, % change, open, high, low, previous close, bid/ask, volume, traded value
  • 🎯 Filter by type — pull only stocks, only REITs, only ETFs, etc.
  • Fast — fast and reliable

Example input

{ "dataType": "securities", "securityTypes": ["reits", "etfs"], "maxItems": 100000 }

Or pull all indices:

{ "dataType": "indices" }

Output

{
"code": "D05",
"name": "DBS",
"issuer": "DBS",
"type": "stocks",
"board": "MAINBOARD",
"currency": "SGD",
"last": 74.85,
"change": -0.15,
"changePercent": -0.2,
"open": 74,
"dayHigh": 74.94,
"dayLow": 74,
"previousClose": 75,
"bid": 74.84,
"ask": 74.85,
"volume": 3873.142,
"tradingTime": "2026-07-30T09:16:00+08:00",
"url": "https://www.sgx.com/securities/stock-screener?code=D05",
"collectedAt": "2026-07-30T12:00:00.000Z"
}

Input fields

FieldDescription
dataTypesecurities (all listed instruments) or indices (all SGX indices)
securityTypesFilter securities by type: stocks, etfs, reits, businesstrusts, adrs, warrants, DLCs… (empty = all)
maxItemsMaximum rows to return

Notes

Uses only SGX's public JSON market-data endpoints. Market data is © Singapore Exchange and provided for informational purposes — respect SGX's terms and any redistribution restrictions.