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: show the values
| Point | PGK/RSD |
|---|---|
| 2025-09-25 | 24.0864 |
| 2025-10-02 | 23.8743 |
| 2025-10-09 | 24.2032 |
| 2025-10-16 | 23.9378 |
| 2025-10-23 | 24.3597 |
| 2025-10-30 | 24.0736 |
| 2025-11-06 | 24.1022 |
| 2025-11-13 | 23.9456 |
| 2025-11-20 | 24.0437 |
| 2025-11-27 | 23.7515 |
| 2025-12-04 | 23.5181 |
| 2025-12-12 | 23.5600 |
| 2025-12-19 | 23.4916 |
| 2025-12-26 | 23.0603 |
| 2026-01-02 | 23.2597 |
| 2026-01-09 | 23.6104 |
| 2026-01-16 | 23.6760 |
| 2026-01-23 | 23.4138 |
| 2026-01-30 | 23.0305 |
| 2026-02-06 | 23.2075 |
| 2026-02-13 | 23.0620 |
| 2026-02-20 | 23.2354 |
| 2026-02-27 | 23.1409 |
| 2026-03-06 | 23.5012 |
| 2026-03-13 | 23.5579 |
| 2026-03-20 | 23.6409 |
| 2026-03-27 | 23.6411 |
| 2026-04-03 | 23.5826 |
| 2026-04-10 | 23.2346 |
| 2026-04-17 | 22.9773 |
| 2026-04-24 | 23.2589 |
| 2026-05-01 | 22.9873 |
| 2026-05-08 | 23.0167 |
| 2026-05-16 | 23.1074 |
| 2026-05-24 | 23.2719 |
| 2026-05-31 | 23.1147 |
| 2026-06-09 | 23.2043 |
| 2026-06-16 | 23.2000 |
| 2026-06-23 | 23.4724 |
| 2026-06-30 | 23.3928 |
| 2026-07-07 | 23.3687 |
| 2026-07-14 | 23.3972 |
| 2026-07-21 | 23.3009 |
| 2026-07-28 | 23.3560 |
| 2026-08-04 | 23.1591 |
| 2026-08-11 | 22.9141 |
| 2026-08-18 | 22.9149 |
| 2026-08-26 | 22.6907 |
| 2026-09-02 | 22.9062 |
| 2026-09-09 | 22.7509 |
| 2026-09-16 | 22.7640 |
| 2026-09-23 | 23.0358 |
High
24.3597
Low
22.6907
Average
23.3866
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=RSD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=RSD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.