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: show the values
| Point | NIO/MGA |
|---|---|
| 2025-09-26 | 113.9952 |
| 2025-10-03 | 107.3345 |
| 2025-10-10 | 110.9335 |
| 2025-10-17 | 121.2539 |
| 2025-10-24 | 121.8430 |
| 2025-10-31 | 122.1837 |
| 2025-11-07 | 122.4059 |
| 2025-11-14 | 121.6336 |
| 2025-11-21 | 122.4098 |
| 2025-11-28 | 121.9076 |
| 2025-12-05 | 121.3886 |
| 2025-12-13 | 122.9710 |
| 2025-12-20 | 123.3411 |
| 2025-12-27 | 124.1441 |
| 2026-01-03 | 124.9222 |
| 2026-01-10 | 124.9952 |
| 2026-01-17 | 126.0636 |
| 2026-01-24 | 123.3600 |
| 2026-01-31 | 121.0773 |
| 2026-02-07 | 120.7297 |
| 2026-02-14 | 119.7862 |
| 2026-02-21 | 117.8410 |
| 2026-02-28 | 114.7204 |
| 2026-03-07 | 113.3651 |
| 2026-03-14 | 113.2571 |
| 2026-03-21 | 113.6371 |
| 2026-03-28 | 113.6971 |
| 2026-04-04 | 113.6669 |
| 2026-04-11 | 112.8494 |
| 2026-04-18 | 112.7167 |
| 2026-04-25 | 112.9092 |
| 2026-05-02 | 113.0471 |
| 2026-05-09 | 113.4413 |
| 2026-05-17 | 114.4118 |
| 2026-05-25 | 113.9629 |
| 2026-06-01 | 113.8466 |
| 2026-06-10 | 114.2517 |
| 2026-06-17 | 113.6567 |
| 2026-06-24 | 114.4427 |
| 2026-07-01 | 115.2166 |
| 2026-07-08 | 115.4357 |
| 2026-07-15 | 116.2607 |
| 2026-07-22 | 116.8299 |
| 2026-07-29 | 117.1538 |
| 2026-08-05 | 116.0125 |
| 2026-08-12 | 117.1231 |
| 2026-08-20 | 116.7330 |
| 2026-08-27 | 117.2215 |
| 2026-09-03 | 117.3937 |
| 2026-09-10 | 116.8866 |
| 2026-09-17 | 119.0024 |
| 2026-09-24 | 119.6176 |
High
126.0636
Low
107.3345
Average
117.5328
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=MGA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=MGA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=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¤cies=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.