Get ETF Holdings Data
ETF
Get ETF Holdings Data
Feature Overview OpenAPI JSON Spec Retrieve detailed holdings information for a specified ETF symbol. This endpoint provides comprehensive data about the underlying assets held by the ETF, including weights, values, and portfolio composition.
Main Use Cases
- Investment Analysis: Analyze ETF portfolio composition and diversification
- Risk Assessment: Evaluate concentration risk and sector allocation
- Performance Attribution: Understand performance drivers through holdings analysis
- Portfolio Construction: Use ETF holdings for asset allocation decisions
- Research Tools: Academic and professional research on ETF structures
Response Data Structure
count(int): Number of holdings returneddata([]ETFHolding): Array of ETF holding items
ETFHolding fields:
symbol(string): Holding stock symbolname(string): Company or asset nameshares(int64): Number of shares heldmarket_value(float64): Total market value of holdingweight(float64): Percentage weight in portfoliosector(string): Sector classificationindustry(string): Industry classificationcountry(string): Country of incorporationasset_type(string): Type of asset (Common Stock, Bond, etc.)price_per_share(float64): Current price per sharelast_updated(string): Last update date
GET
Get ETF Holdings Data

