v1

latestOpenAPI 3.0.32026-07-2664108290.0 KB
Company Screener

Free Float Market Analysis

Returns the free float percentage for IDX-listed companies, optionally filtered by one level of the sector taxonomy. Results are ordered by free_float descending.

<Note>Free float is calculated as the share_percentage of the Public entry in a company's major shareholders list.</Note>

<Warning>Query parameters are mutually exclusive. Provide at most one filter parameter per request.</Warning>

<Info>Costs 1 API credit per 100 companies returned, rounded up.</Info>

get/v2/free-float/

Query parameters

sectorstring

Kebab-case sector slug. E.g. infrastructures, healthcare, transportation-logistic. Retrieve valid values from the Subsectors endpoint.

sub_sectorstring

Kebab-case subsector slug. E.g. banks, basic-materials, food-beverage. Retrieve valid values from the Subsectors endpoint.

industrystring

Kebab-case industry slug. E.g. oil-gas, electrical, chemicals. Retrieve valid values from the Industries endpoint.

sub_industrystring

Kebab-case sub-industry slug. E.g. coal-production, gold, healthcare-providers. Retrieve valid values from the Subindustries endpoint.

Response

Flat list of companies with free float percentage, ordered descending.

symbolstring required

Ticker symbol (e.g. BBCA.JK).

company_namestring required

Full company name.

free_floatnumber double required

Free float as a decimal (0.45 = 45%).