GET
/
subsector
/
report
/
{sub_sector}
/
Subsector Report
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
            }
        ]
    }
}
Authorization
string
required
Authorization header that should be filled with your Sectors Financial API key.

Path

sub_sector
string
required
Subsector for which the report is to be retrieved.

Query Parameters

sections
string
default:"all"
Sections of the subsector report that is to be retrieved (default to all).

Response

sector
string
The sector of which the given subsector belongs to.
sub_sector
string
The subsector of which the report belongs to.
statistics
object
The statistics data of the given subsector.
market_cap
object
The market capitalization data of the given subsector.
stability
object
The stability metrics of the given subsector.
valuation
object
The valuation data of the given subsector.
growth
object
The growth metrics of the given subsector.
companies
object
The top companies data of the given subsector.