NIO to YER exchange rate API
Cordoba Oro to Yemeni Rial · quoted 2026-09-26
6.4385
▼ +0.89% over 1Y
1 NIO = 6.4385 YER · 1 YER = 0.15532 NIO · Get this rate via the API
1 NIO buys 6.4385 YER as of 2026-09-26, so 1 YER buys 0.15532 NIO. Over the last year, NIO/YER traded between 6.4197 and 6.5105, averaged 6.4817 and fell 0.89%. The API holds daily NIO/YER rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
NIO/YER over 1Y: show the values
| Point | NIO/YER |
|---|---|
| 2025-09-26 | 6.4962 |
| 2025-10-03 | 6.5105 |
| 2025-10-10 | 6.4861 |
| 2025-10-17 | 6.5060 |
| 2025-10-24 | 6.5015 |
| 2025-10-31 | 6.4814 |
| 2025-11-07 | 6.4924 |
| 2025-11-14 | 6.4825 |
| 2025-11-21 | 6.4810 |
| 2025-11-28 | 6.4830 |
| 2025-12-05 | 6.4825 |
| 2025-12-13 | 6.4929 |
| 2025-12-20 | 6.4781 |
| 2025-12-27 | 6.4778 |
| 2026-01-03 | 6.4963 |
| 2026-01-10 | 6.4855 |
| 2026-01-17 | 6.4981 |
| 2026-01-24 | 6.4826 |
| 2026-01-31 | 6.4865 |
| 2026-02-07 | 6.4966 |
| 2026-02-14 | 6.4944 |
| 2026-02-21 | 6.4944 |
| 2026-02-28 | 6.4986 |
| 2026-03-07 | 6.4910 |
| 2026-03-14 | 6.5006 |
| 2026-03-21 | 6.4974 |
| 2026-03-28 | 6.4979 |
| 2026-04-04 | 6.5009 |
| 2026-04-11 | 6.4565 |
| 2026-04-18 | 6.4979 |
| 2026-04-25 | 6.4954 |
| 2026-05-02 | 6.4996 |
| 2026-05-09 | 6.4994 |
| 2026-05-17 | 6.5068 |
| 2026-05-25 | 6.4950 |
| 2026-06-01 | 6.4846 |
| 2026-06-10 | 6.4855 |
| 2026-06-17 | 6.4918 |
| 2026-06-24 | 6.4808 |
| 2026-07-01 | 6.4856 |
| 2026-07-08 | 6.4419 |
| 2026-07-15 | 6.4542 |
| 2026-07-22 | 6.4633 |
| 2026-07-29 | 6.4836 |
| 2026-08-05 | 6.4832 |
| 2026-08-12 | 6.4476 |
| 2026-08-20 | 6.4611 |
| 2026-08-27 | 6.4418 |
| 2026-09-03 | 6.4458 |
| 2026-09-10 | 6.4476 |
| 2026-09-17 | 6.4487 |
| 2026-09-24 | 6.4197 |
High
6.5105
Low
6.4197
Average
6.4817
Get this rate via the API
One GET request returns the NIO/YER 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=YER"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=YER");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=YER").json()Replace YOUR_API_KEY with the key from your dashboard.
NIO/YER API questions
How do I get the NIO/YER exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=YER, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/YER rate in rates.YER.
How far back does NIO/YER historical data go?
Daily NIO/YER 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/YER 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.