DEV Community

Cover image for API: FREE Exchange Rates
YURIIDE
YURIIDE

Posted on

API: FREE Exchange Rates

⚡ Exchange Rates API

Free, easy-to-use REST API interface delivering worldwide exchange rate data in JSON format. Our API was created for developers who want to implement their ideas quickly and no-limits.

Request URL

https://cdn.moneyconvert.net/api/latest.json
Enter fullscreen mode Exit fullscreen mode

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 ...]
    },
}
Enter fullscreen mode Exit fullscreen mode

Source: https://moneyconvert.net/pages/api

Top comments (0)