Skip to content

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

FKP/RSD over 5Y: show the values
PointFKP/RSD
2024-08-24138.2475
2024-10-07140.0000
2024-11-06140.0067
2024-12-06141.0393
2025-01-05141.5181
2025-02-04140.9440
2025-03-06139.7969
2025-04-06137.8792
2025-05-06137.7434
2025-06-07139.1387
2025-07-07135.6865
2025-08-06134.7121
2025-09-05135.0989
2025-10-06134.4179
2025-11-05132.8187
2025-12-05134.3132
2026-01-05134.7249
2026-02-04136.0726
2026-03-06135.0951
2026-04-05134.4734
2026-05-05136.4059
2026-06-06135.7202
2026-07-08137.3175
2026-08-07137.0150
2026-09-07136.4925

High

141.5181

Low

132.8187

Average

137.0447

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.