NIO to INR exchange rate API
Cordoba Oro to Indian Rupee · quoted 2026-09-26
2.6047
▲ +8.15% over 1Y
1 NIO = 2.6047 INR · 1 INR = 0.38392 NIO · Get this rate via the API
1 NIO buys 2.6047 INR as of 2026-09-26, so 1 INR buys 0.38392 NIO. Over the last year, NIO/INR traded between 2.3893 and 2.6241, averaged 2.5203 and rose 8.15%. The API holds daily NIO/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
NIO/INR over 1Y: show the values
| Point | NIO/INR |
|---|---|
| 2025-09-26 | 2.4083 |
| 2025-10-03 | 2.4167 |
| 2025-10-10 | 2.4075 |
| 2025-10-17 | 2.3967 |
| 2025-10-24 | 2.3893 |
| 2025-10-31 | 2.4108 |
| 2025-11-07 | 2.4110 |
| 2025-11-14 | 2.4102 |
| 2025-11-21 | 2.4358 |
| 2025-11-28 | 2.4323 |
| 2025-12-05 | 2.4458 |
| 2025-12-13 | 2.4652 |
| 2025-12-20 | 2.4341 |
| 2025-12-27 | 2.4415 |
| 2026-01-03 | 2.4529 |
| 2026-01-10 | 2.4557 |
| 2026-01-17 | 2.4727 |
| 2026-01-24 | 2.4921 |
| 2026-01-31 | 2.4951 |
| 2026-02-07 | 2.4685 |
| 2026-02-14 | 2.4671 |
| 2026-02-21 | 2.4716 |
| 2026-02-28 | 2.4810 |
| 2026-03-07 | 2.5033 |
| 2026-03-14 | 2.5222 |
| 2026-03-21 | 2.5640 |
| 2026-03-28 | 2.5834 |
| 2026-04-04 | 2.5263 |
| 2026-04-11 | 2.5349 |
| 2026-04-18 | 2.5218 |
| 2026-04-25 | 2.5652 |
| 2026-05-02 | 2.5849 |
| 2026-05-09 | 2.5718 |
| 2026-05-17 | 2.6215 |
| 2026-05-25 | 2.5922 |
| 2026-06-01 | 2.5812 |
| 2026-06-10 | 2.5891 |
| 2026-06-17 | 2.5719 |
| 2026-06-24 | 2.5710 |
| 2026-07-01 | 2.5891 |
| 2026-07-08 | 2.5976 |
| 2026-07-15 | 2.6200 |
| 2026-07-22 | 2.6241 |
| 2026-07-29 | 2.6036 |
| 2026-08-05 | 2.5868 |
| 2026-08-12 | 2.5916 |
| 2026-08-20 | 2.6085 |
| 2026-08-27 | 2.5970 |
| 2026-09-03 | 2.5696 |
| 2026-09-10 | 2.5960 |
| 2026-09-17 | 2.6150 |
| 2026-09-24 | 2.6037 |
High
2.6241
Low
2.3893
Average
2.5203
Get this rate via the API
One GET request returns the NIO/INR 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=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=INR").json()Replace YOUR_API_KEY with the key from your dashboard.
NIO/INR API questions
How do I get the NIO/INR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/INR rate in rates.INR.
How far back does NIO/INR historical data go?
Daily NIO/INR 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/INR 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.