Annual inflation rate

    Description

    The annual inflation rate of cryptocurrencies varies widely depending on the specific cryptocurrency. Unlike traditional fiat currencies, which are often centrally controlled and have predictable inflation rates, cryptocurrencies can have different mechanisms governing their supply. Some cryptocurrencies, like Bitcoin, have a predetermined issuance schedule with a decreasing rate of new coin creation over time, while others may have variable or dynamic supply mechanisms. Additionally, factors such as network consensus rules, mining rewards, and tokenomics can influence the inflation rate of cryptocurrencies.

    Annual inflation rate metric:

    • annual_inflation_rate - annual inflation rate

    Access

    Free Access


    Measuring Unit

    Decimal percentage


    Data Type

    Timeseries Data


    Frequency

    Daily Intervals


    Latency

    Price Latency


    Available Assets

    Available for these assets


    SanAPI

    Available under name: annual_inflation_rate

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

    Run in Explorer