Skip to content

PGK to RUB exchange rate API

Kina to Russian Ruble · quoted 2026-09-24

19.1224

▼ +5.20% over 1Y

1 PGK = 19.1224 RUB · 1 RUB = 0.05229 PGK · Get this rate via the API

1 PGK buys 19.1224 RUB as of 2026-09-24, so 1 RUB buys 0.05229 PGK. Over the last year, PGK/RUB traded between 16.3360 and 20.1704, averaged 18.2743 and fell 5.20%. The API holds daily PGK/RUB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/RUB over 1Y

PGK/RUB over 1Y: show the values
PointPGK/RUB
2025-09-2420.1704
2025-10-0119.9083
2025-10-0819.7594
2025-10-1518.9534
2025-10-2219.5563
2025-10-2918.9014
2025-11-0519.2632
2025-11-1219.1503
2025-11-1919.1769
2025-11-2618.5886
2025-12-0318.0358
2025-12-1118.5074
2025-12-1818.9110
2025-12-2518.2304
2026-01-0118.5311
2026-01-0818.8605
2026-01-1518.3857
2026-01-2218.0170
2026-01-2917.8937
2026-02-0517.9380
2026-02-1217.9774
2026-02-1917.8759
2026-02-2617.8593
2026-03-0518.1042
2026-03-1218.3743
2026-03-1919.4464
2026-03-2618.7978
2026-04-0218.6232
2026-04-0918.1811
2026-04-1617.3956
2026-04-2317.2787
2026-04-3017.2109
2026-05-0717.1856
2026-05-1516.8418
2026-05-2316.4762
2026-05-3016.3360
2026-06-0616.8697
2026-06-1516.5161
2026-06-2216.6912
2026-06-2917.6820
2026-07-0617.4677
2026-07-1317.3899
2026-07-2017.7172
2026-07-2717.6171
2026-08-0317.8828
2026-08-1018.5088
2026-08-1718.7721
2026-08-2518.8441
2026-09-0119.5066
2026-09-0819.3772
2026-09-1518.9151
2026-09-2218.9522

High

20.1704

Low

16.3360

Average

18.2743

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/RUB API questions

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

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

How far back does PGK/RUB historical data go?

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