Skip to content

PLN to BAM exchange rate API

Zloty to Convertible Mark · quoted 2026-09-26

0.44733

▼ +2.36% over 1Y

1 PLN = 0.44733 BAM · 1 BAM = 2.2355 PLN · Get this rate via the API

1 PLN buys 0.44733 BAM as of 2026-09-26, so 1 BAM buys 2.2355 PLN. Over the last year, PLN/BAM traded between 0.44592 and 0.46549, averaged 0.45862 and fell 2.36%. The API holds daily PLN/BAM rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PLN/BAM over 1Y

PLN/BAM over 1Y: show the values
PointPLN/BAM
2025-09-260.45813
2025-10-030.46002
2025-10-100.45939
2025-10-170.45990
2025-10-240.46123
2025-10-310.45887
2025-11-070.46132
2025-11-140.46258
2025-11-210.46012
2025-11-280.46066
2025-12-050.46177
2025-12-130.46298
2025-12-200.46467
2025-12-270.46386
2026-01-030.46429
2026-01-100.46400
2026-01-170.46368
2026-01-240.46549
2026-01-310.46425
2026-02-070.46379
2026-02-140.46473
2026-02-210.46335
2026-02-280.46346
2026-03-070.45789
2026-03-140.45632
2026-03-210.45667
2026-03-280.45658
2026-04-040.45736
2026-04-110.46005
2026-04-180.46130
2026-04-250.46155
2026-05-020.46112
2026-05-090.46238
2026-05-170.46042
2026-05-250.46212
2026-06-010.46199
2026-06-100.45993
2026-06-170.46034
2026-06-240.45516
2026-07-010.45444
2026-07-080.45335
2026-07-150.45074
2026-07-220.45174
2026-07-290.45136
2026-08-050.45487
2026-08-120.45473
2026-08-200.45285
2026-08-270.45186
2026-09-030.45274
2026-09-100.45167
2026-09-170.44949
2026-09-240.44592

High

0.46549

Low

0.44592

Average

0.45862

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

PLN/BAM API questions

How do I get the PLN/BAM exchange rate from an API?

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

How far back does PLN/BAM historical data go?

Daily PLN/BAM 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 PLN/BAM 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.