No signup required
Try it before you register
These requests go from your browser straight to the public API. Nothing is proxied through this site, so what you see is exactly what curl would give you — the real host, the real envelope, and the real request_context. There is no way for this page to make the API look better than it is.
curl 'https://api.twmarketdata.com/v2/datasets/twse-daily-price?symbol=2330&limit=5'
No as_of, so these are present values — note point_in_time is false in request_context.
Pick a request above. Nothing is sent until you do.
The one comparison worth making
Run the first two presets back to back. Same symbol, same limit; the only difference is as_of. The newest row moves, request_context flips point_in_time, and that difference is the whole reason a backtest built on this data does not quietly see the future.
What a key adds
The datasets above are open. Most are not: market breadth, margin balances, futures context and the rest answer 401 without a key. A free account covers the rest of the core market data — the limits are published rather than discovered when you hit them.