Download OpenAPI specification:
Public read-only access to IPO data in Indonesia. All responses are served as JSON files from the /data/
directory.
Returns an alphabetically sorted list of underwriter codes and names.
[- {
- "underwriter_code": "AD",
- "underwriter_name": "OSO SEKURITAS INDONESIA"
}, - {
- "underwriter_code": "CC",
- "underwriter_name": "CITIGROUP SEKURITAS INDONESIA"
}
]
Returns detailed IPO-related data for a given stock.
ticker required | string Example: BBCA |
{- "ipo_status": "string",
- "ticker_code": "string",
- "image": "string",
- "company_name": "string",
- "sector": "string",
- "subsector": "string",
- "listing_board": "string",
- "final_price": 0,
- "line_of_business": "string",
- "address": "string",
- "website": "string",
- "number_of_shares_offered": 0,
- "%_of_total_shares": 0,
- "participant_admin": {
- "code": "string",
- "name": "string"
}, - "book_building_opening": "string",
- "book_building_closing": "string",
- "lowest_book_building_price": 0,
- "highest_book_building_price": 0,
- "opening_of_offering_period": "string",
- "closing_of_offering_period": "string",
- "closing_date": "string",
- "distribution_date": "string",
- "listing_date": "string",
- "ara_arb_percentage": "string",
- "underwriters": [
- {
- "code": "string",
- "name": "string",
- "percentage": "string"
}
], - "warrant": {
- "code": "string",
- "per_share_ratio": 0,
- "exercise_price_(rp)": "string",
- "open": "string",
- "high": "string",
- "low": "string",
- "close": "string"
}, - "listing_price": {
- "open": 0,
- "high": 0,
- "low": 0,
- "close": 0,
- "change": 0,
- "percentage_change": "string",
- "volume": 0
}, - "performa": {
- "1D": "string",
- "1W": "string",
- "1M": "string",
- "6M": "string",
- "1Y": "string",
- "updated_at": "string",
- "source": "string"
}, - "fundamental": {
- "aset_percentage": "string",
- "liabilitas_percentage": "string",
- "pendapatan_percentage": "string",
- "laba_bersih_percentage": "string",
- "updated_at": "string",
- "source": "string"
}
}