FJD to MYR exchange rate API
Fiji Dollar to Malaysian Ringgit · quoted 2026-09-24
1.8304
▼ +1.86% over 1Y
1 FJD = 1.8304 MYR · 1 MYR = 0.54632 FJD · Get this rate via the API
1 FJD buys 1.8304 MYR as of 2026-09-24, so 1 MYR buys 0.54632 FJD. Over the last year, FJD/MYR traded between 1.7639 and 1.8651, averaged 1.8091 and fell 1.86%. The API holds daily FJD/MYR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/MYR over 1Y: show the values
| Point | FJD/MYR |
|---|---|
| 2025-09-24 | 1.8651 |
| 2025-10-01 | 1.8596 |
| 2025-10-08 | 1.8536 |
| 2025-10-15 | 1.8484 |
| 2025-10-22 | 1.8330 |
| 2025-10-29 | 1.8410 |
| 2025-11-05 | 1.8257 |
| 2025-11-12 | 1.8050 |
| 2025-11-19 | 1.8062 |
| 2025-11-26 | 1.8017 |
| 2025-12-03 | 1.8054 |
| 2025-12-10 | 1.8089 |
| 2025-12-17 | 1.7932 |
| 2025-12-24 | 1.7817 |
| 2025-12-31 | 1.7857 |
| 2026-01-07 | 1.7874 |
| 2026-01-14 | 1.7759 |
| 2026-01-21 | 1.7852 |
| 2026-01-28 | 1.7669 |
| 2026-02-04 | 1.7765 |
| 2026-02-11 | 1.7882 |
| 2026-02-18 | 1.7679 |
| 2026-02-25 | 1.7639 |
| 2026-03-04 | 1.7814 |
| 2026-03-11 | 1.7744 |
| 2026-03-18 | 1.7692 |
| 2026-03-25 | 1.7766 |
| 2026-04-01 | 1.7983 |
| 2026-04-08 | 1.7760 |
| 2026-04-15 | 1.7896 |
| 2026-04-22 | 1.7917 |
| 2026-04-29 | 1.7917 |
| 2026-05-06 | 1.7855 |
| 2026-05-13 | 1.7898 |
| 2026-05-20 | 1.7982 |
| 2026-05-27 | 1.8015 |
| 2026-06-03 | 1.8122 |
| 2026-06-10 | 1.8350 |
| 2026-06-17 | 1.8314 |
| 2026-06-24 | 1.8463 |
| 2026-07-01 | 1.8259 |
| 2026-07-08 | 1.8149 |
| 2026-07-15 | 1.8219 |
| 2026-07-22 | 1.8295 |
| 2026-07-29 | 1.8250 |
| 2026-08-05 | 1.8421 |
| 2026-08-12 | 1.8385 |
| 2026-08-19 | 1.8268 |
| 2026-08-26 | 1.8242 |
| 2026-09-02 | 1.8245 |
| 2026-09-09 | 1.8425 |
| 2026-09-16 | 1.8412 |
| 2026-09-23 | 1.8288 |
High
1.8651
Low
1.7639
Average
1.8091
Get this rate via the API
One GET request returns the FJD/MYR 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=MYR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MYR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MYR").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/MYR API questions
How do I get the FJD/MYR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MYR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/MYR rate in rates.MYR.
How far back does FJD/MYR historical data go?
Daily FJD/MYR 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/MYR 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.