
Get USD Exchange Rates from Argentina's Currency Markets
Source:R/get_usd_exchange_rates.R
get_usd_exchange_rates.Rd
This function retrieves the latest exchange rates of the US dollar (USD) from multiple currency exchange houses in Argentina, using the public API `https://api.argentinadatos.com/v1/cotizaciones/dolares`. The results are sorted in descending order by date (most recent first).
Value
A data frame (tibble) with the following columns:
casa
: Name of the exchange house (e.g., Blue, Oficial, Mayorista).compra
: Buying rate (numeric).venta
: Selling rate (numeric).fecha
: Date of the rate (Date format).