Skip to content

IDR to NIO exchange rate API

Rupiah to Cordoba Oro · quoted 2026-09-26

0.002051

▼ +6.94% over 1Y

1 IDR = 0.002051 NIO · 1 NIO = 487.5670 IDR · Get this rate via the API

1 IDR buys 0.002051 NIO as of 2026-09-26, so 1 NIO buys 487.5670 IDR. Over the last year, IDR/NIO traded between 0.002032 and 0.002221, averaged 0.002136 and fell 6.94%. The API holds daily IDR/NIO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

IDR/NIO over 1Y

IDR/NIO over 1Y: show the values
PointIDR/NIO
2025-09-260.002204
2025-10-030.002217
2025-10-100.002221
2025-10-170.002214
2025-10-240.002212
2025-10-310.002208
2025-11-070.002202
2025-11-140.002202
2025-11-210.002201
2025-11-280.002208
2025-12-050.002205
2025-12-130.002208
2025-12-200.002204
2025-12-270.002194
2026-01-030.002197
2026-01-100.002183
2026-01-170.002171
2026-01-240.002189
2026-01-310.002189
2026-02-070.002177
2026-02-140.002181
2026-02-210.002177
2026-02-280.002185
2026-03-070.002167
2026-03-140.002166
2026-03-210.002164
2026-03-280.002161
2026-04-040.002160
2026-04-110.002149
2026-04-180.002142
2026-04-250.002129
2026-05-020.002117
2026-05-090.002112
2026-05-170.002085
2026-05-250.002071
2026-06-010.002063
2026-06-100.002054
2026-06-170.002064
2026-06-240.002048
2026-07-010.002048
2026-07-080.002033
2026-07-150.002033
2026-07-220.002053
2026-07-290.002032
2026-08-050.002057
2026-08-120.002061
2026-08-200.002061
2026-08-270.002074
2026-09-030.002083
2026-09-100.002091
2026-09-170.002069
2026-09-240.002055

High

0.002221

Low

0.002032

Average

0.002136

For developers

Get this rate via the API

One GET request returns the IDR/NIO 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=IDR&currencies=NIO"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=IDR&currencies=NIO");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=IDR&currencies=NIO").json()

Replace YOUR_API_KEY with the key from your dashboard.

IDR/NIO API questions

How do I get the IDR/NIO exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=IDR&currencies=NIO, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest IDR/NIO rate in rates.NIO.

How far back does IDR/NIO historical data go?

Daily IDR/NIO 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 IDR/NIO 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.