---
title: "ETFs Profile"
method: GET
path: "/etf/profile"
tags: ["Default"]
---

# ETFs Profile

`GET /etf/profile`

Get ETF profile information. This endpoint has global coverage. A list of supported ETFs can be found <a href="/api/v1/etf/list?token=" target="_blank">here</a>.

## Query parameters

- `symbol` string
- `isin` string

## Response `200`

successful operation

- ETFsProfile
  - `symbol` string — Symbol.
  - `profile` ETFProfileData
    - `name` string — Name
    - `assetClass` string — Asset Class.
    - `investmentSegment` string — Investment Segment.
    - `aum` number, float — AUM.
    - `nav` number, float — NAV.
    - `navCurrency` string — NAV currency.
    - `expenseRatio` number, float — Expense ratio. For non-US funds, this is the <a href="https://www.esma.europa.eu/sites/default/files/library/2015/11/09_1028_final_kid_ongoing_charges_methodology_for_publication_u_2_.pdf" target="_blank">KID ongoing charges<a/>.
    - `trackingIndex` string — Tracking Index.
    - `etfCompany` string — ETF issuer.
    - `domicile` string — ETF domicile.
    - `inceptionDate` string, date — Inception date.
    - `website` string — ETF's website.
    - `logo` string — Logo.
    - `isin` string — ISIN.
    - `cusip` string — CUSIP.
    - `priceToEarnings` number, float — P/E.
    - `priceToBook` number, float — P/B.
    - `avgVolume` number, float — 30-day average volume.
    - `description` string — ETF's description.
    - `isInverse` boolean — Whether the ETF is inverse
    - `isLeveraged` boolean — Whether the ETF is leveraged
    - `leverageFactor` number, float — Leverage factor.
    - `dividendYield` number, float — Dividend yield.

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
