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: show the values
| Point | FJD/SAR |
|---|---|
| 2025-09-25 | 1.6658 |
| 2025-10-02 | 1.6594 |
| 2025-10-09 | 1.6542 |
| 2025-10-16 | 1.6451 |
| 2025-10-23 | 1.6386 |
| 2025-10-30 | 1.6486 |
| 2025-11-06 | 1.6390 |
| 2025-11-13 | 1.6419 |
| 2025-11-20 | 1.6324 |
| 2025-11-27 | 1.6416 |
| 2025-12-04 | 1.6506 |
| 2025-12-11 | 1.6530 |
| 2025-12-18 | 1.6475 |
| 2025-12-25 | 1.6525 |
| 2026-01-01 | 1.6520 |
| 2026-01-08 | 1.6551 |
| 2026-01-15 | 1.6509 |
| 2026-01-22 | 1.6618 |
| 2026-01-29 | 1.6977 |
| 2026-02-05 | 1.6938 |
| 2026-02-12 | 1.7085 |
| 2026-02-19 | 1.7032 |
| 2026-02-26 | 1.7072 |
| 2026-03-05 | 1.7005 |
| 2026-03-12 | 1.7032 |
| 2026-03-19 | 1.7015 |
| 2026-03-26 | 1.6906 |
| 2026-04-02 | 1.6788 |
| 2026-04-09 | 1.6880 |
| 2026-04-16 | 1.7024 |
| 2026-04-23 | 1.7030 |
| 2026-04-30 | 1.7067 |
| 2026-05-07 | 1.7122 |
| 2026-05-15 | 1.7150 |
| 2026-05-23 | 1.6940 |
| 2026-05-30 | 1.6941 |
| 2026-06-06 | 1.6891 |
| 2026-06-15 | 1.6861 |
| 2026-06-22 | 1.6786 |
| 2026-06-29 | 1.6617 |
| 2026-07-06 | 1.6691 |
| 2026-07-13 | 1.6726 |
| 2026-07-20 | 1.6785 |
| 2026-07-27 | 1.6760 |
| 2026-08-03 | 1.6854 |
| 2026-08-10 | 1.6884 |
| 2026-08-17 | 1.6880 |
| 2026-08-25 | 1.6980 |
| 2026-09-01 | 1.6944 |
| 2026-09-08 | 1.6987 |
| 2026-09-15 | 1.6908 |
| 2026-09-22 | 1.6795 |
High
1.7150
Low
1.6324
Average
1.6773
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=SAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=SAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.