Skip to content

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

PGK/YER over 1Y: show the values
PointPGK/YER
2025-09-2656.9209
2025-10-0357.0771
2025-10-1057.2030
2025-10-1756.9603
2025-10-2457.3226
2025-10-3156.6139
2025-11-0756.2627
2025-11-1456.5614
2025-11-2156.3320
2025-11-2856.1604
2025-12-0556.1112
2025-12-1356.0917
2025-12-2055.7505
2025-12-2755.2023
2026-01-0355.9720
2026-01-1055.9247
2026-01-1756.4246
2026-01-2455.8413
2026-01-3156.1156
2026-02-0755.8606
2026-02-1455.5336
2026-02-2155.2285
2026-02-2855.6913
2026-03-0755.4353
2026-03-1455.4874
2026-03-2155.4310
2026-03-2855.3728
2026-04-0455.2958
2026-04-1155.0041
2026-04-1855.2190
2026-04-2555.0704
2026-05-0254.9936
2026-05-0954.8516
2026-05-1754.7543
2026-05-2554.6288
2026-06-0154.6152
2026-06-1054.3725
2026-06-1754.6102
2026-06-2454.4668
2026-07-0154.2094
2026-07-0853.9714
2026-07-1553.8755
2026-07-2253.8543
2026-07-2953.6770
2026-08-0554.0584
2026-08-1253.2821
2026-08-2052.8057
2026-08-2753.6925
2026-09-0353.1800
2026-09-1052.6205
2026-09-1752.9525
2026-09-2453.3018

High

57.3226

Low

52.6205

Average

55.1388

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=YER"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=YER");
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=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&currencies=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.