NIO to JPY exchange rate API
Cordoba Oro to Yen · quoted 2026-09-25
4.2988
▲ +6.10% over 1Y
1 NIO = 4.2988 JPY · 1 JPY = 0.23262 NIO · Get this rate via the API
1 NIO buys 4.2988 JPY as of 2026-09-25, so 1 JPY buys 0.23262 NIO. Over the last year, NIO/JPY traded between 3.9867 and 4.4569, averaged 4.2778 and rose 6.10%. The API holds daily NIO/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
NIO/JPY over 1Y: show the values
| Point | NIO/JPY |
|---|---|
| 2025-09-25 | 4.0517 |
| 2025-10-02 | 3.9867 |
| 2025-10-09 | 4.1534 |
| 2025-10-16 | 4.1188 |
| 2025-10-23 | 4.1519 |
| 2025-10-30 | 4.1943 |
| 2025-11-06 | 4.1758 |
| 2025-11-13 | 4.2010 |
| 2025-11-20 | 4.2829 |
| 2025-11-27 | 4.2495 |
| 2025-12-04 | 4.2071 |
| 2025-12-12 | 4.2433 |
| 2025-12-19 | 4.2738 |
| 2025-12-26 | 4.2493 |
| 2026-01-02 | 4.2652 |
| 2026-01-09 | 4.2810 |
| 2026-01-16 | 4.2988 |
| 2026-01-23 | 4.3070 |
| 2026-01-30 | 4.1844 |
| 2026-02-06 | 4.2673 |
| 2026-02-13 | 4.1627 |
| 2026-02-20 | 4.2169 |
| 2026-02-27 | 4.2361 |
| 2026-03-06 | 4.2920 |
| 2026-03-13 | 4.3233 |
| 2026-03-20 | 4.3193 |
| 2026-03-27 | 4.3482 |
| 2026-04-03 | 4.3425 |
| 2026-04-10 | 4.3353 |
| 2026-04-17 | 4.3239 |
| 2026-04-24 | 4.3426 |
| 2026-05-01 | 4.2729 |
| 2026-05-08 | 4.2464 |
| 2026-05-16 | 4.3240 |
| 2026-05-24 | 4.3360 |
| 2026-05-31 | 4.3464 |
| 2026-06-09 | 4.3631 |
| 2026-06-16 | 4.3616 |
| 2026-06-23 | 4.3943 |
| 2026-06-30 | 4.4161 |
| 2026-07-07 | 4.4029 |
| 2026-07-14 | 4.4123 |
| 2026-07-21 | 4.4186 |
| 2026-07-28 | 4.4569 |
| 2026-08-04 | 4.2753 |
| 2026-08-11 | 4.3247 |
| 2026-08-18 | 4.3385 |
| 2026-08-26 | 4.3241 |
| 2026-09-02 | 4.3422 |
| 2026-09-09 | 4.1695 |
| 2026-09-16 | 4.2236 |
| 2026-09-23 | 4.2885 |
High
4.4569
Low
3.9867
Average
4.2778
Get this rate via the API
One GET request returns the NIO/JPY 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=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
NIO/JPY API questions
How do I get the NIO/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/JPY rate in rates.JPY.
How far back does NIO/JPY historical data go?
Daily NIO/JPY 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/JPY 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.