Skip to content

PGK to RSD exchange rate API

Kina to Serbian Dinar · quoted 2026-09-25

23.1265

▼ +3.99% over 1Y

1 PGK = 23.1265 RSD · 1 RSD = 0.04324 PGK · Get this rate via the API

1 PGK buys 23.1265 RSD as of 2026-09-25, so 1 RSD buys 0.04324 PGK. Over the last year, PGK/RSD traded between 22.6907 and 24.3597, averaged 23.3866 and fell 3.99%. The API holds daily PGK/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/RSD over 1Y

PGK/RSD over 1Y: show the values
PointPGK/RSD
2025-09-2524.0864
2025-10-0223.8743
2025-10-0924.2032
2025-10-1623.9378
2025-10-2324.3597
2025-10-3024.0736
2025-11-0624.1022
2025-11-1323.9456
2025-11-2024.0437
2025-11-2723.7515
2025-12-0423.5181
2025-12-1223.5600
2025-12-1923.4916
2025-12-2623.0603
2026-01-0223.2597
2026-01-0923.6104
2026-01-1623.6760
2026-01-2323.4138
2026-01-3023.0305
2026-02-0623.2075
2026-02-1323.0620
2026-02-2023.2354
2026-02-2723.1409
2026-03-0623.5012
2026-03-1323.5579
2026-03-2023.6409
2026-03-2723.6411
2026-04-0323.5826
2026-04-1023.2346
2026-04-1722.9773
2026-04-2423.2589
2026-05-0122.9873
2026-05-0823.0167
2026-05-1623.1074
2026-05-2423.2719
2026-05-3123.1147
2026-06-0923.2043
2026-06-1623.2000
2026-06-2323.4724
2026-06-3023.3928
2026-07-0723.3687
2026-07-1423.3972
2026-07-2123.3009
2026-07-2823.3560
2026-08-0423.1591
2026-08-1122.9141
2026-08-1822.9149
2026-08-2622.6907
2026-09-0222.9062
2026-09-0922.7509
2026-09-1622.7640
2026-09-2323.0358

High

24.3597

Low

22.6907

Average

23.3866

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/RSD API questions

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

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

How far back does PGK/RSD historical data go?

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