I'm trying to add a new currency (ARS - argentine peso) into the Currency Converter module and the API returns "buyer" value and it would be great if it returned "seller" value.
Example:
// 20220219193733
// https://free.currconv.com/api/v7/convert?q=USD_ARS&compact=ultra&apiKey=xxxxxxxxxxxxxxx
{
"USD_ARS": 106.793999
}
The following screenshot was taken from Argentina's National Bank

By the way, thanks for your work, I love this calculator!
I'm trying to add a new currency (ARS - argentine peso) into the Currency Converter module and the API returns "buyer" value and it would be great if it returned "seller" value.

Example:
// 20220219193733
// https://free.currconv.com/api/v7/convert?q=USD_ARS&compact=ultra&apiKey=xxxxxxxxxxxxxxx
{
"USD_ARS": 106.793999
}
The following screenshot was taken from Argentina's National Bank
By the way, thanks for your work, I love this calculator!