FKP to RSD exchange rate API
Falkland Islands Pound to Serbian Dinar · quoted 2026-09-25
136.4840
▲ +1.47% over YTD
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 year to date, FKP/RSD traded between 134.1284 and 138.0329, averaged 135.8997 and rose 1.47%. 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 YTD: show the values
| Point | FKP/RSD |
|---|---|
| 2025-12-31 | 134.5045 |
| 2026-01-07 | 135.4865 |
| 2026-01-14 | 135.3665 |
| 2026-01-21 | 134.6432 |
| 2026-01-28 | 135.0911 |
| 2026-02-04 | 136.0726 |
| 2026-02-11 | 134.6010 |
| 2026-02-18 | 134.2641 |
| 2026-02-25 | 134.6278 |
| 2026-03-04 | 134.9617 |
| 2026-03-11 | 135.7753 |
| 2026-03-18 | 135.9734 |
| 2026-03-25 | 135.6617 |
| 2026-04-01 | 134.5011 |
| 2026-04-08 | 134.7304 |
| 2026-04-15 | 134.1284 |
| 2026-04-22 | 135.3954 |
| 2026-04-29 | 135.8684 |
| 2026-05-06 | 135.5700 |
| 2026-05-14 | 135.5807 |
| 2026-05-21 | 135.6788 |
| 2026-05-29 | 135.5256 |
| 2026-06-05 | 135.6890 |
| 2026-06-14 | 135.9970 |
| 2026-06-21 | 135.4325 |
| 2026-06-28 | 136.0537 |
| 2026-07-05 | 137.0158 |
| 2026-07-12 | 137.7763 |
| 2026-07-19 | 138.0329 |
| 2026-07-26 | 137.6131 |
| 2026-08-02 | 137.5583 |
| 2026-08-09 | 136.9523 |
| 2026-08-16 | 137.2410 |
| 2026-08-24 | 137.0264 |
| 2026-08-31 | 137.1352 |
| 2026-09-07 | 136.4925 |
| 2026-09-14 | 136.7340 |
| 2026-09-21 | 136.8464 |
High
138.0329
Low
134.1284
Average
135.8997
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=RSD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=RSD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=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¤cies=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.