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: show the values
| Point | PGK/RUB |
|---|---|
| 2025-09-24 | 20.1704 |
| 2025-10-01 | 19.9083 |
| 2025-10-08 | 19.7594 |
| 2025-10-15 | 18.9534 |
| 2025-10-22 | 19.5563 |
| 2025-10-29 | 18.9014 |
| 2025-11-05 | 19.2632 |
| 2025-11-12 | 19.1503 |
| 2025-11-19 | 19.1769 |
| 2025-11-26 | 18.5886 |
| 2025-12-03 | 18.0358 |
| 2025-12-11 | 18.5074 |
| 2025-12-18 | 18.9110 |
| 2025-12-25 | 18.2304 |
| 2026-01-01 | 18.5311 |
| 2026-01-08 | 18.8605 |
| 2026-01-15 | 18.3857 |
| 2026-01-22 | 18.0170 |
| 2026-01-29 | 17.8937 |
| 2026-02-05 | 17.9380 |
| 2026-02-12 | 17.9774 |
| 2026-02-19 | 17.8759 |
| 2026-02-26 | 17.8593 |
| 2026-03-05 | 18.1042 |
| 2026-03-12 | 18.3743 |
| 2026-03-19 | 19.4464 |
| 2026-03-26 | 18.7978 |
| 2026-04-02 | 18.6232 |
| 2026-04-09 | 18.1811 |
| 2026-04-16 | 17.3956 |
| 2026-04-23 | 17.2787 |
| 2026-04-30 | 17.2109 |
| 2026-05-07 | 17.1856 |
| 2026-05-15 | 16.8418 |
| 2026-05-23 | 16.4762 |
| 2026-05-30 | 16.3360 |
| 2026-06-06 | 16.8697 |
| 2026-06-15 | 16.5161 |
| 2026-06-22 | 16.6912 |
| 2026-06-29 | 17.6820 |
| 2026-07-06 | 17.4677 |
| 2026-07-13 | 17.3899 |
| 2026-07-20 | 17.7172 |
| 2026-07-27 | 17.6171 |
| 2026-08-03 | 17.8828 |
| 2026-08-10 | 18.5088 |
| 2026-08-17 | 18.7721 |
| 2026-08-25 | 18.8441 |
| 2026-09-01 | 19.5066 |
| 2026-09-08 | 19.3772 |
| 2026-09-15 | 18.9151 |
| 2026-09-22 | 18.9522 |
High
20.1704
Low
16.3360
Average
18.2743
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.