PASAR API
Verified live: keyless JSON with real-time price, volume, ceiling/floor/reference for any HOSE/HNX/UPCoM ticker (comma-separate for batches). Undocumented broker board feed with no SLA — it is what the popular vnstock Python library consumes. VN-first.
View docs ↗ More Banking & finance APIscurl 'https://bgapidatafeed.vps.com.vn/getliststockdata/VNM'
I'm building an app using a free Vietnam API (no auth needed). API: VPS Stock Datafeed ~ live Vietnam stock-market quotes Provider: VPS Securities (undocumented broker feed, community-adopted via vnstock) Endpoint: GET https://bgapidatafeed.vps.com.vn/getliststockdata/VNM It returns JSON (live data). Source: VPS Securities (undocumented broker feed, community-adopted via vnstock) (https://github.com/thinh-vu/vnstock) Source type: Official public feed Endpoint type: Direct public JSON endpoint Integration difficulty: Copy-paste ready Last checked: 2026-07-03 Production caveat: Still handle downtime, changing fields, empty responses, and rate limits before shipping user-facing alerts. Help me fetch this and build a simple page that displays it nicely. Include basic production safeguards for errors, empty responses, schema changes, caching, and rate limits.