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: show the values
| Point | FJD/RSD |
|---|---|
| 2025-09-24 | 43.9798 |
| 2025-10-01 | 44.1167 |
| 2025-10-08 | 44.2860 |
| 2025-10-15 | 44.0418 |
| 2025-10-22 | 43.9454 |
| 2025-10-29 | 44.2408 |
| 2025-11-05 | 44.4243 |
| 2025-11-12 | 44.1758 |
| 2025-11-19 | 44.0653 |
| 2025-11-26 | 44.1375 |
| 2025-12-03 | 44.1802 |
| 2025-12-11 | 44.2624 |
| 2025-12-18 | 43.7769 |
| 2025-12-25 | 43.8566 |
| 2026-01-01 | 43.9268 |
| 2026-01-08 | 44.2436 |
| 2026-01-15 | 44.2767 |
| 2026-01-22 | 44.3949 |
| 2026-01-29 | 44.2934 |
| 2026-02-05 | 44.8294 |
| 2026-02-12 | 44.8989 |
| 2026-02-19 | 45.0937 |
| 2026-02-26 | 45.1129 |
| 2026-03-05 | 45.6498 |
| 2026-03-12 | 46.0912 |
| 2026-03-19 | 46.2126 |
| 2026-03-26 | 45.6648 |
| 2026-04-02 | 45.3509 |
| 2026-04-09 | 45.1556 |
| 2026-04-16 | 44.9676 |
| 2026-04-23 | 45.4383 |
| 2026-04-30 | 45.6702 |
| 2026-05-07 | 45.4767 |
| 2026-05-15 | 46.0207 |
| 2026-05-23 | 45.5930 |
| 2026-05-30 | 45.5293 |
| 2026-06-06 | 45.8245 |
| 2026-06-15 | 45.5280 |
| 2026-06-22 | 45.8201 |
| 2026-06-29 | 45.6716 |
| 2026-07-06 | 45.6634 |
| 2026-07-13 | 45.9385 |
| 2026-07-20 | 45.9249 |
| 2026-07-27 | 46.0659 |
| 2026-08-03 | 45.7646 |
| 2026-08-10 | 45.7094 |
| 2026-08-17 | 45.6243 |
| 2026-08-25 | 45.5311 |
| 2026-09-01 | 45.6977 |
| 2026-09-08 | 45.7265 |
| 2026-09-15 | 45.8629 |
| 2026-09-22 | 45.8134 |
High
46.2126
Low
43.7769
Average
45.0874
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=RSD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=RSD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.