PGK to TRY exchange rate API
Kina to Turkish Lira · quoted 2026-09-24
11.0117
▲ +24.62% over 5Y
1 PGK = 11.0117 TRY · 1 TRY = 0.09081 PGK · Get this rate via the API
1 PGK buys 11.0117 TRY as of 2026-09-24, so 1 TRY buys 0.09081 PGK. Over the last 5 years, PGK/TRY traded between 8.6520 and 11.0117, averaged 9.8942 and rose 24.62%. The API holds daily PGK/TRY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/TRY over 5Y: show the values
| Point | PGK/TRY |
|---|---|
| 2024-08-24 | 8.8365 |
| 2024-10-01 | 8.9441 |
| 2024-10-31 | 8.8488 |
| 2024-11-30 | 8.6520 |
| 2024-12-30 | 8.9454 |
| 2025-01-29 | 9.2034 |
| 2025-02-28 | 9.2525 |
| 2025-03-30 | 9.6358 |
| 2025-04-29 | 9.6931 |
| 2025-05-29 | 9.7951 |
| 2025-06-28 | 9.8430 |
| 2025-07-28 | 10.0002 |
| 2025-08-27 | 10.0503 |
| 2025-09-26 | 9.8879 |
| 2025-10-26 | 9.9749 |
| 2025-11-25 | 10.0199 |
| 2025-12-25 | 9.9192 |
| 2026-01-24 | 10.1637 |
| 2026-02-23 | 10.1935 |
| 2026-03-25 | 10.2923 |
| 2026-04-24 | 10.4155 |
| 2026-05-24 | 10.5051 |
| 2026-06-23 | 10.6233 |
| 2026-07-23 | 10.6073 |
| 2026-08-22 | 10.8374 |
| 2026-09-21 | 10.9924 |
High
11.0117
Low
8.6520
Average
9.8942
Get this rate via the API
One GET request returns the PGK/TRY 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=TRY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=TRY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=TRY").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/TRY API questions
How do I get the PGK/TRY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=TRY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/TRY rate in rates.TRY.
How far back does PGK/TRY historical data go?
Daily PGK/TRY 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/TRY 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.