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: show the values
| Point | FJD/MMK |
|---|---|
| 2025-09-25 | 930.3003 |
| 2025-10-02 | 926.7190 |
| 2025-10-09 | 923.7540 |
| 2025-10-16 | 918.7544 |
| 2025-10-23 | 915.1229 |
| 2025-10-30 | 920.7555 |
| 2025-11-06 | 915.2945 |
| 2025-11-13 | 917.0234 |
| 2025-11-20 | 911.7703 |
| 2025-11-27 | 916.7445 |
| 2025-12-04 | 921.3350 |
| 2025-12-11 | 922.7751 |
| 2025-12-18 | 920.0991 |
| 2025-12-25 | 924.0537 |
| 2026-01-01 | 923.1931 |
| 2026-01-08 | 924.5134 |
| 2026-01-15 | 922.1423 |
| 2026-01-22 | 928.2486 |
| 2026-01-29 | 948.2514 |
| 2026-02-05 | 946.1802 |
| 2026-02-12 | 954.3241 |
| 2026-02-19 | 951.1737 |
| 2026-02-26 | 953.4610 |
| 2026-03-05 | 949.0582 |
| 2026-03-12 | 950.7599 |
| 2026-03-19 | 949.3373 |
| 2026-03-26 | 943.8681 |
| 2026-04-02 | 936.7197 |
| 2026-04-09 | 942.2830 |
| 2026-04-16 | 950.7196 |
| 2026-04-23 | 951.0975 |
| 2026-04-30 | 953.1805 |
| 2026-05-07 | 956.2317 |
| 2026-05-14 | 957.6003 |
| 2026-05-21 | 950.8033 |
| 2026-05-28 | 954.5240 |
| 2026-06-04 | 952.8328 |
| 2026-06-12 | 946.4203 |
| 2026-06-19 | 942.7001 |
| 2026-06-26 | 937.4399 |
| 2026-07-03 | 936.6376 |
| 2026-07-10 | 941.4252 |
| 2026-07-17 | 939.7369 |
| 2026-07-24 | 936.0963 |
| 2026-07-31 | 939.5789 |
| 2026-08-07 | 943.0783 |
| 2026-08-14 | 944.3722 |
| 2026-08-21 | 948.2075 |
| 2026-08-28 | 951.1023 |
| 2026-09-04 | 950.1564 |
| 2026-09-11 | 946.8291 |
| 2026-09-18 | 943.3252 |
| 2026-09-25 | 935.2990 |
High
957.6003
Low
911.7703
Average
938.0124
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.