FKP to RSD exchange rate API
Falkland Islands Pound to Serbian Dinar · quoted 2026-09-25
136.4840
▼ +1.28% over 5Y
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 5 years, FKP/RSD traded between 132.8187 and 141.5181, averaged 137.0447 and fell 1.28%. 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 5Y: show the values
| Point | FKP/RSD |
|---|---|
| 2024-08-24 | 138.2475 |
| 2024-10-07 | 140.0000 |
| 2024-11-06 | 140.0067 |
| 2024-12-06 | 141.0393 |
| 2025-01-05 | 141.5181 |
| 2025-02-04 | 140.9440 |
| 2025-03-06 | 139.7969 |
| 2025-04-06 | 137.8792 |
| 2025-05-06 | 137.7434 |
| 2025-06-07 | 139.1387 |
| 2025-07-07 | 135.6865 |
| 2025-08-06 | 134.7121 |
| 2025-09-05 | 135.0989 |
| 2025-10-06 | 134.4179 |
| 2025-11-05 | 132.8187 |
| 2025-12-05 | 134.3132 |
| 2026-01-05 | 134.7249 |
| 2026-02-04 | 136.0726 |
| 2026-03-06 | 135.0951 |
| 2026-04-05 | 134.4734 |
| 2026-05-05 | 136.4059 |
| 2026-06-06 | 135.7202 |
| 2026-07-08 | 137.3175 |
| 2026-08-07 | 137.0150 |
| 2026-09-07 | 136.4925 |
High
141.5181
Low
132.8187
Average
137.0447
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.