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: show the values
| Point | FJD/SCR |
|---|---|
| 2025-12-31 | 6.4305 |
| 2026-01-07 | 6.1755 |
| 2026-01-14 | 6.3694 |
| 2026-01-21 | 6.2521 |
| 2026-01-28 | 6.6076 |
| 2026-02-04 | 6.7501 |
| 2026-02-11 | 6.7960 |
| 2026-02-18 | 6.5319 |
| 2026-02-25 | 6.8123 |
| 2026-03-04 | 6.2002 |
| 2026-03-11 | 6.1472 |
| 2026-03-18 | 6.4397 |
| 2026-03-25 | 6.5127 |
| 2026-04-01 | 6.6342 |
| 2026-04-08 | 6.2417 |
| 2026-04-15 | 6.3856 |
| 2026-04-22 | 6.6725 |
| 2026-04-29 | 6.1945 |
| 2026-05-06 | 6.2876 |
| 2026-05-14 | 6.5184 |
| 2026-05-21 | 6.5083 |
| 2026-05-29 | 6.4524 |
| 2026-06-05 | 6.3475 |
| 2026-06-14 | 6.5147 |
| 2026-06-21 | 6.5391 |
| 2026-06-28 | 6.5699 |
| 2026-07-05 | 6.4021 |
| 2026-07-12 | 6.5697 |
| 2026-07-19 | 6.5006 |
| 2026-07-26 | 6.4561 |
| 2026-08-02 | 6.6419 |
| 2026-08-09 | 6.6184 |
| 2026-08-16 | 6.5969 |
| 2026-08-24 | 6.5989 |
| 2026-08-31 | 6.4864 |
| 2026-09-07 | 6.4328 |
| 2026-09-14 | 6.4011 |
| 2026-09-21 | 6.4879 |
High
6.8123
Low
6.1472
Average
6.4745
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=SCR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=SCR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.