Skip to content

NIO to MGA exchange rate API

Cordoba Oro to Malagasy Ariary · quoted 2026-09-26

119.9532

▲ +5.23% over 1Y

1 NIO = 119.9532 MGA · 1 MGA = 0.008337 NIO · Get this rate via the API

1 NIO buys 119.9532 MGA as of 2026-09-26, so 1 MGA buys 0.008337 NIO. Over the last year, NIO/MGA traded between 107.3345 and 126.0636, averaged 117.5328 and rose 5.23%. The API holds daily NIO/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/MGA over 1Y

NIO/MGA over 1Y: show the values
PointNIO/MGA
2025-09-26113.9952
2025-10-03107.3345
2025-10-10110.9335
2025-10-17121.2539
2025-10-24121.8430
2025-10-31122.1837
2025-11-07122.4059
2025-11-14121.6336
2025-11-21122.4098
2025-11-28121.9076
2025-12-05121.3886
2025-12-13122.9710
2025-12-20123.3411
2025-12-27124.1441
2026-01-03124.9222
2026-01-10124.9952
2026-01-17126.0636
2026-01-24123.3600
2026-01-31121.0773
2026-02-07120.7297
2026-02-14119.7862
2026-02-21117.8410
2026-02-28114.7204
2026-03-07113.3651
2026-03-14113.2571
2026-03-21113.6371
2026-03-28113.6971
2026-04-04113.6669
2026-04-11112.8494
2026-04-18112.7167
2026-04-25112.9092
2026-05-02113.0471
2026-05-09113.4413
2026-05-17114.4118
2026-05-25113.9629
2026-06-01113.8466
2026-06-10114.2517
2026-06-17113.6567
2026-06-24114.4427
2026-07-01115.2166
2026-07-08115.4357
2026-07-15116.2607
2026-07-22116.8299
2026-07-29117.1538
2026-08-05116.0125
2026-08-12117.1231
2026-08-20116.7330
2026-08-27117.2215
2026-09-03117.3937
2026-09-10116.8866
2026-09-17119.0024
2026-09-24119.6176

High

126.0636

Low

107.3345

Average

117.5328

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

NIO/MGA API questions

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

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

How far back does NIO/MGA historical data go?

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