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: show the values
| Point | FJD/MMK |
|---|---|
| 2024-08-24 | 951.2775 |
| 2024-10-07 | 944.1962 |
| 2024-11-06 | 926.2366 |
| 2024-12-06 | 921.7717 |
| 2025-01-05 | 904.7957 |
| 2025-02-04 | 901.9612 |
| 2025-03-06 | 917.6976 |
| 2025-04-06 | 905.6691 |
| 2025-05-06 | 925.0607 |
| 2025-06-06 | 932.9139 |
| 2025-07-06 | 937.6519 |
| 2025-08-05 | 926.8797 |
| 2025-09-04 | 923.4567 |
| 2025-10-05 | 927.3346 |
| 2025-11-04 | 916.9142 |
| 2025-12-04 | 921.3350 |
| 2026-01-03 | 921.5438 |
| 2026-02-02 | 942.6262 |
| 2026-03-04 | 949.1259 |
| 2026-04-03 | 931.6317 |
| 2026-05-03 | 952.0978 |
| 2026-06-02 | 951.8430 |
| 2026-07-03 | 936.6376 |
| 2026-08-02 | 946.2009 |
| 2026-09-01 | 948.8139 |
High
952.0978
Low
901.9612
Average
930.8052
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MMK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MMK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.