PAB to BGN exchange rate API
Balboa to Bulgarian Lev · quoted 2026-09-25
1.7202
▲ +3.25% over 1Y
1 PAB = 1.7202 BGN · 1 BGN = 0.58132 PAB · Get this rate via the API
1 PAB buys 1.7202 BGN as of 2026-09-25, so 1 BGN buys 0.58132 PAB. Over the last year, PAB/BGN traded between 1.6426 and 1.7202, averaged 1.6833 and rose 3.25%. The API holds daily PAB/BGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/BGN over 1Y: show the values
| Point | PAB/BGN |
|---|---|
| 2025-09-25 | 1.6661 |
| 2025-10-02 | 1.6639 |
| 2025-10-09 | 1.6844 |
| 2025-10-16 | 1.6789 |
| 2025-10-23 | 1.6871 |
| 2025-10-30 | 1.6933 |
| 2025-11-06 | 1.6958 |
| 2025-11-13 | 1.6833 |
| 2025-11-20 | 1.6986 |
| 2025-11-27 | 1.6881 |
| 2025-12-04 | 1.6765 |
| 2025-12-12 | 1.6672 |
| 2025-12-19 | 1.6699 |
| 2025-12-26 | 1.6593 |
| 2026-01-02 | 1.6626 |
| 2026-01-09 | 1.6789 |
| 2026-01-16 | 1.6848 |
| 2026-01-23 | 1.6649 |
| 2026-01-30 | 1.6426 |
| 2026-02-06 | 1.6588 |
| 2026-02-13 | 1.6477 |
| 2026-02-20 | 1.6637 |
| 2026-02-27 | 1.6578 |
| 2026-03-06 | 1.6832 |
| 2026-03-13 | 1.6980 |
| 2026-03-20 | 1.6910 |
| 2026-03-27 | 1.6949 |
| 2026-04-03 | 1.6955 |
| 2026-04-14 | 1.6698 |
| 2026-04-21 | 1.6697 |
| 2026-04-28 | 1.6641 |
| 2026-05-05 | 1.6676 |
| 2026-05-12 | 1.6634 |
| 2026-05-20 | 1.6852 |
| 2026-05-28 | 1.6876 |
| 2026-06-04 | 1.6845 |
| 2026-06-13 | 1.6909 |
| 2026-06-20 | 1.7045 |
| 2026-06-27 | 1.7177 |
| 2026-07-04 | 1.7101 |
| 2026-07-11 | 1.7142 |
| 2026-07-18 | 1.7100 |
| 2026-07-25 | 1.7195 |
| 2026-08-01 | 1.6964 |
| 2026-08-08 | 1.6921 |
| 2026-08-15 | 1.6904 |
| 2026-08-23 | 1.6738 |
| 2026-08-30 | 1.6882 |
| 2026-09-06 | 1.6836 |
| 2026-09-13 | 1.6863 |
| 2026-09-20 | 1.7028 |
High
1.7202
Low
1.6426
Average
1.6833
Get this rate via the API
One GET request returns the PAB/BGN rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=BGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=BGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=BGN").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/BGN API questions
How do I get the PAB/BGN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=BGN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/BGN rate in rates.BGN.
How far back does PAB/BGN historical data go?
Daily PAB/BGN 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/BGN 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.