Skip to content

FJD to SVC exchange rate API

Fiji Dollar to El Salvador Colon · quoted 2026-09-25

3.8979

▲ +1.23% over YTD

1 FJD = 3.8979 SVC · 1 SVC = 0.25655 FJD · Get this rate via the API

1 FJD buys 3.8979 SVC as of 2026-09-25, so 1 SVC buys 0.25655 FJD. Over the year to date, FJD/SVC traded between 3.8387 and 3.9911, averaged 3.9303 and rose 1.23%. The API holds daily FJD/SVC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/SVC over YTD

FJD/SVC over YTD: show the values
PointFJD/SVC
2025-12-313.8505
2026-01-073.8540
2026-01-143.8387
2026-01-213.8598
2026-01-283.9451
2026-02-043.9533
2026-02-113.9718
2026-02-183.9665
2026-02-253.9665
2026-03-043.9546
2026-03-113.9643
2026-03-183.9526
2026-03-253.9207
2026-04-013.9073
2026-04-083.9085
2026-04-153.9612
2026-04-223.9715
2026-04-293.9657
2026-05-063.9719
2026-05-143.9911
2026-05-213.9619
2026-05-293.9636
2026-06-053.9697
2026-06-143.9152
2026-06-213.8984
2026-06-283.8603
2026-07-053.8757
2026-07-123.8865
2026-07-193.8964
2026-07-263.8951
2026-08-023.9431
2026-08-093.9363
2026-08-163.9354
2026-08-243.9734
2026-08-313.9539
2026-09-073.9620
2026-09-143.9500
2026-09-213.9299

High

3.9911

Low

3.8387

Average

3.9303

For developers

Get this rate via the API

One GET request returns the FJD/SVC 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=SVC"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=SVC");
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=SVC").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/SVC API questions

How do I get the FJD/SVC exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=SVC, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/SVC rate in rates.SVC.

How far back does FJD/SVC historical data go?

Daily FJD/SVC 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/SVC 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.