rename directory

This commit is contained in:
2026-06-26 10:17:27 +08:00
parent 66963e0b90
commit c5215fba22
40 changed files with 0 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# INDICES_API_URL
- **URL:** https://api.sgx.com/indices/v1.0/
- **Status:** 200
- **Classification:** ACCESSIBLE
- **Content-Type:** application/json
- **Content-Length:** 261413 bytes
- **Elapsed:** 0.041 s
- **Probed at:** 2026-06-24T09:39:45.046260+00:00
## Notes
The base path returns a master list; chart and metadata sub-paths support trend analysis.
- **Master list:** `/` returns ~854 indices with current OHLC/change.
- **Single index metadata:** `/pid/{pid}/` (e.g. `.STI`, `SGN50N`, `.SREIT`, `SGLC40CN`).
- **Charts:**
- Intraday: `/charts/intraday/pid/{pid}/{period}?params=lp,trading_time,vl`
- Historic: `/charts/historic/pid/{pid}/{period}?params=lp,trading_time,vl`
- Periods seen: `5d`, `1m`.
- Use the `.STI` PID for STI trend monitoring. Include `Origin`/`Referer` headers.