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 @@
# 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.