Get ETF Sector Weightings
ETF
Get ETF Sector Weightings
Feature Overview OpenAPI JSON Spec Retrieve sector allocation information for a specified ETF symbol. This endpoint provides detailed breakdown of the ETF’s sector exposure and their respective weight percentages.
Main Use Cases
- Sector Analysis: Analyze ETF’s sector diversification and concentration
- Risk Assessment: Evaluate sector-specific risk exposure
- Portfolio Construction: Use sector weightings for sector allocation
- Investment Research: Understand ETF’s sector distribution
- Performance Attribution: Analyze performance by sector exposure
Response Data Structure
weightings([]SectorWeighting): Array of sector weighting items
SectorWeighting fields:
symbol(string): ETF symbolsector(string): Sector name (e.g., “Technology”, “Financial Services”)weight_percentage(float64): Percentage weight as number (e.g., 34.62)
GET
Get ETF Sector Weightings

