Answers for "api for currency conversion free"

4

rates api

GET https://api.ratesapi.io/api/latest{
  "base": "EUR",
  "date": "2020-09-11",
  "rates": {
    "GBP": 0.92408,
    "HKD": 9.1871,
    "IDR": 17772.61,
    "ILS": 4.1004,
    "DKK": 7.4402,
    "INR": 87.2431,
    "CHF": "..."
  }
}
Posted by: Guest on September-12-2020
0

api for currency conversion free

Request
https://cdn.moneyconvert.net/api/latest.json
Response
{
    "base": "USD",
    "rates": {
        "AED": 3.67297,
        "AFN": 89.647021,
        "ALL": 104.709024,
        "AMD": 476.665393,
        "ANG": 1.789593,
        "AOA": 597.455,
        "ARS": 99.2347,
        "AUD": 1.338279,
        [supporting 183+ currencies ...]
    },
}

Source: https://moneyconvert.net/pages/api
Posted by: Guest on October-30-2021

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language