PGK to YER exchange rate API
Kina to Yemeni Rial · quoted 2026-09-26
54.1051
▼ +4.95% over 1Y
1 PGK = 54.1051 YER · 1 YER = 0.01848 PGK · Get this rate via the API
1 PGK buys 54.1051 YER as of 2026-09-26, so 1 YER buys 0.01848 PGK. Over the last year, PGK/YER traded between 52.6205 and 57.3226, averaged 55.1388 and fell 4.95%. The API holds daily PGK/YER rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/YER over 1Y: show the values
| Point | PGK/YER |
|---|---|
| 2025-09-26 | 56.9209 |
| 2025-10-03 | 57.0771 |
| 2025-10-10 | 57.2030 |
| 2025-10-17 | 56.9603 |
| 2025-10-24 | 57.3226 |
| 2025-10-31 | 56.6139 |
| 2025-11-07 | 56.2627 |
| 2025-11-14 | 56.5614 |
| 2025-11-21 | 56.3320 |
| 2025-11-28 | 56.1604 |
| 2025-12-05 | 56.1112 |
| 2025-12-13 | 56.0917 |
| 2025-12-20 | 55.7505 |
| 2025-12-27 | 55.2023 |
| 2026-01-03 | 55.9720 |
| 2026-01-10 | 55.9247 |
| 2026-01-17 | 56.4246 |
| 2026-01-24 | 55.8413 |
| 2026-01-31 | 56.1156 |
| 2026-02-07 | 55.8606 |
| 2026-02-14 | 55.5336 |
| 2026-02-21 | 55.2285 |
| 2026-02-28 | 55.6913 |
| 2026-03-07 | 55.4353 |
| 2026-03-14 | 55.4874 |
| 2026-03-21 | 55.4310 |
| 2026-03-28 | 55.3728 |
| 2026-04-04 | 55.2958 |
| 2026-04-11 | 55.0041 |
| 2026-04-18 | 55.2190 |
| 2026-04-25 | 55.0704 |
| 2026-05-02 | 54.9936 |
| 2026-05-09 | 54.8516 |
| 2026-05-17 | 54.7543 |
| 2026-05-25 | 54.6288 |
| 2026-06-01 | 54.6152 |
| 2026-06-10 | 54.3725 |
| 2026-06-17 | 54.6102 |
| 2026-06-24 | 54.4668 |
| 2026-07-01 | 54.2094 |
| 2026-07-08 | 53.9714 |
| 2026-07-15 | 53.8755 |
| 2026-07-22 | 53.8543 |
| 2026-07-29 | 53.6770 |
| 2026-08-05 | 54.0584 |
| 2026-08-12 | 53.2821 |
| 2026-08-20 | 52.8057 |
| 2026-08-27 | 53.6925 |
| 2026-09-03 | 53.1800 |
| 2026-09-10 | 52.6205 |
| 2026-09-17 | 52.9525 |
| 2026-09-24 | 53.3018 |
High
57.3226
Low
52.6205
Average
55.1388
Get this rate via the API
One GET request returns the PGK/YER 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=YER"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=YER");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=YER").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/YER API questions
How do I get the PGK/YER exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=YER, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/YER rate in rates.YER.
How far back does PGK/YER historical data go?
Daily PGK/YER 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/YER 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.