Skip to content

NIO to CVE exchange rate API

Cordoba Oro to Cape Verde Escudo · quoted 2026-09-27

2.6418

▲ +2.94% over 1Y

1 NIO = 2.6418 CVE · 1 CVE = 0.37853 NIO · Get this rate via the API

1 NIO buys 2.6418 CVE as of 2026-09-27, so 1 CVE buys 0.37853 NIO. Over the last year, NIO/CVE traded between 2.5275 and 2.6533, averaged 2.5837 and rose 2.94%. The API holds daily NIO/CVE rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/CVE over 1Y

NIO/CVE over 1Y: show the values
PointNIO/CVE
2025-09-272.5664
2025-10-042.5634
2025-10-112.5958
2025-10-182.5708
2025-10-252.5919
2025-11-012.6001
2025-11-082.5915
2025-11-152.5817
2025-11-222.6097
2025-11-292.5883
2025-12-062.5770
2025-12-142.5559
2025-12-212.5619
2025-12-282.5497
2026-01-042.5619
2026-01-112.5785
2026-01-182.5844
2026-01-252.5358
2026-02-012.5346
2026-02-082.5401
2026-02-152.5275
2026-02-222.5450
2026-03-012.5354
2026-03-082.5875
2026-03-152.6179
2026-03-222.5909
2026-03-292.6070
2026-04-052.6083
2026-04-122.5584
2026-04-192.5407
2026-04-262.5601
2026-05-032.5729
2026-05-102.5471
2026-05-182.5721
2026-05-262.5787
2026-06-022.5773
2026-06-112.5986
2026-06-182.5998
2026-06-252.6381
2026-07-022.6533
2026-07-092.6244
2026-07-162.6200
2026-07-232.6238
2026-07-302.6190
2026-08-062.5958
2026-08-132.5999
2026-08-212.5617
2026-08-282.5755
2026-09-042.5787
2026-09-112.5864
2026-09-182.6193
2026-09-252.6358

High

2.6533

Low

2.5275

Average

2.5837

For developers

Get this rate via the API

One GET request returns the NIO/CVE rate as JSON. The free plan includes 1,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=NIO&currencies=CVE"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=CVE");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=CVE").json()

Replace YOUR_API_KEY with the key from your dashboard.

NIO/CVE API questions

How do I get the NIO/CVE exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=CVE, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/CVE rate in rates.CVE.

How far back does NIO/CVE historical data go?

Daily NIO/CVE rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free NIO/CVE exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.