Skip to content

TND to FKP exchange rate API

Tunisian Dinar to Falkland Islands Pound · quoted 2026-09-24

0.25569

▲ +0.07% over 1Y

1 TND = 0.25569 FKP · 1 FKP = 3.9110 TND · Get this rate via the API

1 TND buys 0.25569 FKP as of 2026-09-24, so 1 FKP buys 3.9110 TND. Over the last year, TND/FKP traded between 0.25183 and 0.26016, averaged 0.25587 and rose 0.07%. The API holds daily TND/FKP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/FKP over 1Y

TND/FKP over 1Y: show the values
PointTND/FKP
2025-09-240.25550
2025-10-010.25618
2025-10-080.25504
2025-10-150.25570
2025-10-220.25473
2025-10-290.25836
2025-11-050.26016
2025-11-120.25883
2025-11-190.25830
2025-11-260.25711
2025-12-030.25692
2025-12-110.25563
2025-12-180.25693
2025-12-250.25578
2026-01-010.25659
2026-01-080.25663
2026-01-150.25748
2026-01-220.25819
2026-01-290.25563
2026-02-050.25633
2026-02-120.25395
2026-02-190.25888
2026-02-260.25772
2026-03-050.25802
2026-03-120.25535
2026-03-190.25671
2026-03-260.25665
2026-04-020.25775
2026-04-090.25729
2026-04-160.25458
2026-04-230.25381
2026-04-300.25590
2026-05-070.25644
2026-05-150.25612
2026-05-230.25490
2026-05-300.25586
2026-06-060.25588
2026-06-150.25663
2026-06-220.25929
2026-06-290.25870
2026-07-060.25424
2026-07-130.25291
2026-07-200.25183
2026-07-270.25261
2026-08-030.25309
2026-08-100.25390
2026-08-170.25254
2026-08-250.25273
2026-09-010.25369
2026-09-080.25461
2026-09-150.25297
2026-09-220.25375

High

0.26016

Low

0.25183

Average

0.25587

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/FKP API questions

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

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

How far back does TND/FKP historical data go?

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