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: show the values
| Point | FJD/MMK |
|---|---|
| 2026-03-29 | 931.8275 |
| 2026-04-05 | 936.2124 |
| 2026-04-12 | 942.9883 |
| 2026-04-19 | 944.4617 |
| 2026-04-26 | 946.8369 |
| 2026-05-03 | 952.0978 |
| 2026-05-10 | 954.6736 |
| 2026-05-17 | 948.1900 |
| 2026-05-24 | 946.4104 |
| 2026-05-31 | 947.9189 |
| 2026-06-08 | 945.4869 |
| 2026-06-15 | 943.9605 |
| 2026-06-22 | 939.9484 |
| 2026-06-29 | 930.4922 |
| 2026-07-06 | 934.5765 |
| 2026-07-13 | 936.6170 |
| 2026-07-20 | 939.7968 |
| 2026-07-27 | 938.4165 |
| 2026-08-03 | 943.7098 |
| 2026-08-10 | 945.3347 |
| 2026-08-17 | 945.2787 |
| 2026-08-24 | 953.4035 |
| 2026-08-31 | 948.9112 |
| 2026-09-07 | 950.8552 |
| 2026-09-14 | 947.9279 |
| 2026-09-21 | 943.0845 |
High
954.6736
Low
930.4922
Average
943.5066
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.