Skip to content

FJD to MMK exchange rate API

Fiji Dollar to Kyat · quoted 2026-09-25

935.2618

▲ +0.37% over 6M

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 6 months, FJD/MMK traded between 930.4922 and 954.6736, averaged 943.5066 and rose 0.37%. 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 6M

FJD/MMK over 6M: show the values
PointFJD/MMK
2026-03-29931.8275
2026-04-05936.2124
2026-04-12942.9883
2026-04-19944.4617
2026-04-26946.8369
2026-05-03952.0978
2026-05-10954.6736
2026-05-17948.1900
2026-05-24946.4104
2026-05-31947.9189
2026-06-08945.4869
2026-06-15943.9605
2026-06-22939.9484
2026-06-29930.4922
2026-07-06934.5765
2026-07-13936.6170
2026-07-20939.7968
2026-07-27938.4165
2026-08-03943.7098
2026-08-10945.3347
2026-08-17945.2787
2026-08-24953.4035
2026-08-31948.9112
2026-09-07950.8552
2026-09-14947.9279
2026-09-21943.0845

High

954.6736

Low

930.4922

Average

943.5066

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.