Skip to content

FJD to RSD exchange rate API

Fiji Dollar to Serbian Dinar · quoted 2026-09-24

46.0820

▲ +4.78% over 1Y

1 FJD = 46.0820 RSD · 1 RSD = 0.02170 FJD · Get this rate via the API

1 FJD buys 46.0820 RSD as of 2026-09-24, so 1 RSD buys 0.02170 FJD. Over the last year, FJD/RSD traded between 43.7769 and 46.2126, averaged 45.0874 and rose 4.78%. The API holds daily FJD/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/RSD over 1Y

FJD/RSD over 1Y: show the values
PointFJD/RSD
2025-09-2443.9798
2025-10-0144.1167
2025-10-0844.2860
2025-10-1544.0418
2025-10-2243.9454
2025-10-2944.2408
2025-11-0544.4243
2025-11-1244.1758
2025-11-1944.0653
2025-11-2644.1375
2025-12-0344.1802
2025-12-1144.2624
2025-12-1843.7769
2025-12-2543.8566
2026-01-0143.9268
2026-01-0844.2436
2026-01-1544.2767
2026-01-2244.3949
2026-01-2944.2934
2026-02-0544.8294
2026-02-1244.8989
2026-02-1945.0937
2026-02-2645.1129
2026-03-0545.6498
2026-03-1246.0912
2026-03-1946.2126
2026-03-2645.6648
2026-04-0245.3509
2026-04-0945.1556
2026-04-1644.9676
2026-04-2345.4383
2026-04-3045.6702
2026-05-0745.4767
2026-05-1546.0207
2026-05-2345.5930
2026-05-3045.5293
2026-06-0645.8245
2026-06-1545.5280
2026-06-2245.8201
2026-06-2945.6716
2026-07-0645.6634
2026-07-1345.9385
2026-07-2045.9249
2026-07-2746.0659
2026-08-0345.7646
2026-08-1045.7094
2026-08-1745.6243
2026-08-2545.5311
2026-09-0145.6977
2026-09-0845.7265
2026-09-1545.8629
2026-09-2245.8134

High

46.2126

Low

43.7769

Average

45.0874

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/RSD API questions

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

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

How far back does FJD/RSD historical data go?

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