Skip to content

Commit

Permalink
feat: add data for 2023 for all current sources
Browse files Browse the repository at this point in the history
  • Loading branch information
corenting committed Jan 24, 2024
1 parent 44a8ec4 commit 44738a6
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@

This inflation calculator allows you to calculate the buying power in a specified year of any amount of money to an equivalent amount in another year by taking into account the inflation rate between these two years.
It supports the following countries:
- USA (from 1913 to 2022)
- UK (from 1800 to 2022)
- France (from 1901 to 2022)
- South Korea (from 1965 to 2022)
- USA (from 1913 to 2023)
- UK (from 1800 to 2023)
- France (from 1901 to 2023)
- South Korea (from 1965 to 2023)

## Data sources

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/raw/fr_values.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2023;117.47
2022;112.01
2021;106.45
2020;104.73
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/raw/kr_values.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2023;111.6
2022;107.7
2021;102.5
2020;100.0
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/raw/uk_values.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2023;1472.7
2022;1342.6
2021;1203.2
2020;1156.4
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/raw/us_values.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2023;304.702
2022;292.655
2021;270.970
2020;258.811
Expand Down
8 changes: 4 additions & 4 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
This inflation calculator allows you to calculate the buying power in a specified year of any amount of money to an equivalent amount in another year by taking into account the inflation rate between these two years.

It supports the following countries:
- USA (from 1913 to 2022)
- UK (from 1800 to 2022)
- France (from 1901 to 2022)
- South Korea (from 1965 to 2022)
- USA (from 1913 to 2023)
- UK (from 1800 to 2023)
- France (from 1901 to 2023)
- South Korea (from 1965 to 2023)

To achieve this, this application uses data from various sources:
- USA: Bureau of Labor Statistics (Historical CPI-U), https://www.bls.gov/cpi/
Expand Down
8 changes: 4 additions & 4 deletions fastlane/metadata/android/fr-FR/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Ce calculateur d'inflation permet de calculer le pouvoir d'achat d'une somme d’une année donnée en une somme équivalente d’une autre année, en prenant en compte l'inflation entre ces deux années.

Les pays suivants sont supportés :
- USA (de 1913 à 2022)
- UK (de 1800 à 2022)
- France (de 1901 à 2022)
- South Korea (de 1965 à 2022)
- USA (de 1913 à 2023)
- UK (de 1800 à 2023)
- France (de 1901 à 2023)
- South Korea (de 1965 à 2023)

Pour cela, l'application utilise les données de plusieurs sources :
- USA: Bureau of Labor Statistics (Historical CPI-U), https://www.bls.gov/cpi/
Expand Down

0 comments on commit 44738a6

Please sign in to comment.