Curated dataset of IPOs on the Indonesia Stock Exchange. Track underwriters, offering stats, and listings in a structured and version-controlled format. See the brief and templates before contributing.
This repository organizes data on Indonesian IPOs into structured JSON files. It can be consumed by any frontend or backend application for public IPO visualization, analytics, or monitoring tools.
Important
We ask that all users read our legal disclaimer before using any data from this repository.
The core dataset for this project is publicly accessible in raw JSON format. For a detailed specification, see Redocly Docs.
https://web-idn-ipo-data.netlify.app/data/
| URL | Description |
|---|---|
{BASE_URL}/information.json |
Metadata about the dataset, including last update time. |
{BASE_URL}/stocks.json |
Alphabetically sorted list of all stocks. |
{BASE_URL}/underwriters.json |
Alphabetically sorted list of all underwriters. |
{BASE_URL}/stock/{ticker}.json |
Detailed IPO data for a specific stock. |
{BASE_URL}/underwriter/{code}.json |
Information about a specific underwriter. |
You can access the live dashboard at the following URL:
🔗 https://web-idn-ipo-data.netlify.app/
- All responses are served as raw JSON.
- Use the actual
tickerorcode(case-sensitive) when accessing/stock/{ticker}.jsonor/underwriter/{code}.json. - Refer to
information.jsonfor the most recent update timestamp.
Information describing how to contribute can be found in the file CONTRIBUTING.md