Skip to content

FJD to MMK exchange rate API

Fiji Dollar to Kyat · quoted 2026-09-25

935.2618

▲ +1.20% over YTD

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 year to date, FJD/MMK traded between 921.2794 and 956.3109, averaged 943.6461 and rose 1.20%. 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 YTD

FJD/MMK over YTD: show the values
PointFJD/MMK
2025-12-31924.1360
2026-01-07924.9115
2026-01-14921.2794
2026-01-21926.4264
2026-01-28946.7401
2026-02-04948.8644
2026-02-11953.1815
2026-02-18951.8790
2026-02-25951.8468
2026-03-04949.1259
2026-03-11951.4336
2026-03-18948.6339
2026-03-25940.9132
2026-04-01937.6545
2026-04-08938.1654
2026-04-15950.2005
2026-04-22951.8687
2026-04-29951.9159
2026-05-06955.2273
2026-05-13956.3109
2026-05-20951.2183
2026-05-27954.0999
2026-06-03952.6882
2026-06-11941.3943
2026-06-18941.5463
2026-06-25935.6087
2026-07-02935.6707
2026-07-09935.9169
2026-07-16939.9815
2026-07-23938.7496
2026-07-30940.3660
2026-08-06943.3667
2026-08-13943.6657
2026-08-20948.5956
2026-08-27950.9721
2026-09-03948.1912
2026-09-10949.0481
2026-09-17941.1017
2026-09-24937.6862

High

956.3109

Low

921.2794

Average

943.6461

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.