A reliable, self-updating static API endpoints service delivering clean, structured historical and intraday financial data for all 9 PSX ETFs.
This static API supports requests via standard GET operations. The endpoints below return structured JSON payloads representing current market states, basket details, timeseries, news, and history.
| Method | Endpoint Path | Description | Link |
|---|---|---|---|
| GET | /etfs/index.json | List of all tracked ETFs with current price metadata. | Test Route |
| GET | /etfs/{SYMBOL}/index.json | Single ETF detailed overview, performance metrics and benchmark info. | Test JSGBETF |
| GET | /etfs/{SYMBOL}/holdings/index.json | Basket constituents with holdings volume, stock prices, PE/PB ratios. | Test Holdings |
| GET | /etfs/{SYMBOL}/history/index.json | Historical daily closing price, NAV timeseries and volume history. | Test History |
| GET | /etfs/{SYMBOL}/index-comparison/index.json | Side-by-side performance tracking compared to the benchmark index. | Test Track |
| GET | /etfs/{SYMBOL}/intraday/index.json | Real-time intraday ticks (prices and volume) for the current session. | Test Intraday |
| GET | /etfs/{SYMBOL}/payouts/index.json | Historical dividend payouts (cash, stock bonuses, ratios). | Test Payouts |
| GET | /etfs/{SYMBOL}/announcements/index.json | List of financial transmissions, reports, and notice attachments inlined. | Test News |