Skip to content

FJD to MYR exchange rate API

Fiji Dollar to Malaysian Ringgit · quoted 2026-09-24

1.8304

▲ +2.50% over YTD

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 year to date, FJD/MYR traded between 1.7639 and 1.8463, averaged 1.8041 and rose 2.50%. 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 YTD

FJD/MYR over YTD: show the values
PointFJD/MYR
2025-12-311.7857
2026-01-071.7874
2026-01-141.7759
2026-01-211.7852
2026-01-281.7669
2026-02-041.7765
2026-02-111.7882
2026-02-181.7679
2026-02-251.7639
2026-03-041.7814
2026-03-111.7744
2026-03-181.7692
2026-03-251.7766
2026-04-011.7983
2026-04-081.7760
2026-04-151.7896
2026-04-221.7917
2026-04-291.7917
2026-05-061.7855
2026-05-131.7898
2026-05-201.7982
2026-05-271.8015
2026-06-031.8122
2026-06-101.8350
2026-06-171.8314
2026-06-241.8463
2026-07-011.8259
2026-07-081.8149
2026-07-151.8219
2026-07-221.8295
2026-07-291.8250
2026-08-051.8421
2026-08-121.8385
2026-08-191.8268
2026-08-261.8242
2026-09-021.8245
2026-09-091.8425
2026-09-161.8412
2026-09-231.8288

High

1.8463

Low

1.7639

Average

1.8041

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=MYR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=MYR");
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=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&currencies=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.