Get ETF Country Weightings
ETF
Get ETF Country Weightings
Feature Overview OpenAPI JSON Spec Retrieve country allocation information for a specified ETF symbol. This endpoint provides detailed breakdown of the ETF’s geographic exposure by country and their respective weight percentages.
Main Use Cases
- Geographic Analysis: Analyze ETF’s country diversification and concentration
- Risk Assessment: Evaluate country-specific risk exposure
- Portfolio Construction: Use country weightings for geographic asset allocation
- Investment Research: Understand ETF’s geographic distribution
- Compliance Monitoring: Track country exposure limits and regulations
Response Data Structure
weightings([]CountryWeighting): Array of country weighting items
CountryWeighting fields:
country(string): Country nameweight_percentage(string): Percentage weight as string (e.g., “99.56%”)
GET
Get ETF Country Weightings
Authorizations
API Key authentication. Example: "your-api-key-here"
Query Parameters
ETF symbol (uppercase, e.g., SPY, QQQ, IWM)

