Skip to content

FJD to SCR exchange rate API

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

6.4190

▼ +0.18% over YTD

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 year to date, FJD/SCR traded between 6.1472 and 6.8123, averaged 6.4745 and fell 0.18%. 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 YTD

FJD/SCR over YTD: show the values
PointFJD/SCR
2025-12-316.4305
2026-01-076.1755
2026-01-146.3694
2026-01-216.2521
2026-01-286.6076
2026-02-046.7501
2026-02-116.7960
2026-02-186.5319
2026-02-256.8123
2026-03-046.2002
2026-03-116.1472
2026-03-186.4397
2026-03-256.5127
2026-04-016.6342
2026-04-086.2417
2026-04-156.3856
2026-04-226.6725
2026-04-296.1945
2026-05-066.2876
2026-05-146.5184
2026-05-216.5083
2026-05-296.4524
2026-06-056.3475
2026-06-146.5147
2026-06-216.5391
2026-06-286.5699
2026-07-056.4021
2026-07-126.5697
2026-07-196.5006
2026-07-266.4561
2026-08-026.6419
2026-08-096.6184
2026-08-166.5969
2026-08-246.5989
2026-08-316.4864
2026-09-076.4328
2026-09-146.4011
2026-09-216.4879

High

6.8123

Low

6.1472

Average

6.4745

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.