Skip to main content
GET
/
v2
/
free-float
Free Float Market Analysis
curl --request GET \
  --url https://api.sectors.app/v2/free-float/ \
  --header 'Authorization: <api-key>'
[
  {
    "symbol": "BBCA.JK",
    "company_name": "Bank Central Asia Tbk",
    "free_float": 0.4512
  },
  {
    "symbol": "BBRI.JK",
    "company_name": "Bank Rakyat Indonesia (Persero) Tbk",
    "free_float": 0.4321
  }
]

Authorizations

Authorization
string
header
required

API key passed directly in the Authorization header (without Bearer prefix).

Query Parameters

sector
string

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

sub_sector
string

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

industry
string

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

sub_industry
string

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.

{key}
any