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: show the values
| Point | NIO/CVE |
|---|---|
| 2025-09-27 | 2.5664 |
| 2025-10-04 | 2.5634 |
| 2025-10-11 | 2.5958 |
| 2025-10-18 | 2.5708 |
| 2025-10-25 | 2.5919 |
| 2025-11-01 | 2.6001 |
| 2025-11-08 | 2.5915 |
| 2025-11-15 | 2.5817 |
| 2025-11-22 | 2.6097 |
| 2025-11-29 | 2.5883 |
| 2025-12-06 | 2.5770 |
| 2025-12-14 | 2.5559 |
| 2025-12-21 | 2.5619 |
| 2025-12-28 | 2.5497 |
| 2026-01-04 | 2.5619 |
| 2026-01-11 | 2.5785 |
| 2026-01-18 | 2.5844 |
| 2026-01-25 | 2.5358 |
| 2026-02-01 | 2.5346 |
| 2026-02-08 | 2.5401 |
| 2026-02-15 | 2.5275 |
| 2026-02-22 | 2.5450 |
| 2026-03-01 | 2.5354 |
| 2026-03-08 | 2.5875 |
| 2026-03-15 | 2.6179 |
| 2026-03-22 | 2.5909 |
| 2026-03-29 | 2.6070 |
| 2026-04-05 | 2.6083 |
| 2026-04-12 | 2.5584 |
| 2026-04-19 | 2.5407 |
| 2026-04-26 | 2.5601 |
| 2026-05-03 | 2.5729 |
| 2026-05-10 | 2.5471 |
| 2026-05-18 | 2.5721 |
| 2026-05-26 | 2.5787 |
| 2026-06-02 | 2.5773 |
| 2026-06-11 | 2.5986 |
| 2026-06-18 | 2.5998 |
| 2026-06-25 | 2.6381 |
| 2026-07-02 | 2.6533 |
| 2026-07-09 | 2.6244 |
| 2026-07-16 | 2.6200 |
| 2026-07-23 | 2.6238 |
| 2026-07-30 | 2.6190 |
| 2026-08-06 | 2.5958 |
| 2026-08-13 | 2.5999 |
| 2026-08-21 | 2.5617 |
| 2026-08-28 | 2.5755 |
| 2026-09-04 | 2.5787 |
| 2026-09-11 | 2.5864 |
| 2026-09-18 | 2.6193 |
| 2026-09-25 | 2.6358 |
High
2.6533
Low
2.5275
Average
2.5837
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=CVE"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=CVE");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=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¤cies=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.