Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandydoo/georgian-lari-exchange-rates
https://github.com/sandydoo/georgian-lari-exchange-rates
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sandydoo/georgian-lari-exchange-rates
- Owner: sandydoo
- Created: 2023-10-11T13:51:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-13T08:48:13.000Z (3 months ago)
- Last Synced: 2024-10-07T17:23:34.262Z (about 1 month ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fetch Georgian Lari exchange rates from the National Bank of Georgia
Fetches exchange rate data for the Georgian Lari for a given month and currency. Outputs a CSV file.
Indispensible for reporting income in foreign currencies as a Georgian tax resident.The dates are converted into a sane format that can be processed by spreadsheet software.
Missing rates are back- and forward-filled for bank holidays.### Documentation
```console
➜ ./convert_dates.py -h
usage: convert_dates.py [-h] -c CODE -p YYYY-MMoptions:
-h, --help show this help message and exit
-c CODE, --currency CODE
currency code
-p YYYY-MM, --period YYYY-MM
month and year```
### Example
```sh
./convert_dates.py -p 2023-09 -c {EUR,GBP,USD}
```### Supported currencies
- EUR
- USD
- GBP