Skip to content

FJD to MMK exchange rate API

Fiji Dollar to Kyat · quoted 2026-09-25

935.2618

▲ +0.53% over 1Y

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 year, FJD/MMK traded between 911.7703 and 957.6003, averaged 938.0124 and rose 0.53%. 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 1Y

FJD/MMK over 1Y: show the values
PointFJD/MMK
2025-09-25930.3003
2025-10-02926.7190
2025-10-09923.7540
2025-10-16918.7544
2025-10-23915.1229
2025-10-30920.7555
2025-11-06915.2945
2025-11-13917.0234
2025-11-20911.7703
2025-11-27916.7445
2025-12-04921.3350
2025-12-11922.7751
2025-12-18920.0991
2025-12-25924.0537
2026-01-01923.1931
2026-01-08924.5134
2026-01-15922.1423
2026-01-22928.2486
2026-01-29948.2514
2026-02-05946.1802
2026-02-12954.3241
2026-02-19951.1737
2026-02-26953.4610
2026-03-05949.0582
2026-03-12950.7599
2026-03-19949.3373
2026-03-26943.8681
2026-04-02936.7197
2026-04-09942.2830
2026-04-16950.7196
2026-04-23951.0975
2026-04-30953.1805
2026-05-07956.2317
2026-05-14957.6003
2026-05-21950.8033
2026-05-28954.5240
2026-06-04952.8328
2026-06-12946.4203
2026-06-19942.7001
2026-06-26937.4399
2026-07-03936.6376
2026-07-10941.4252
2026-07-17939.7369
2026-07-24936.0963
2026-07-31939.5789
2026-08-07943.0783
2026-08-14944.3722
2026-08-21948.2075
2026-08-28951.1023
2026-09-04950.1564
2026-09-11946.8291
2026-09-18943.3252
2026-09-25935.2990

High

957.6003

Low

911.7703

Average

938.0124

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.