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: show the values
| Point | FJD/SCR |
|---|---|
| 2024-08-24 | 6.2407 |
| 2024-10-06 | 6.6936 |
| 2024-11-05 | 6.1055 |
| 2024-12-05 | 6.3824 |
| 2025-01-04 | 6.0879 |
| 2025-02-03 | 6.1083 |
| 2025-03-05 | 6.2721 |
| 2025-04-05 | 6.2632 |
| 2025-05-05 | 6.3068 |
| 2025-06-05 | 6.3295 |
| 2025-07-05 | 6.4812 |
| 2025-08-04 | 6.4152 |
| 2025-09-03 | 6.5576 |
| 2025-10-04 | 6.5153 |
| 2025-11-03 | 6.4358 |
| 2025-12-03 | 6.2932 |
| 2026-01-03 | 6.6252 |
| 2026-02-02 | 6.5129 |
| 2026-03-04 | 6.2002 |
| 2026-04-03 | 6.3662 |
| 2026-05-03 | 6.2335 |
| 2026-06-04 | 6.4627 |
| 2026-07-06 | 6.3602 |
| 2026-08-05 | 6.2378 |
| 2026-09-05 | 6.2561 |
High
6.6936
Low
6.0879
Average
6.3524
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.