Skip to content

TWD to MGA exchange rate API

New Taiwan Dollar to Malagasy Ariary · quoted 2026-09-24

138.5230

▼ +2.63% over 1Y

1 TWD = 138.5230 MGA · 1 MGA = 0.007219 TWD · Get this rate via the API

1 TWD buys 138.5230 MGA as of 2026-09-24, so 1 MGA buys 0.007219 TWD. Over the last year, TWD/MGA traded between 130.0230 and 146.9197, averaged 137.3191 and fell 2.63%. The API holds daily TWD/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/MGA over 1Y

TWD/MGA over 1Y: show the values
PointTWD/MGA
2025-09-24142.2592
2025-10-01136.9653
2025-10-08130.0230
2025-10-15146.0748
2025-10-22145.7088
2025-10-29146.2510
2025-11-05145.6627
2025-11-12144.5073
2025-11-19143.8989
2025-11-26143.1397
2025-12-03142.8056
2025-12-11142.4992
2025-12-18142.7473
2025-12-25145.4515
2026-01-01146.5446
2026-01-08146.4623
2026-01-15146.9197
2026-01-22145.5010
2026-01-29142.3447
2026-02-05139.9912
2026-02-12141.3722
2026-02-19138.3047
2026-02-26134.9101
2026-03-05131.1216
2026-03-12130.6421
2026-03-19131.1372
2026-03-26130.8789
2026-04-02130.6077
2026-04-09130.0950
2026-04-16131.1526
2026-04-23131.9549
2026-04-30131.1826
2026-05-07133.2960
2026-05-15133.3587
2026-05-23133.5280
2026-05-30133.3176
2026-06-06132.9488
2026-06-15132.6286
2026-06-22133.0083
2026-06-29132.8721
2026-07-06132.3280
2026-07-13134.0780
2026-07-20132.0703
2026-07-27134.7317
2026-08-03131.5309
2026-08-10133.7196
2026-08-17134.8667
2026-08-25135.0730
2026-09-01136.3743
2026-09-08136.0492
2026-09-15136.1967
2026-09-22138.2941

High

146.9197

Low

130.0230

Average

137.3191

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/MGA API questions

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

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

How far back does TWD/MGA historical data go?

Daily TWD/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 TWD/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.