Discover/idx.co.id API
live

idx.co.id APIidx.co.id

Access IDX stock listings, trading summaries, company profiles, financial reports, IPO data, and market indices via a structured JSON API.

Endpoints
12
Updated
10d ago
Try it
Filter by listing board. Accepted values include: Utama, Pengembangan, Akselerasi, Pemanta
api.parse.bot/scraper/3344e652-0a91-4a3c-96f6-d64b4d7f7369/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/3344e652-0a91-4a3c-96f6-d64b4d7f7369/get_stock_list?board=Utama' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 12 totalclick to expand

Extract the complete list of stocks from IDX. Returns stock codes, names, listing dates, shares, and listing boards. Supports filtering by listing board.

Input
ParamTypeDescription
boardstringFilter by listing board. Accepted values include: Utama, Pengembangan, Akselerasi, Pemantauan Khusus.
Response
{
  "type": "object",
  "fields": {
    "data": "array of stock objects with Code, Name, ListingDate, Shares, ListingBoard",
    "recordsTotal": "integer total number of matching stocks"
  },
  "sample": {
    "data": {
      "data": [
        {
          "Code": "AALI",
          "Name": "Astra Agro Lestari Tbk.",
          "Shares": 1924688333,
          "ListingDate": "1997-12-09T00:00:00",
          "ListingBoard": "Utama"
        }
      ],
      "draw": 0,
      "recordsTotal": 957,
      "recordsFiltered": 957
    },
    "status": "success"
  }
}

About the idx.co.id API

The IDX API provides structured access to 12 endpoints covering Indonesia Stock Exchange data, including stock listings, daily trading summaries, company profiles, financial reports, IPO information, and the IHSG composite index. The get_company_profile endpoint alone returns directors, commissioners, shareholders, subsidiaries, dividends, and bond data for any listed company by stock code.

Stock and Market Data

The get_stock_list endpoint returns the complete IDX equity listing with fields like Code, Name, ListingDate, Shares, and ListingBoard. You can filter by board using the board parameter — accepted values include Utama, Pengembangan, Akselerasi, and Pemantauan Khusus. For intraday trading activity, get_stock_summary returns Close, Volume, Value, Frequency, High, and Low per stock, paginated via limit and start. get_market_index_summary covers the IHSG composite and all sector indices, returning PrevVal, HighVal, LowVal, LastVal, ChgVal, and ChgPct per index.

Company and Corporate Data

get_company_profiles_list provides a paginated directory of listed companies including Sektor, Industri, and PapanPencatatan. For a specific ticker, get_company_profile returns arrays for Direktur, Komisaris, PemegangSaham, and Profiles, giving you board composition and ownership structure in one call. get_financial_reports accepts parameters for year, period (tw1, tw2, tw3, audit), stock_code, and report_type (rdf for financial reports, rdt for annual reports), and returns metadata with Attachments pointing to the actual report files.

Calendar, Announcements, and IPO

get_company_calendar retrieves corporate events such as RUPS (shareholder meetings) and dividend schedules. It accepts a date in YYYYMMDD format and a range parameter (m for month, d for day). get_company_announcements returns paginated official announcements with JudulPengumuman, Kode_Emiten, TglPengumuman, and PDF attachments. get_ipo_information lists recent IPOs and relisters with TanggalPencatatan, PapanPencatatan, and SahamIPOValue, ordered by most recent listing date.

Earnings and Market Overview

get_earnings_this_week identifies companies that submitted financial reports during the current week, returning stock_code, company_name, report_period, report_year, and submitted_date. It falls back to the most recent submissions when no reports exist for the current week. get_ikhtisar_pasar returns the IDX homepage market overview including banner content and popup metadata, useful for tracking site-level market commentary.

Common use cases
  • Screen all IDX-listed stocks by listing board (Utama, Pengembangan) using get_stock_list.
  • Track daily price movements and trading volume for IDX equities via get_stock_summary.
  • Monitor IHSG composite and sector index changes with get_market_index_summary.
  • Build an ownership and board-composition dataset from PemegangSaham, Direktur, and Komisaris fields in get_company_profile.
  • Aggregate quarterly and annual financial report filings by sector using get_financial_reports with period and report_type filters.
  • Alert on upcoming RUPS events and dividend announcements by polling get_company_calendar monthly.
  • Track IPO activity on the Indonesia exchange by listing date using get_ipo_information.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does IDX (idx.co.id) have an official developer API?+
IDX does not publish a documented public developer API. Data on idx.co.id is accessible through the website's interface without a formal API program or developer portal.
What does `get_company_profile` return beyond basic company info?+
get_company_profile returns structured arrays for Direktur (directors with name and title), Komisaris (commissioners including an Independen flag), PemegangSaham (shareholders with name, share count, and percentage), and a Profiles array with address, sector, and other registration details. You pass a stock_code like BBCA or TLKM as a required parameter.
Does `get_financial_reports` support filtering by both company and reporting period simultaneously?+
Yes. You can combine stock_code, period (tw1, tw2, tw3, audit), year, and report_type (rdf or rdt) in a single request. Each result in Results includes an Attachments field with links to the actual report files.
Does the API return real-time tick data or order book depth?+
No tick-by-tick or order book data is exposed. The API covers daily trading summaries (Close, High, Low, Volume, Value, Frequency) via get_stock_summary, and index-level values via get_market_index_summary. You can fork this API on Parse and revise it to add an endpoint targeting intraday or order book data if the source makes it available.
Is historical price data available across multiple trading days?+
The current endpoints return the most recent daily summary snapshot rather than a historical time series. get_financial_reports does allow year-based filtering for report submissions, but daily price history by date range is not covered. You can fork this API on Parse and revise it to add a historical price endpoint.
Page content last updated . Spec covers 12 endpoints from idx.co.id.
Related APIs in FinanceSee all →
cmegroup.com API
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
guba.eastmoney.com API
Access Chinese stock discussion posts and comments from Eastmoney's community platform to monitor investor sentiment, search board discussions, and retrieve detailed post information and stock board metadata. Get real-time insights into what traders are discussing about specific stocks through posts, replies, and board analytics.
blur.io API
Access NFT collection data on Blur.io, including floor prices, best bids, listed tokens, and recent activity. Authenticate with an Ethereum wallet to place collection bids and retrieve portfolio holdings.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
blackrock.com API
Access comprehensive BlackRock iShares ETF data to research fund performance, holdings, fees, and sector allocations, plus search and compare specific ETFs. Monitor investment details like distributions, key characteristics, and broad market indices all in one place.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.