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: show the values
| Point | FKP/RSD |
|---|---|
| 2025-09-25 | 134.2319 |
| 2025-10-02 | 134.5908 |
| 2025-10-09 | 134.9814 |
| 2025-10-16 | 134.8958 |
| 2025-10-23 | 134.8288 |
| 2025-10-30 | 133.3072 |
| 2025-11-06 | 133.0710 |
| 2025-11-13 | 132.6927 |
| 2025-11-20 | 132.7498 |
| 2025-11-27 | 133.9938 |
| 2025-12-04 | 134.2953 |
| 2025-12-12 | 133.9733 |
| 2025-12-19 | 133.9806 |
| 2025-12-26 | 134.5739 |
| 2026-01-02 | 134.5368 |
| 2026-01-09 | 135.2340 |
| 2026-01-16 | 135.2997 |
| 2026-01-23 | 134.8959 |
| 2026-01-30 | 135.5714 |
| 2026-02-06 | 134.8945 |
| 2026-02-13 | 134.7279 |
| 2026-02-20 | 134.1970 |
| 2026-02-27 | 134.2285 |
| 2026-03-06 | 135.0951 |
| 2026-03-13 | 136.1668 |
| 2026-03-20 | 136.2248 |
| 2026-03-27 | 135.7946 |
| 2026-04-03 | 134.5996 |
| 2026-04-10 | 134.9214 |
| 2026-04-17 | 135.2255 |
| 2026-04-24 | 135.7683 |
| 2026-05-01 | 135.0028 |
| 2026-05-08 | 136.1004 |
| 2026-05-16 | 134.5640 |
| 2026-05-24 | 136.0064 |
| 2026-05-31 | 135.5652 |
| 2026-06-09 | 135.8017 |
| 2026-06-16 | 135.7537 |
| 2026-06-23 | 136.0632 |
| 2026-06-30 | 136.2747 |
| 2026-07-07 | 137.3933 |
| 2026-07-14 | 137.6084 |
| 2026-07-21 | 138.1618 |
| 2026-07-28 | 137.2415 |
| 2026-08-04 | 136.9187 |
| 2026-08-11 | 137.3387 |
| 2026-08-18 | 137.3150 |
| 2026-08-26 | 137.1771 |
| 2026-09-02 | 136.7907 |
| 2026-09-09 | 136.6626 |
| 2026-09-16 | 137.0692 |
| 2026-09-23 | 136.7796 |
High
138.1618
Low
132.6927
Average
135.4268
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.