East Caribbean Dollar to Cordoba Oro
XCD/NIO · quoted 2026-09-21
13.5751
▲ +0.09% over 7D
1 XCD = 13.5751 NIO · 1 NIO = 0.07366 XCD · Get this rate via the API
For developers
Get this rate via the API
One GET request returns the XCD/NIO rate as JSON. The free plan includes 5,000 requests a month, with no credit card required.
cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XCD¤cies=NIO"JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XCD¤cies=NIO");
const data = await response.json();Python
import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XCD¤cies=NIO").json()Replace YOUR_API_KEY with the key from your dashboard.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.