Skip to content

FJD to SCR exchange rate API

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

6.4190

▼ +3.26% over 6M

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 6 months, FJD/SCR traded between 5.8326 and 6.8021, averaged 6.4305 and fell 3.26%. 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 6M

FJD/SCR over 6M: show the values
PointFJD/SCR
2026-03-316.6355
2026-04-076.6030
2026-04-146.2009
2026-04-216.8021
2026-04-286.4154
2026-05-056.3016
2026-05-126.6699
2026-05-206.6552
2026-05-286.5286
2026-06-046.4627
2026-06-136.2056
2026-06-206.2569
2026-06-276.5763
2026-07-045.8326
2026-07-116.3372
2026-07-185.9983
2026-07-256.4888
2026-08-016.0994
2026-08-086.5533
2026-08-156.1918
2026-08-236.4141
2026-08-306.6360
2026-09-066.6144
2026-09-136.6519
2026-09-206.6536
2026-09-276.4190

High

6.8021

Low

5.8326

Average

6.4305

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.