Skip to content

FJD to MMK exchange rate API

Fiji Dollar to Kyat · quoted 2026-09-25

935.2618

▼ +1.68% over 5Y

1 FJD = 935.2618 MMK · 1 MMK = 0.001069 FJD · Get this rate via the API

1 FJD buys 935.2618 MMK as of 2026-09-25, so 1 MMK buys 0.001069 FJD. Over the last 5 years, FJD/MMK traded between 901.9612 and 952.0978, averaged 930.8052 and fell 1.68%. The API holds daily FJD/MMK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/MMK over 5Y

FJD/MMK over 5Y: show the values
PointFJD/MMK
2024-08-24951.2775
2024-10-07944.1962
2024-11-06926.2366
2024-12-06921.7717
2025-01-05904.7957
2025-02-04901.9612
2025-03-06917.6976
2025-04-06905.6691
2025-05-06925.0607
2025-06-06932.9139
2025-07-06937.6519
2025-08-05926.8797
2025-09-04923.4567
2025-10-05927.3346
2025-11-04916.9142
2025-12-04921.3350
2026-01-03921.5438
2026-02-02942.6262
2026-03-04949.1259
2026-04-03931.6317
2026-05-03952.0978
2026-06-02951.8430
2026-07-03936.6376
2026-08-02946.2009
2026-09-01948.8139

High

952.0978

Low

901.9612

Average

930.8052

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/MMK API questions

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

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

How far back does FJD/MMK historical data go?

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