v1
latestOpenAPI 3.1.02026-07-2268276396.6 KBETFs
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
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
}
}