LQ
Foreign exchange rates API with currency conversion.
https://api.exchangerate-api.com/v4/latest/:base_currencycurl -X GET \ "https://api.exchangerate-api.com/v4/latest/:base_currency"
{
"provider": "https://www.exchangerate-api.com",
"WARNING_UPGRADE_TO_V6": "https://www.exchangerate-api.com/docs/free",
"terms": "https://www.exchangerate-api.com/terms",
"base": "USD",
"date": "2026-07-02",
"time_last_updated": 1719878400,
"rates": {
"USD": 1,
"AED": 3.67,
"AUD": 1.5,
"CAD": 1.37,
"EUR": 0.93,
"GBP": 0.79,
"INR": 83.5,
"JPY": 161.42
}
}