Skip to content

TOP to BAM exchange rate API

Pa’anga to Convertible Mark · quoted 2026-09-25

0.72675

▲ +3.85% over YTD

1 TOP = 0.72675 BAM · 1 BAM = 1.3760 TOP · Get this rate via the API

1 TOP buys 0.72675 BAM as of 2026-09-25, so 1 BAM buys 1.3760 TOP. Over the year to date, TOP/BAM traded between 0.69539 and 0.73111, averaged 0.71608 and rose 3.85%. The API holds daily TOP/BAM rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/BAM over YTD

TOP/BAM over YTD: show the values
PointTOP/BAM
2025-12-310.69982
2026-01-070.70142
2026-01-140.70804
2026-01-210.70513
2026-01-280.69539
2026-02-040.70890
2026-02-110.70428
2026-02-180.70570
2026-02-250.71000
2026-03-040.71852
2026-03-110.71666
2026-03-180.72439
2026-03-250.71779
2026-04-010.71636
2026-04-080.71059
2026-04-160.71395
2026-04-230.71126
2026-04-300.72032
2026-05-070.71208
2026-05-150.72601
2026-05-230.71451
2026-05-300.70424
2026-06-060.71318
2026-06-150.71529
2026-06-220.72524
2026-06-290.72528
2026-07-060.72298
2026-07-130.72596
2026-07-200.72666
2026-07-270.72934
2026-08-030.71979
2026-08-100.72082
2026-08-170.72026
2026-08-250.71884
2026-09-010.72065
2026-09-080.72008
2026-09-150.71950
2026-09-220.73111

High

0.73111

Low

0.69539

Average

0.71608

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/BAM API questions

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

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

How far back does TOP/BAM historical data go?

Daily TOP/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 TOP/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.