Skip to content

NIO to MGA exchange rate API

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

119.9532

▼ +3.76% over YTD

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 year to date, NIO/MGA traded between 112.3680 and 125.7716, averaged 116.8494 and fell 3.76%. 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 YTD

NIO/MGA over YTD: show the values
PointNIO/MGA
2025-12-31124.6430
2026-01-07125.4960
2026-01-14125.7716
2026-01-21123.5830
2026-01-28121.3270
2026-02-04120.8561
2026-02-11120.3156
2026-02-18118.8548
2026-02-25116.1880
2026-03-04113.8457
2026-03-11112.8093
2026-03-18112.9705
2026-03-25113.4123
2026-04-01113.7071
2026-04-08113.1994
2026-04-15112.3680
2026-04-22112.4995
2026-04-29113.0055
2026-05-06113.3204
2026-05-14113.3286
2026-05-21114.0081
2026-05-29114.1356
2026-06-05114.3845
2026-06-14114.4172
2026-06-21115.0524
2026-06-28115.4878
2026-07-05116.1848
2026-07-12117.0356
2026-07-19117.1438
2026-07-26117.5320
2026-08-02117.5562
2026-08-09117.3266
2026-08-16117.7605
2026-08-24117.3877
2026-08-31117.7345
2026-09-07116.5711
2026-09-14117.8690
2026-09-21118.0830

High

125.7716

Low

112.3680

Average

116.8494

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.