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

On-Chain Latency


Available Assets

Available for these assets


SanAPI

Available under the name: annual_inflation_rate

{
getMetric(metric: "annual_inflation_rate"){
timeseriesDataJson(
slug: "bitcoin"
from: "2024-01-01T00:00:00Z"
to: "2024-02-01T00:00:00Z"
interval: "1d")
}
}