Bitcoin ETF Volume

    Description

    The Bitcoin ETF Volume metric tracks the total volume in USD traded for a Bitcoin Exchange-Traded Fund (ETF) within a specified period. This metric provides insight into the level of investor activity and interest in trading Bitcoin through ETFs on traditional stock exchanges. Analyzing Bitcoin ETF volume can help investors gauge market sentiment, liquidity, and the overall demand for Bitcoin exposure within the traditional financial markets.

    Note: Keep in mind that this metric is available during the working hours of the US stock exchange.


    Access

    Free Access


    Measuring Unit

    Amount in USD


    Data Type

    Timeseries Data


    Frequency

    Five-minute Intervals


    Latency

    Price Latency


    Available Assets

    • arkb
    • bitb
    • btco
    • fbtc
    • gbtc
    • hodl
    • ibit

    SanAPI

    Available under etf_volume_usd_5m name.

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    {
      getMetric(metric: "etf_volume_usd_5m"){
        timeseriesData(
          slug: "ibit"
          from: "2024-04-01T00:00:00Z"
          to: "2024-04-03T00:00:00Z"
          interval: "5m"){
            datetime
            value
          }
      }
    }

    Run in Explorer