Skip to content

NIO to MYR exchange rate API

Cordoba Oro to Malaysian Ringgit · quoted 2026-09-26

0.11088

▼ +3.24% over 1Y

1 NIO = 0.11088 MYR · 1 MYR = 9.0187 NIO · Get this rate via the API

1 NIO buys 0.11088 MYR as of 2026-09-26, so 1 MYR buys 9.0187 NIO. Over the last year, NIO/MYR traded between 0.10596 and 0.11510, averaged 0.11025 and fell 3.24%. The API holds daily NIO/MYR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/MYR over 1Y

NIO/MYR over 1Y: show the values
PointNIO/MYR
2025-09-260.11460
2025-10-030.11454
2025-10-100.11466
2025-10-170.11510
2025-10-240.11491
2025-10-310.11380
2025-11-070.11354
2025-11-140.11232
2025-11-210.11274
2025-11-280.11233
2025-12-050.11180
2025-12-130.11155
2025-12-200.11081
2025-12-270.10995
2026-01-030.11050
2026-01-100.11135
2026-01-170.11055
2026-01-240.10899
2026-01-310.10725
2026-02-070.10754
2026-02-140.10644
2026-02-210.10633
2026-02-280.10596
2026-03-070.10744
2026-03-140.10735
2026-03-210.10730
2026-03-280.10686
2026-04-040.10981
2026-04-110.10795
2026-04-180.10764
2026-04-250.10792
2026-05-020.10815
2026-05-090.10680
2026-05-170.10805
2026-05-250.10758
2026-06-010.10774
2026-06-100.11061
2026-06-170.11067
2026-06-240.11237
2026-07-010.11128
2026-07-080.11082
2026-07-150.11100
2026-07-220.11106
2026-07-290.11132
2026-08-050.11131
2026-08-120.11106
2026-08-200.11021
2026-08-270.10962
2026-09-030.10991
2026-09-100.11058
2026-09-170.11173
2026-09-240.11089

High

0.11510

Low

0.10596

Average

0.11025

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

NIO/MYR API questions

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

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

How far back does NIO/MYR historical data go?

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