Skip to content

FJD to SAR exchange rate API

Fiji Dollar to Saudi Riyal · quoted 2026-09-25

1.6705

▲ +0.28% over 1Y

1 FJD = 1.6705 SAR · 1 SAR = 0.59861 FJD · Get this rate via the API

1 FJD buys 1.6705 SAR as of 2026-09-25, so 1 SAR buys 0.59861 FJD. Over the last year, FJD/SAR traded between 1.6324 and 1.7150, averaged 1.6773 and rose 0.28%. The API holds daily FJD/SAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/SAR over 1Y

FJD/SAR over 1Y: show the values
PointFJD/SAR
2025-09-251.6658
2025-10-021.6594
2025-10-091.6542
2025-10-161.6451
2025-10-231.6386
2025-10-301.6486
2025-11-061.6390
2025-11-131.6419
2025-11-201.6324
2025-11-271.6416
2025-12-041.6506
2025-12-111.6530
2025-12-181.6475
2025-12-251.6525
2026-01-011.6520
2026-01-081.6551
2026-01-151.6509
2026-01-221.6618
2026-01-291.6977
2026-02-051.6938
2026-02-121.7085
2026-02-191.7032
2026-02-261.7072
2026-03-051.7005
2026-03-121.7032
2026-03-191.7015
2026-03-261.6906
2026-04-021.6788
2026-04-091.6880
2026-04-161.7024
2026-04-231.7030
2026-04-301.7067
2026-05-071.7122
2026-05-151.7150
2026-05-231.6940
2026-05-301.6941
2026-06-061.6891
2026-06-151.6861
2026-06-221.6786
2026-06-291.6617
2026-07-061.6691
2026-07-131.6726
2026-07-201.6785
2026-07-271.6760
2026-08-031.6854
2026-08-101.6884
2026-08-171.6880
2026-08-251.6980
2026-09-011.6944
2026-09-081.6987
2026-09-151.6908
2026-09-221.6795

High

1.7150

Low

1.6324

Average

1.6773

For developers

Get this rate via the API

One GET request returns the FJD/SAR 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=SAR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=SAR");
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=SAR").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/SAR API questions

How do I get the FJD/SAR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=SAR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/SAR rate in rates.SAR.

How far back does FJD/SAR historical data go?

Daily FJD/SAR 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/SAR 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.