API Reference

ETF Detail

This API retrieves detailed information on an ETF.

Response Data

{
  "code": "0",
  "msg": "success",
  "data": {
    "tickerInfo": {
      "id": 1,
      "ticker": "GBTC",
      "name": "Grayscale Bitcoin Trust ETF",
      "market": "stocks",
      "locale": "us",
      "primaryExchange": "ARCX",
      "type": "ETV",
      "active": "true",
      "currencyName": "usd",
      "cik": "0001588489",
      "compositeFigi": "BBG008748J88",
      "shareClassFigi": "BBG008748J97",
      "aum": "16834719704.85",
      "phoneNumber": "212-668-1427",
      "tag": "BTC",
      "fee": "1.5",
      "type2": "Spot",
      "address": "{\"address2\":\"4TH FLOOR\",\"city\":\"STAMFORD\",\"address1\":\"290 HARBOR DRIVE\",\"state\":\"CT\",\"postal_code\":\"06902\"}",
      "sicCode": "6221",
      "sicDescription": "COMMODITY CONTRACTS BROKERS & DEALERS",
      "tickerRoot": "GBTC",
      "listDate": 1424822400000,
      "shareClassSharesOutstanding": "275810100",
      "roundLot": "100",
      "status": 1,
      "updateTime": 1731312908000
    },
    "marketStatus": "closed",
    "name": "Grayscale Bitcoin Trust ETF",
    "ticker": "GBTC",
    "type": "stocks",
    "session": {
      "change": 0,
      "changePercent": 0,
      "earlyTradingChange": 0,
      "earlyTradingChangePercent": 0,
      "close": 61.05,
      "high": 61.56,
      "low": 60.2,
      "open": 60.67,
      "volume": 2835220,
      "previousClose": 61.05,
      "price": 61.05
    },
    "lastQuote": {
      "lastUpdated": 1731113890338054700,
      "timeframe": "REAL-TIME",
      "ask": 61.19,
      "askSize": 1,
      "askExchange": 11,
      "bid": 60.91,
      "bidSize": 1,
      "bidExchange": 11
    },
    "lastTrade": {
      "lastUpdated": 1731114000075593500,
      "timeframe": "REAL-TIME",
      "id": "52983559828280",
      "price": 61.05,
      "size": 4549,
      "exchange": 11,
      "conditions": [
        15
      ]
    },
    "performance": {
      "lowPrice52week": 27.3,
      "highPrice52week": 65.61,
      "highPrice52weekDate": 1710046800000,
      "lowPrice52weekDate": 1699765200000,
      "ydtChangePercent": 63.85,
      "yearChangePercent": 104.25,
      "avgVolUsd10d": 1919518.3
    }
  },
  "success": true
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!