Skip to content

TTD to PKR exchange rate API

Trinidad and Tobago Dollar to Pakistan Rupee · quoted 2026-09-26

40.8771

▼ +0.41% over 1Y

1 TTD = 40.8771 PKR · 1 PKR = 0.02446 TTD · Get this rate via the API

1 TTD buys 40.8771 PKR as of 2026-09-26, so 1 PKR buys 0.02446 TTD. Over the last year, TTD/PKR traded between 40.8771 and 41.8857, averaged 41.3562 and fell 0.41%. The API holds daily TTD/PKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/PKR over 1Y

TTD/PKR over 1Y: show the values
PointTTD/PKR
2025-09-2641.0450
2025-10-0341.1128
2025-10-1041.6486
2025-10-1741.6233
2025-10-2441.7207
2025-10-3141.8649
2025-11-0741.6952
2025-11-1441.6715
2025-11-2141.6149
2025-11-2841.8857
2025-12-0541.5258
2025-12-1341.3506
2025-12-2041.2464
2025-12-2741.2247
2026-01-0341.2035
2026-01-1041.2273
2026-01-1741.2687
2026-01-2441.1864
2026-01-3141.3237
2026-02-0741.2899
2026-02-1441.2501
2026-02-2141.2442
2026-02-2841.4008
2026-03-0741.2639
2026-03-1441.3864
2026-03-2141.1578
2026-03-2841.0884
2026-04-0441.1409
2026-04-1141.1182
2026-04-1841.0602
2026-04-2541.0490
2026-05-0241.0604
2026-05-0941.1195
2026-05-1741.3842
2026-05-2541.4850
2026-06-0141.4028
2026-06-1041.4639
2026-06-1741.3749
2026-06-2441.4305
2026-07-0141.4416
2026-07-0841.3748
2026-07-1541.4889
2026-07-2241.4689
2026-07-2941.3945
2026-08-0541.4374
2026-08-1241.4851
2026-08-2041.5662
2026-08-2741.3285
2026-09-0341.4923
2026-09-1041.3571
2026-09-1741.2897
2026-09-2441.2646

High

41.8857

Low

40.8771

Average

41.3562

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/PKR API questions

How do I get the TTD/PKR exchange rate from an API?

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

How far back does TTD/PKR historical data go?

Daily TTD/PKR 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 TTD/PKR 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.