v1

latestOpenAPI 3.1.02026-07-2268276396.6 KB
ETFs

Find by details

Find exchange-traded funds through a comprehensive search. Search by name, ticker, or description and filter by country to discover relevant ETFs for your investment research.

post/v1/knowledge-graph/etfs

Request body

querystring

Text query to search for ETFs by name, ticker, or description. Examples: 'Gold', 'SPDR', 'Vanguard'

countriesstring[]

Country codes using the ISO 3166-1 A-2 format (e.g., 'US' for United States, 'FR' for France, 'GB' for Great Britain)

Example request

{
  "query": "Gold",
  "countries": [
    "US"
  ]
}

Response

Successful response with ETF data

Example response

{
  "results": [
    {
      "id": "36CEB2",
      "name": "Grayscale Bitcoin Trust ETF",
      "description": "Grayscale Bitcoin Trust ETF, formerly Grayscale Bitcoin Trust (BTC), is an open-ended trust that is invested exclusively in bitcoin. The trust was founded on September 13, 2013.",
      "country": "US",
      "sector": "Financials",
      "industry_group": "Nonequity Investment Instruments",
      "industry": "Nonequity Investment Instruments",
      "webpage": "http://grayscale.com/products/grayscale-bitcoin-trust/",
      "favicon": "https://www.globalxetfs.com.au/favicon.ico",
      "isin_values": [
        "US3896371099"
      ],
      "cusip_values": [
        "389637109"
      ],
      "sedol_values": [
        "6605528"
      ],
      "listing_values": [
        "OTCM:GBTC"
      ],
      "ticker": "GBTC"
    }
  ],
  "metadata": {
    "request_id": "2a25111e-0043-4fe2-946e-668aa5af928a",
    "timestamp": "2026-07-02T13:24:45.163695+00:00"
  },
  "usage": {
    "knowledge_graph_tokens": 1
  }
}