2.2 ETF List

GET /etfs

Request Parameters

Parameter
Type
Required
Description

symbol

string

Yes

Currency symbol

country_code

string

Yes

Country code (e.g. US)

Response Example

[
    {
        "ticker": "IBIT",
        "name": "iShares Bitcoin Trust",
        "exchange": "NYSE"
    }
]

Response Fields

Field
Type
Description

ticker

String

ETF ticker

name

String

ETF name

exchange

String

Exchange name

Last updated