Skip to content

FJD to SCR exchange rate API

Fiji Dollar to Seychelles Rupee · quoted 2026-09-27

6.4190

▲ +0.07% over 1Y

1 FJD = 6.4190 SCR · 1 SCR = 0.15579 FJD · Get this rate via the API

1 FJD buys 6.4190 SCR as of 2026-09-27, so 1 SCR buys 0.15579 FJD. Over the last year, FJD/SCR traded between 5.9079 and 6.8178, averaged 6.4303 and rose 0.07%. The API holds daily FJD/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/SCR over 1Y

FJD/SCR over 1Y: show the values
PointFJD/SCR
2025-09-276.4144
2025-10-046.5153
2025-10-116.2520
2025-10-186.1113
2025-10-256.1467
2025-11-016.4006
2025-11-086.0209
2025-11-156.0510
2025-11-225.9658
2025-11-296.1623
2025-12-065.9799
2025-12-146.5182
2025-12-216.4732
2025-12-286.5719
2026-01-046.5903
2026-01-116.4812
2026-01-186.5086
2026-01-256.5976
2026-02-016.7213
2026-02-086.6872
2026-02-156.6084
2026-02-226.5942
2026-03-016.6399
2026-03-086.6161
2026-03-156.7500
2026-03-226.6518
2026-03-296.6499
2026-04-056.6146
2026-04-126.8178
2026-04-196.7726
2026-04-266.6709
2026-05-036.2335
2026-05-106.7625
2026-05-186.1536
2026-05-266.4640
2026-06-026.3460
2026-06-116.3100
2026-06-186.5627
2026-06-256.5113
2026-07-025.9079
2026-07-096.5041
2026-07-166.2944
2026-07-236.3198
2026-07-306.4620
2026-08-066.3812
2026-08-136.3775
2026-08-216.3407
2026-08-286.3482
2026-09-046.4741
2026-09-116.4623
2026-09-186.2322
2026-09-256.3825

High

6.8178

Low

5.9079

Average

6.4303

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/SCR API questions

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

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

How far back does FJD/SCR historical data go?

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