Stock To Flow ratio

    Definition

    Stock To Flow ratio model is a measure of scarcity/abundance of particular resource. It shows how much supply enters yearly relative to the total supply of the resource. We measure Stock To Flow ratio for a given asset as the ratio between Total Circulation of the asset and the daily minted coins multiplied by days in one year.


    Access

    Stock To Flow ratio metric is available only in Custom plans.

    Restricted Access.


    Timebound

    Timebound Metrics available


    Measuring Unit

    Token/Coin amount


    Data Type

    Timeseries Data


    Frequency

    Daily Intervals


    Latency

    On-Chain Latency


    Available Assets

    Available for these assets

    Note: stock_to_flow metric is available only for assets that mint new coins on a regular basis.


    SanAPI

    Available under the stock_to_flow name.

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    {
      getMetric(metric: "stock_to_flow") {
        timeseriesData(
          slug: "bitcoin"
          from: "2020-01-01T00:00:00Z"
          to: "2020-01-07T00:00:00Z"
          interval: "1d"
        ) {
          datetime
          value
        }
      }
    }

    Run in Explorer