Skip to content

ricotandrio/web-indonesia-ipo-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Indonesia IPO Data

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.

Overview

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.

Usage

Important

We ask that all users read our legal disclaimer before using any data from this repository.

General Usage

The core dataset for this project is publicly accessible in raw JSON format. For a detailed specification, see Redocly Docs.

Base URL

https://web-idn-ipo-data.netlify.app/data/

Available Endpoints

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.

Dashboard Access

You can access the live dashboard at the following URL:

🔗 https://web-idn-ipo-data.netlify.app/

Notes

  • All responses are served as raw JSON.
  • Use the actual ticker or code (case-sensitive) when accessing /stock/{ticker}.json or /underwriter/{code}.json.
  • Refer to information.json for the most recent update timestamp.

Contribute

Information describing how to contribute can be found in the file CONTRIBUTING.md

About

Indonesia IPO dashboard with manually collected data

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors