Skip to content

PAB to LYD exchange rate API

Balboa to Libyan Dinar · quoted 2026-09-25

6.3948

▲ +18.99% over 1Y

1 PAB = 6.3948 LYD · 1 LYD = 0.15638 PAB · Get this rate via the API

1 PAB buys 6.3948 LYD as of 2026-09-25, so 1 LYD buys 0.15638 PAB. Over the last year, PAB/LYD traded between 5.3744 and 6.4304, averaged 6.0631 and rose 18.99%. The API holds daily PAB/LYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/LYD over 1Y

PAB/LYD over 1Y: show the values
PointPAB/LYD
2025-09-255.3744
2025-10-025.4195
2025-10-095.4309
2025-10-165.4402
2025-10-235.4285
2025-10-305.4398
2025-11-065.4614
2025-11-135.4630
2025-11-205.4400
2025-11-275.4599
2025-12-045.4494
2025-12-125.4244
2025-12-195.4187
2025-12-265.4122
2026-01-025.4188
2026-01-095.4287
2026-01-165.4384
2026-01-236.2794
2026-01-306.2905
2026-02-066.3392
2026-02-136.3162
2026-02-206.3364
2026-02-276.3245
2026-03-066.3720
2026-03-136.4040
2026-03-206.3607
2026-03-276.3770
2026-04-036.3811
2026-04-106.3631
2026-04-176.3200
2026-04-246.3494
2026-05-016.3537
2026-05-086.3253
2026-05-166.3202
2026-05-246.3613
2026-05-316.3491
2026-06-096.3657
2026-06-166.3799
2026-06-236.4274
2026-06-306.4175
2026-07-076.4055
2026-07-146.4304
2026-07-216.4148
2026-07-286.4000
2026-08-046.3828
2026-08-116.3779
2026-08-186.3571
2026-08-266.3258
2026-09-026.3500
2026-09-096.3210
2026-09-166.3397
2026-09-236.3854

High

6.4304

Low

5.3744

Average

6.0631

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/LYD API questions

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

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

How far back does PAB/LYD historical data go?

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