Skip to content

TND to PGK exchange rate API

Tunisian Dinar to Kina · quoted 2026-09-25

1.5117

▲ +6.05% over 1Y

1 TND = 1.5117 PGK · 1 PGK = 0.66150 TND · Get this rate via the API

1 TND buys 1.5117 PGK as of 2026-09-25, so 1 PGK buys 0.66150 TND. Over the last year, TND/PGK traded between 1.4120 and 1.5319, averaged 1.4828 and rose 6.05%. The API holds daily TND/PGK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/PGK over 1Y

TND/PGK over 1Y: show the values
PointTND/PGK
2025-09-251.4255
2025-10-021.4413
2025-10-091.4204
2025-10-161.4345
2025-10-231.4120
2025-10-301.4316
2025-11-061.4287
2025-11-131.4331
2025-11-201.4301
2025-11-271.4453
2025-12-041.4630
2025-12-121.4547
2025-12-191.4628
2025-12-261.4953
2026-01-021.4870
2026-01-091.4705
2026-01-161.4746
2026-01-231.4855
2026-01-301.5068
2026-02-061.4975
2026-02-131.5053
2026-02-201.4959
2026-02-271.5011
2026-03-061.4804
2026-03-131.4759
2026-03-201.4738
2026-03-271.4707
2026-04-031.4717
2026-04-101.4983
2026-04-171.5031
2026-04-241.4996
2026-05-011.5106
2026-05-081.4944
2026-05-161.5033
2026-05-241.4928
2026-05-311.5006
2026-06-091.4997
2026-06-161.4972
2026-06-231.4878
2026-06-301.4927
2026-07-071.4894
2026-07-141.4911
2026-07-211.4978
2026-07-281.4903
2026-08-041.5046
2026-08-111.5163
2026-08-181.5166
2026-08-261.5278
2026-09-021.5151
2026-09-091.5296
2026-09-161.5319
2026-09-231.5112

High

1.5319

Low

1.4120

Average

1.4828

For developers

Get this rate via the API

One GET request returns the TND/PGK 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=TND&currencies=PGK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=PGK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=PGK").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/PGK API questions

How do I get the TND/PGK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=PGK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/PGK rate in rates.PGK.

How far back does TND/PGK historical data go?

Daily TND/PGK 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 TND/PGK 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.