Skip to content

PGK to TRY exchange rate API

Kina to Turkish Lira · quoted 2026-09-24

11.0117

▲ +9.24% over YTD

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 year to date, PGK/TRY traded between 10.0799 and 11.0117, averaged 10.4806 and rose 9.24%. 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 YTD

PGK/TRY over YTD: show the values
PointPGK/TRY
2025-12-3110.0799
2026-01-0710.0880
2026-01-1410.1253
2026-01-2110.1402
2026-01-2810.1567
2026-02-0410.1799
2026-02-1110.1683
2026-02-1810.1894
2026-02-2510.2130
2026-03-0410.2251
2026-03-1110.2457
2026-03-1810.2647
2026-03-2510.2923
2026-04-0110.2929
2026-04-0810.2826
2026-04-1510.3099
2026-04-2210.3257
2026-04-2910.3749
2026-05-0610.4040
2026-05-1310.4065
2026-05-2010.4429
2026-05-2710.5439
2026-06-0310.5415
2026-06-1010.5124
2026-06-1710.6002
2026-06-2410.6103
2026-07-0110.6040
2026-07-0810.6714
2026-07-1510.6857
2026-07-2210.6908
2026-07-2910.6813
2026-08-0510.7881
2026-08-1210.7282
2026-08-1910.7882
2026-08-2610.8604
2026-09-0210.9190
2026-09-0910.9324
2026-09-1610.8936
2026-09-2310.9531

High

11.0117

Low

10.0799

Average

10.4806

For developers

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