Skip to content

FJD to SCR exchange rate API

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

6.4190

▼ +3.53% over 7D

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 7 days, FJD/SCR traded between 6.1733 and 6.6536, averaged 6.4270 and fell 3.53%. 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 7D

FJD/SCR over 7D: show the values
PointFJD/SCR
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.4270

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.