Skip to content

TMT to PAB exchange rate API

Turkmenistan New Manat to Balboa · quoted 2026-09-25

0.28491

▼ +0.32% over YTD

1 TMT = 0.28491 PAB · 1 PAB = 3.5099 TMT · Get this rate via the API

1 TMT buys 0.28491 PAB as of 2026-09-25, so 1 PAB buys 3.5099 TMT. Over the year to date, TMT/PAB traded between 0.28472 and 0.28669, averaged 0.28547 and fell 0.32%. The API holds daily TMT/PAB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TMT/PAB over YTD

TMT/PAB over YTD: show the values
PointTMT/PAB
2025-12-310.28581
2026-01-070.28603
2026-01-140.28571
2026-01-210.28502
2026-01-280.28587
2026-02-040.28517
2026-02-110.28569
2026-02-180.28507
2026-02-250.28494
2026-03-040.28582
2026-03-110.28492
2026-03-180.28575
2026-03-250.28645
2026-04-010.28584
2026-04-080.28492
2026-04-150.28546
2026-04-220.28527
2026-04-290.28524
2026-05-060.28472
2026-05-140.28504
2026-05-210.28491
2026-05-290.28505
2026-06-050.28490
2026-06-140.28567
2026-06-210.28571
2026-06-280.28571
2026-07-050.28621
2026-07-120.28605
2026-07-190.28525
2026-07-260.28571
2026-08-020.28669
2026-08-090.28604
2026-08-160.28522
2026-08-240.28602
2026-08-310.28491
2026-09-070.28572
2026-09-140.28490
2026-09-210.28491

High

0.28669

Low

0.28472

Average

0.28547

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

TMT/PAB API questions

How do I get the TMT/PAB exchange rate from an API?

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

How far back does TMT/PAB historical data go?

Daily TMT/PAB 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 TMT/PAB 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.