curl --request GET \
--url https://api.sectors.app/v1/subsector/report/{sub_sector}/ \
--header 'Authorization: <authorization>'
{
"sector": "Financials",
"sub_sector": "Banks",
"statistics": {
"total_companies": 0,
"filtered_median_pe": 0,
"filtered_weighted_avg_pe": 0,
"min_company_pe": 0,
"max_company_pe": 0
},
"market_cap": {
"total_market_cap": 0.0,
"avg_market_cap": 0.555,
"quarterly_market_cap": {
"prev_ttm_mcap": {
"2022.Q2": 0,
"2022.Q3": 0,
"2022.Q4": 0,
"2023.Q1": 0
},
"current_ttm_mcap": {
"2023.Q2": 0,
"2023.Q3": 0,
"2023.Q4": 0,
"2024.Q1": 0
},
"current_ttm_mcap_pavg": {
"2023.Q2": 0.0,
"2023.Q3": 0.0,
"2023.Q4": 0.0,
"2024.Q1": 0.0
}
},
"mcap_summary": {
"mcap_change": {
"1w": -0.0,
"1y": -0.0,
"ytd": -0.0
},
"monthly_performance": {
"2023-07-31": 0.0,
"2023-08-31": 0.0
},
"performance_quantile": 0.0
}
},
"stability": {
"weighted_max_drawdown": -0.0,
"weighted_rsd_close": 0.0
},
"valuation": {
"historical_valuation": [
{
"pb": 0.0,
"pe": 0.0,
"ps": 0.0,
"pcf": 0.0,
"year": 2020
},
{
"pb": 0.0,
"pe": 0.00,
"ps": 0.0,
"pcf": 0.0,
"year": 2024,
"pb_rank": 0,
"pe_rank": 0,
"ps_rank": 0,
"pcf_rank": 0
}
]
},
"growth": {
"weighted_avg_growth_data": [
{
"year": 2018,
"avg_annual_earning_growth": null,
"avg_annual_revenue_growth": null
},
{
"year": 2023,
"avg_annual_earning_growth": 0,
"avg_annual_revenue_growth": 0
}
],
"growth_forecasts": [
{
"base_year": 2023,
"eps_growth": 0,
"estimate_year": 2024,
"revenue_growth": 0
}
]
},
"companies": {
"top_companies": {
"top_mcap": [
{
"symbol": "BBCA.JK",
"market_cap": 0
}
],
"top_growth": [
{
"symbol": "MAYA.JK",
"revenue_growth": 0
}
],
"top_profit": [
{
"symbol": "BBRI.JK",
"profit_ttm": 0
}
],
"top_revenue": [
{
"symbol": "BBRI.JK",
"revenue_ttm": 0
}
]
},
"top_change_companies": [
{
"pe": 0,
"1yr": 0.0,
"1mth": 0.0,
"name": "Bank Pan Indonesia Tbk",
"symbol": "PNBN.JK",
"last_close": 0
}
]
}
}
Return report of a given subsector, organized into distinct sections
curl --request GET \
--url https://api.sectors.app/v1/subsector/report/{sub_sector}/ \
--header 'Authorization: <authorization>'
{
"sector": "Financials",
"sub_sector": "Banks",
"statistics": {
"total_companies": 0,
"filtered_median_pe": 0,
"filtered_weighted_avg_pe": 0,
"min_company_pe": 0,
"max_company_pe": 0
},
"market_cap": {
"total_market_cap": 0.0,
"avg_market_cap": 0.555,
"quarterly_market_cap": {
"prev_ttm_mcap": {
"2022.Q2": 0,
"2022.Q3": 0,
"2022.Q4": 0,
"2023.Q1": 0
},
"current_ttm_mcap": {
"2023.Q2": 0,
"2023.Q3": 0,
"2023.Q4": 0,
"2024.Q1": 0
},
"current_ttm_mcap_pavg": {
"2023.Q2": 0.0,
"2023.Q3": 0.0,
"2023.Q4": 0.0,
"2024.Q1": 0.0
}
},
"mcap_summary": {
"mcap_change": {
"1w": -0.0,
"1y": -0.0,
"ytd": -0.0
},
"monthly_performance": {
"2023-07-31": 0.0,
"2023-08-31": 0.0
},
"performance_quantile": 0.0
}
},
"stability": {
"weighted_max_drawdown": -0.0,
"weighted_rsd_close": 0.0
},
"valuation": {
"historical_valuation": [
{
"pb": 0.0,
"pe": 0.0,
"ps": 0.0,
"pcf": 0.0,
"year": 2020
},
{
"pb": 0.0,
"pe": 0.00,
"ps": 0.0,
"pcf": 0.0,
"year": 2024,
"pb_rank": 0,
"pe_rank": 0,
"ps_rank": 0,
"pcf_rank": 0
}
]
},
"growth": {
"weighted_avg_growth_data": [
{
"year": 2018,
"avg_annual_earning_growth": null,
"avg_annual_revenue_growth": null
},
{
"year": 2023,
"avg_annual_earning_growth": 0,
"avg_annual_revenue_growth": 0
}
],
"growth_forecasts": [
{
"base_year": 2023,
"eps_growth": 0,
"estimate_year": 2024,
"revenue_growth": 0
}
]
},
"companies": {
"top_companies": {
"top_mcap": [
{
"symbol": "BBCA.JK",
"market_cap": 0
}
],
"top_growth": [
{
"symbol": "MAYA.JK",
"revenue_growth": 0
}
],
"top_profit": [
{
"symbol": "BBRI.JK",
"profit_ttm": 0
}
],
"top_revenue": [
{
"symbol": "BBRI.JK",
"revenue_ttm": 0
}
]
},
"top_change_companies": [
{
"pe": 0,
"1yr": 0.0,
"1mth": 0.0,
"name": "Bank Pan Indonesia Tbk",
"symbol": "PNBN.JK",
"last_close": 0
}
]
}
}
{
"sector": "Financials",
"sub_sector": "Banks",
"statistics": {
"total_companies": 0,
"filtered_median_pe": 0,
"filtered_weighted_avg_pe": 0,
"min_company_pe": 0,
"max_company_pe": 0
},
"market_cap": {
"total_market_cap": 0.0,
"avg_market_cap": 0.555,
"quarterly_market_cap": {
"prev_ttm_mcap": {
"2022.Q2": 0,
"2022.Q3": 0,
"2022.Q4": 0,
"2023.Q1": 0
},
"current_ttm_mcap": {
"2023.Q2": 0,
"2023.Q3": 0,
"2023.Q4": 0,
"2024.Q1": 0
},
"current_ttm_mcap_pavg": {
"2023.Q2": 0.0,
"2023.Q3": 0.0,
"2023.Q4": 0.0,
"2024.Q1": 0.0
}
},
"mcap_summary": {
"mcap_change": {
"1w": -0.0,
"1y": -0.0,
"ytd": -0.0
},
"monthly_performance": {
"2023-07-31": 0.0,
"2023-08-31": 0.0
},
"performance_quantile": 0.0
}
},
"stability": {
"weighted_max_drawdown": -0.0,
"weighted_rsd_close": 0.0
},
"valuation": {
"historical_valuation": [
{
"pb": 0.0,
"pe": 0.0,
"ps": 0.0,
"pcf": 0.0,
"year": 2020
},
{
"pb": 0.0,
"pe": 0.00,
"ps": 0.0,
"pcf": 0.0,
"year": 2024,
"pb_rank": 0,
"pe_rank": 0,
"ps_rank": 0,
"pcf_rank": 0
}
]
},
"growth": {
"weighted_avg_growth_data": [
{
"year": 2018,
"avg_annual_earning_growth": null,
"avg_annual_revenue_growth": null
},
{
"year": 2023,
"avg_annual_earning_growth": 0,
"avg_annual_revenue_growth": 0
}
],
"growth_forecasts": [
{
"base_year": 2023,
"eps_growth": 0,
"estimate_year": 2024,
"revenue_growth": 0
}
]
},
"companies": {
"top_companies": {
"top_mcap": [
{
"symbol": "BBCA.JK",
"market_cap": 0
}
],
"top_growth": [
{
"symbol": "MAYA.JK",
"revenue_growth": 0
}
],
"top_profit": [
{
"symbol": "BBRI.JK",
"profit_ttm": 0
}
],
"top_revenue": [
{
"symbol": "BBRI.JK",
"revenue_ttm": 0
}
]
},
"top_change_companies": [
{
"pe": 0,
"1yr": 0.0,
"1mth": 0.0,
"name": "Bank Pan Indonesia Tbk",
"symbol": "PNBN.JK",
"last_close": 0
}
]
}
}
Get the available subsector
sub_sector
from the
Subsectors endpoint.Examples of the subsector
banks
, basic-materials
, food-beverage
Format
sub_sector
in the kebab case format
(lowercase and separated by ”-”).Available sections
statistics
, market_cap
, stability
, valuation
, growth
,
companies
Format
API call consumption