https://github.com/kzu/dolar
A simple Azure Functions app that returns the current USD to ARS exchange rates
https://github.com/kzu/dolar
Last synced: 5 months ago
JSON representation
A simple Azure Functions app that returns the current USD to ARS exchange rates
- Host: GitHub
- URL: https://github.com/kzu/dolar
- Owner: kzu
- License: mit
- Created: 2022-05-25T20:03:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-09T18:45:17.000Z (over 1 year ago)
- Last Synced: 2025-11-21T16:03:18.254Z (8 months ago)
- Language: C#
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# dolar apps
Apps para automatizar cotizaciones de USD > ARS (si, tenemos más de una `¯\_ (ツ)_/¯`).





## dotnet-dolar
App de consola para insertar automáticamente las cotizaciones deseadas en un Excel
que contenga una columna con la fecha de una operacion, y una columna de destino
para el tipo de cambio de esa fecha.
```shell
USAGE:
dolar [OPTIONS]
ARGUMENTS:
OPTIONS:
DEFAULT
-h, --help Prints help
information
-v, --version Prints
version
information
-h, --hoja Número de
hoja
-f, --fecha Número de
columna de
fecha
-c, --cotizacion Número de
columna de
cotización
-t, --tipo Tipo de
cotización
(billete y
divisa, del
BCRA
-o, --operacion Operación
-s True Sobreescribir
cotización
existente
```