https://github.com/earentir/inflation
Inflation Calculator
https://github.com/earentir/inflation
Last synced: 5 months ago
JSON representation
Inflation Calculator
- Host: GitHub
- URL: https://github.com/earentir/inflation
- Owner: earentir
- License: gpl-2.0
- Created: 2025-01-10T10:11:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T14:54:34.000Z (over 1 year ago)
- Last Synced: 2025-01-25T07:33:34.431Z (over 1 year ago)
- Language: Go
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# good source for EU rates
https://data.ecb.europa.eu/data/data-categories/macroeconomic-and-sectoral-statistics/consumer-prices-and-inflation/total?searchTerm=&filterSequence=.frequency.reference_area_name&sort=relevance&pageSize=10&filterType=basic&showDatasetModal=false&filtersReset=false&resetAll=false&reference_area_name%5B0%5D=Germany&frequency%5B0%5D=M&resetAllFilters=false&tags_array%5B0%5D=Overall+index&tags_array%5B1%5D=Financial+market
# check the cost change for US from 2003 to 2024 for 35 USD
./inflationcmd --inflation-list https://raw.githubusercontent.com/earentir/inflation/refs/heads/main/data/inflationratelist.json compare US 2001 2024 35
# Average inflation rate for CH for 2024
./inflationcmd --inflation-list ../data/inflationratelist.json year CH 2024
# List Countries in data
./inflationcmd --inflation-list ../data/inflationratelist.json listCountries