Skip to content

FJD to MGA exchange rate API

Fiji Dollar to Malagasy Ariary · quoted 2026-09-25

1952.78

▼ +3.14% over YTD

1 FJD = 1952.78 MGA · 1 MGA = 0.000512 FJD · Get this rate via the API

1 FJD buys 1952.78 MGA as of 2026-09-25, so 1 MGA buys 0.000512 FJD. Over the year to date, FJD/MGA traded between 1859.82 and 2031.98, averaged 1928.49 and fell 3.14%. The API holds daily FJD/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/MGA over YTD

FJD/MGA over YTD: show the values
PointFJD/MGA
2025-12-312016.00
2026-01-072031.98
2026-01-142030.04
2026-01-212006.21
2026-01-282010.52
2026-02-042006.59
2026-02-112010.18
2026-02-181981.56
2026-02-251938.20
2026-03-041893.78
2026-03-111881.83
2026-03-181876.45
2026-03-251867.63
2026-04-011866.89
2026-04-081859.82
2026-04-151871.99
2026-04-221879.01
2026-04-291880.79
2026-05-061892.37
2026-05-141899.95
2026-05-211900.65
2026-05-291897.89
2026-06-051907.17
2026-06-141879.72
2026-06-211879.36
2026-06-281872.03
2026-07-051886.98
2026-07-121907.86
2026-07-191913.63
2026-07-261919.73
2026-08-021942.95
2026-08-091939.82
2026-08-161944.51
2026-08-241959.59
2026-08-311959.13
2026-09-071942.67
2026-09-141953.83
2026-09-211949.02

High

2031.98

Low

1859.82

Average

1928.49

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/MGA API questions

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

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

How far back does FJD/MGA historical data go?

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