Skip to content

FJD to SCR exchange rate API

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

6.4190

▲ +2.86% over 5Y

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 5 years, FJD/SCR traded between 6.0879 and 6.6936, averaged 6.3524 and rose 2.86%. 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 5Y

FJD/SCR over 5Y: show the values
PointFJD/SCR
2024-08-246.2407
2024-10-066.6936
2024-11-056.1055
2024-12-056.3824
2025-01-046.0879
2025-02-036.1083
2025-03-056.2721
2025-04-056.2632
2025-05-056.3068
2025-06-056.3295
2025-07-056.4812
2025-08-046.4152
2025-09-036.5576
2025-10-046.5153
2025-11-036.4358
2025-12-036.2932
2026-01-036.6252
2026-02-026.5129
2026-03-046.2002
2026-04-036.3662
2026-05-036.2335
2026-06-046.4627
2026-07-066.3602
2026-08-056.2378
2026-09-056.2561

High

6.6936

Low

6.0879

Average

6.3524

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.