Skip to content

FKP to RSD exchange rate API

Falkland Islands Pound to Serbian Dinar · quoted 2026-09-25

136.4840

▲ +1.68% over 1Y

1 FKP = 136.4840 RSD · 1 RSD = 0.007327 FKP · Get this rate via the API

1 FKP buys 136.4840 RSD as of 2026-09-25, so 1 RSD buys 0.007327 FKP. Over the last year, FKP/RSD traded between 132.6927 and 138.1618, averaged 135.4268 and rose 1.68%. The API holds daily FKP/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/RSD over 1Y

FKP/RSD over 1Y: show the values
PointFKP/RSD
2025-09-25134.2319
2025-10-02134.5908
2025-10-09134.9814
2025-10-16134.8958
2025-10-23134.8288
2025-10-30133.3072
2025-11-06133.0710
2025-11-13132.6927
2025-11-20132.7498
2025-11-27133.9938
2025-12-04134.2953
2025-12-12133.9733
2025-12-19133.9806
2025-12-26134.5739
2026-01-02134.5368
2026-01-09135.2340
2026-01-16135.2997
2026-01-23134.8959
2026-01-30135.5714
2026-02-06134.8945
2026-02-13134.7279
2026-02-20134.1970
2026-02-27134.2285
2026-03-06135.0951
2026-03-13136.1668
2026-03-20136.2248
2026-03-27135.7946
2026-04-03134.5996
2026-04-10134.9214
2026-04-17135.2255
2026-04-24135.7683
2026-05-01135.0028
2026-05-08136.1004
2026-05-16134.5640
2026-05-24136.0064
2026-05-31135.5652
2026-06-09135.8017
2026-06-16135.7537
2026-06-23136.0632
2026-06-30136.2747
2026-07-07137.3933
2026-07-14137.6084
2026-07-21138.1618
2026-07-28137.2415
2026-08-04136.9187
2026-08-11137.3387
2026-08-18137.3150
2026-08-26137.1771
2026-09-02136.7907
2026-09-09136.6626
2026-09-16137.0692
2026-09-23136.7796

High

138.1618

Low

132.6927

Average

135.4268

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FKP/RSD API questions

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

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

How far back does FKP/RSD historical data go?

Daily FKP/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 FKP/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.