Skip to content

FJD to SCR exchange rate API

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

6.4190

▲ +1.11% over 30D

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 30 days, FJD/SCR traded between 6.1733 and 6.6536, averaged 6.4361 and rose 1.11%. 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 30D

FJD/SCR over 30D: show the values
PointFJD/SCR
2026-08-286.3482
2026-08-296.4003
2026-08-306.6360
2026-08-316.4864
2026-09-016.4083
2026-09-026.5213
2026-09-036.4798
2026-09-046.4741
2026-09-056.2561
2026-09-066.6144
2026-09-076.4328
2026-09-086.4502
2026-09-096.4678
2026-09-106.4389
2026-09-116.4623
2026-09-126.2230
2026-09-136.6519
2026-09-146.4011
2026-09-156.3777
2026-09-166.4461
2026-09-176.4697
2026-09-186.2322
2026-09-196.4334
2026-09-206.6536
2026-09-216.4879
2026-09-226.4517
2026-09-236.5160
2026-09-246.3401
2026-09-256.3825
2026-09-266.1733
2026-09-276.4190

High

6.6536

Low

6.1733

Average

6.4361

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.