Skip to content

PAB to TRY exchange rate API

Balboa to Turkish Lira · quoted 2026-09-27

48.8948

▲ +18.17% over 1Y

1 PAB = 48.8948 TRY · 1 TRY = 0.02045 PAB · Get this rate via the API

1 PAB buys 48.8948 TRY as of 2026-09-27, so 1 TRY buys 0.02045 PAB. Over the last year, PAB/TRY traded between 41.3758 and 48.9323, averaged 44.8310 and rose 18.17%. The API holds daily PAB/TRY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/TRY over 1Y

PAB/TRY over 1Y: show the values
PointPAB/TRY
2025-09-2741.3758
2025-10-0441.7065
2025-10-1141.8170
2025-10-1841.8955
2025-10-2541.9437
2025-11-0142.0450
2025-11-0842.2099
2025-11-1542.1860
2025-11-2242.4346
2025-11-2942.4743
2025-12-0642.5278
2025-12-1442.6991
2025-12-2142.7737
2025-12-2842.8936
2026-01-0443.0387
2026-01-1143.0978
2026-01-1843.2660
2026-01-2543.3664
2026-02-0143.4431
2026-02-0843.5581
2026-02-1543.6602
2026-02-2243.8391
2026-03-0143.9464
2026-03-0844.0782
2026-03-1544.1878
2026-03-2244.3092
2026-03-2944.4478
2026-04-0544.6068
2026-04-1244.7435
2026-04-1944.7760
2026-04-2645.0922
2026-05-0345.1516
2026-05-1045.4695
2026-05-1845.4919
2026-05-2645.9060
2026-06-0245.9267
2026-06-1146.1546
2026-06-1846.4455
2026-06-2546.5147
2026-07-0246.6809
2026-07-0946.8220
2026-07-1647.0548
2026-07-2347.2352
2026-07-3047.4126
2026-08-0647.5950
2026-08-1347.7748
2026-08-2148.0655
2026-08-2848.2451
2026-09-0448.4422
2026-09-1148.5964
2026-09-1848.7934
2026-09-2548.9323

High

48.9323

Low

41.3758

Average

44.8310

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/TRY API questions

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

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

How far back does PAB/TRY historical data go?

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