Get ETF Information
ETF
Get ETF Information
Feature Overview OpenAPI JSON Spec Retrieve comprehensive information about a specified ETF, including basic details, performance metrics, expense ratios, and fund characteristics.
Main Use Cases
- Investment Research: Get detailed ETF information for investment decisions
- Fund Comparison: Compare different ETFs based on metrics and characteristics
- Performance Analysis: Analyze historical returns and risk metrics
- Cost Analysis: Evaluate expense ratios and fee structures
- Portfolio Planning: Use ETF information for asset allocation strategies
Response Data Structure
data is an array of ETFInfo objects containing:
symbol(String): Ticker Symbol. The unique identifier for the ETF listed on an exchange (e.g., “SPY”)name(String): ETF Name. The official full name of the fund (e.g., “SPDR S&P 500 ETF Trust”)etf_company(String): Issuer. The fund family or company managing the ETF (e.g., “SPDR”)description(String): Fund Description. A summary of the ETF’s investment objective, tracked index, and key featureswebsite(String): Official Website. The URL link to the product’s official detail pageupdated_at(Timestamp): Last Updated. The timestamp indicating when this data entry was last refreshedasset_class(String): Asset Class. The primary category of assets the ETF invests in (e.g., “Equity” for stocks)assets_under_management(Number): AUM. The total market value of the financial assets managed by the fundnav(Number): Net Asset Value. The value per share of the ETFnav_currency(String): Currency. The currency in which the NAV is denominated (e.g., “USD”)avg_volume(Number): Average Volume. The average number of shares traded daily over a specific periodexpense_ratio(Number): Expense Ratio. The annual fee charged to investors to manage the fund (e.g., 0.0945 means 0.0945%)inception_date(Date): Inception Date. The date when the fund was launched and began tradingdomicile(String): Domicile. The country or jurisdiction where the fund is legally registered (e.g., “US”)holdings_count(Number): Holdings Count. The total number of individual securities held in the ETF portfolioisin(String): ISIN. International Securities Identification Number; a unique code for identifying securities globallysecurity_cusip(String): CUSIP. A unique alphanumeric code used to identify securities, primarily in North Americasectors_list(Array): Sector Breakdown. A list showing how the fund’s assets are distributed across different industries ↳industry(String): Industry Name. The specific sector category (e.g., “Technology”, “Financial Services”) ↳exposure(Number): Exposure (%). The percentage weight of this sector in the total portfolio. Note: For equity ETFs like SPY, this is typically Market-Cap Weighted, meaning sectors with larger capitalized companies have a higher percentage
GET
Get ETF Information

