Skip to content

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

NIO/INR over 1Y: show the values
PointNIO/INR
2025-09-262.4083
2025-10-032.4167
2025-10-102.4075
2025-10-172.3967
2025-10-242.3893
2025-10-312.4108
2025-11-072.4110
2025-11-142.4102
2025-11-212.4358
2025-11-282.4323
2025-12-052.4458
2025-12-132.4652
2025-12-202.4341
2025-12-272.4415
2026-01-032.4529
2026-01-102.4557
2026-01-172.4727
2026-01-242.4921
2026-01-312.4951
2026-02-072.4685
2026-02-142.4671
2026-02-212.4716
2026-02-282.4810
2026-03-072.5033
2026-03-142.5222
2026-03-212.5640
2026-03-282.5834
2026-04-042.5263
2026-04-112.5349
2026-04-182.5218
2026-04-252.5652
2026-05-022.5849
2026-05-092.5718
2026-05-172.6215
2026-05-252.5922
2026-06-012.5812
2026-06-102.5891
2026-06-172.5719
2026-06-242.5710
2026-07-012.5891
2026-07-082.5976
2026-07-152.6200
2026-07-222.6241
2026-07-292.6036
2026-08-052.5868
2026-08-122.5916
2026-08-202.6085
2026-08-272.5970
2026-09-032.5696
2026-09-102.5960
2026-09-172.6150
2026-09-242.6037

High

2.6241

Low

2.3893

Average

2.5203

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=INR");
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=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&currencies=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.