Investigation and Discovery Phases Complete.

This commit is contained in:
2026-06-25 16:45:22 +08:00
parent 1a346833ef
commit 66963e0b90
164 changed files with 898818 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# ETF_API_URL
- **URL:** https://api.sgx.com/etfscreener/v1.0
- **Status:** 403
- **Classification:** BLOCKED
- **Content-Type:** application/json
- **Content-Length:** 42 bytes
- **Elapsed:** 0.0 s
- **Probed at:** 2026-06-24T09:39:41.800674+00:00
- **Error:** HTTPError: HTTP Error 403: Forbidden
- **Block reasons:** HTTP 403
## Notes
The bare `/etfscreener/v1.0` path returns HTTP 403; a documented sub-path works.
- **Working sub-path:** `/documents` returns ETF factsheet/document metadata.
- For live ETF price snapshots use `SECURITIES_API_URL` `/etfs?params=n,nc,cx,lt,c,p,vl,v,sc`.
- Include `Origin`/`Referer` headers for `api.sgx.com` calls.