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: show the values
| Point | TND/PGK |
|---|---|
| 2025-09-25 | 1.4255 |
| 2025-10-02 | 1.4413 |
| 2025-10-09 | 1.4204 |
| 2025-10-16 | 1.4345 |
| 2025-10-23 | 1.4120 |
| 2025-10-30 | 1.4316 |
| 2025-11-06 | 1.4287 |
| 2025-11-13 | 1.4331 |
| 2025-11-20 | 1.4301 |
| 2025-11-27 | 1.4453 |
| 2025-12-04 | 1.4630 |
| 2025-12-12 | 1.4547 |
| 2025-12-19 | 1.4628 |
| 2025-12-26 | 1.4953 |
| 2026-01-02 | 1.4870 |
| 2026-01-09 | 1.4705 |
| 2026-01-16 | 1.4746 |
| 2026-01-23 | 1.4855 |
| 2026-01-30 | 1.5068 |
| 2026-02-06 | 1.4975 |
| 2026-02-13 | 1.5053 |
| 2026-02-20 | 1.4959 |
| 2026-02-27 | 1.5011 |
| 2026-03-06 | 1.4804 |
| 2026-03-13 | 1.4759 |
| 2026-03-20 | 1.4738 |
| 2026-03-27 | 1.4707 |
| 2026-04-03 | 1.4717 |
| 2026-04-10 | 1.4983 |
| 2026-04-17 | 1.5031 |
| 2026-04-24 | 1.4996 |
| 2026-05-01 | 1.5106 |
| 2026-05-08 | 1.4944 |
| 2026-05-16 | 1.5033 |
| 2026-05-24 | 1.4928 |
| 2026-05-31 | 1.5006 |
| 2026-06-09 | 1.4997 |
| 2026-06-16 | 1.4972 |
| 2026-06-23 | 1.4878 |
| 2026-06-30 | 1.4927 |
| 2026-07-07 | 1.4894 |
| 2026-07-14 | 1.4911 |
| 2026-07-21 | 1.4978 |
| 2026-07-28 | 1.4903 |
| 2026-08-04 | 1.5046 |
| 2026-08-11 | 1.5163 |
| 2026-08-18 | 1.5166 |
| 2026-08-26 | 1.5278 |
| 2026-09-02 | 1.5151 |
| 2026-09-09 | 1.5296 |
| 2026-09-16 | 1.5319 |
| 2026-09-23 | 1.5112 |
High
1.5319
Low
1.4120
Average
1.4828
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=PGK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=PGK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.