PGK to RUB exchange rate API
Kina to Russian Ruble · quoted 2026-09-24
19.1224
▲ +2.53% over YTD
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 year to date, PGK/RUB traded between 16.2610 and 19.3825, averaged 18.0027 and rose 2.53%. 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 YTD: show the values
| Point | PGK/RUB |
|---|---|
| 2025-12-31 | 18.6501 |
| 2026-01-07 | 18.8672 |
| 2026-01-14 | 18.4577 |
| 2026-01-21 | 18.2789 |
| 2026-01-28 | 17.8729 |
| 2026-02-04 | 18.0151 |
| 2026-02-11 | 18.0056 |
| 2026-02-18 | 17.7798 |
| 2026-02-25 | 17.8354 |
| 2026-03-04 | 18.0522 |
| 2026-03-11 | 18.3655 |
| 2026-03-18 | 19.1208 |
| 2026-03-25 | 18.6831 |
| 2026-04-01 | 18.8195 |
| 2026-04-08 | 18.1323 |
| 2026-04-15 | 17.3808 |
| 2026-04-22 | 17.2672 |
| 2026-04-29 | 17.3391 |
| 2026-05-06 | 17.3685 |
| 2026-05-14 | 17.0111 |
| 2026-05-21 | 16.3674 |
| 2026-05-29 | 16.2610 |
| 2026-06-05 | 16.7511 |
| 2026-06-14 | 16.6817 |
| 2026-06-21 | 16.6971 |
| 2026-06-28 | 17.9839 |
| 2026-07-05 | 17.4550 |
| 2026-07-12 | 17.4281 |
| 2026-07-19 | 17.7847 |
| 2026-07-26 | 17.7232 |
| 2026-08-02 | 17.9489 |
| 2026-08-09 | 18.4428 |
| 2026-08-16 | 19.1527 |
| 2026-08-24 | 18.6527 |
| 2026-08-31 | 19.0799 |
| 2026-09-07 | 19.3825 |
| 2026-09-14 | 18.9282 |
| 2026-09-21 | 18.9588 |
High
19.3825
Low
16.2610
Average
18.0027
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.