You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Okay, I will add that in. As for seller value, I'll have to check the other endpoints of the api or may be even look or another api that provides that value.
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.
![image](https://user-images.githubusercontent.com/63020296/154822297-9f0fe64a-e7e4-4975-a468-5a949aa5d8a9.png)
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!
The text was updated successfully, but these errors were encountered: