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": {
"2024": {
"pb": 0.809474232052149,
"pe": 16.1927341107751,
"ps": 3.43164746605984,
"pcf": 2.33091890859551
},
"2025": {
"pb": 0.89481242187137,
"pe": 17.7108426984592,
"ps": 4.46165431083563,
"pcf": 3.50113573650508,
"pb_rank": 4,
"pe_rank": 26,
"ps_rank": 27,
"pcf_rank": 5
}
}
},
"growth": {
"weighted_avg_growth_data":{
"2023": {
"avg_annual_earning_growth": 0.249491536388386,
"avg_annual_revenue_growth": 0.125238808523888
},
"2024": {
"avg_annual_earning_growth": 0.0794783658294118,
"avg_annual_revenue_growth": 0.399164988916492
}
},
"growth_forecasts": {
"2025": {
"base_year": 2024,
"eps_growth": 0.109029500331267,
"revenue_growth": 0.0914751056767585
},
"2026": {
"base_year": 2024,
"eps_growth": 0.257233241593758,
"revenue_growth": 0.187013023852801
},
...
}
},
"companies": {
"top_companies": {
"top_mcap": {
"BBCA.JK": {
"name": "PT Bank Central Asia Tbk.",
"market_cap": 1012951085850000
},
...
},
"top_growth": {
"ARTO.JK": {
"name": "PT Bank Jago Tbk.",
"revenue_growth": 0.633020099424198
},
...
},
"top_profit": {
"BBCA.JK": {
"name": "PT Bank Central Asia Tbk.",
"profit_ttm": 57193839000000
},
...
},
"top_revenue": {
"BBCA.JK": {
"name": "PT Bank Central Asia Tbk.",
"revenue_ttm": 113646656000000
},
...
}
},
"top_change_companies": {
"AGRS.JK": {
"pe": 32.1908278354376,
"1yr": 0.0779220779220779,
"1mth": 0.152777777777778,
"name": "PT Bank IBK Indonesia Tbk.",
"last_close": 83
},
...
}
}
}
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": {
"2024": {
"pb": 0.809474232052149,
"pe": 16.1927341107751,
"ps": 3.43164746605984,
"pcf": 2.33091890859551
},
"2025": {
"pb": 0.89481242187137,
"pe": 17.7108426984592,
"ps": 4.46165431083563,
"pcf": 3.50113573650508,
"pb_rank": 4,
"pe_rank": 26,
"ps_rank": 27,
"pcf_rank": 5
}
}
},
"growth": {
"weighted_avg_growth_data":{
"2023": {
"avg_annual_earning_growth": 0.249491536388386,
"avg_annual_revenue_growth": 0.125238808523888
},
"2024": {
"avg_annual_earning_growth": 0.0794783658294118,
"avg_annual_revenue_growth": 0.399164988916492
}
},
"growth_forecasts": {
"2025": {
"base_year": 2024,
"eps_growth": 0.109029500331267,
"revenue_growth": 0.0914751056767585
},
"2026": {
"base_year": 2024,
"eps_growth": 0.257233241593758,
"revenue_growth": 0.187013023852801
},
...
}
},
"companies": {
"top_companies": {
"top_mcap": {
"BBCA.JK": {
"name": "PT Bank Central Asia Tbk.",
"market_cap": 1012951085850000
},
...
},
"top_growth": {
"ARTO.JK": {
"name": "PT Bank Jago Tbk.",
"revenue_growth": 0.633020099424198
},
...
},
"top_profit": {
"BBCA.JK": {
"name": "PT Bank Central Asia Tbk.",
"profit_ttm": 57193839000000
},
...
},
"top_revenue": {
"BBCA.JK": {
"name": "PT Bank Central Asia Tbk.",
"revenue_ttm": 113646656000000
},
...
}
},
"top_change_companies": {
"AGRS.JK": {
"pe": 32.1908278354376,
"1yr": 0.0779220779220779,
"1mth": 0.152777777777778,
"name": "PT Bank IBK Indonesia Tbk.",
"last_close": 83
},
...
}
}
}
{
"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": {
"2024": {
"pb": 0.809474232052149,
"pe": 16.1927341107751,
"ps": 3.43164746605984,
"pcf": 2.33091890859551
},
"2025": {
"pb": 0.89481242187137,
"pe": 17.7108426984592,
"ps": 4.46165431083563,
"pcf": 3.50113573650508,
"pb_rank": 4,
"pe_rank": 26,
"ps_rank": 27,
"pcf_rank": 5
}
}
},
"growth": {
"weighted_avg_growth_data":{
"2023": {
"avg_annual_earning_growth": 0.249491536388386,
"avg_annual_revenue_growth": 0.125238808523888
},
"2024": {
"avg_annual_earning_growth": 0.0794783658294118,
"avg_annual_revenue_growth": 0.399164988916492
}
},
"growth_forecasts": {
"2025": {
"base_year": 2024,
"eps_growth": 0.109029500331267,
"revenue_growth": 0.0914751056767585
},
"2026": {
"base_year": 2024,
"eps_growth": 0.257233241593758,
"revenue_growth": 0.187013023852801
},
...
}
},
"companies": {
"top_companies": {
"top_mcap": {
"BBCA.JK": {
"name": "PT Bank Central Asia Tbk.",
"market_cap": 1012951085850000
},
...
},
"top_growth": {
"ARTO.JK": {
"name": "PT Bank Jago Tbk.",
"revenue_growth": 0.633020099424198
},
...
},
"top_profit": {
"BBCA.JK": {
"name": "PT Bank Central Asia Tbk.",
"profit_ttm": 57193839000000
},
...
},
"top_revenue": {
"BBCA.JK": {
"name": "PT Bank Central Asia Tbk.",
"revenue_ttm": 113646656000000
},
...
}
},
"top_change_companies": {
"AGRS.JK": {
"pe": 32.1908278354376,
"1yr": 0.0779220779220779,
"1mth": 0.152777777777778,
"name": "PT Bank IBK Indonesia Tbk.",
"last_close": 83
},
...
}
}
}
Get the available subsector
sub_sector from the
Subsectors endpoint.Examples of the subsector
banks, basic-materials, food-beverageFormat
sub_sector in the kebab case format
(lowercase and separated by ”-”).Available sections
statistics, market_cap, stability, valuation, growth,
companiesFormat
API call consumption