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: show the values
| Point | TOP/BAM |
|---|---|
| 2025-12-31 | 0.69982 |
| 2026-01-07 | 0.70142 |
| 2026-01-14 | 0.70804 |
| 2026-01-21 | 0.70513 |
| 2026-01-28 | 0.69539 |
| 2026-02-04 | 0.70890 |
| 2026-02-11 | 0.70428 |
| 2026-02-18 | 0.70570 |
| 2026-02-25 | 0.71000 |
| 2026-03-04 | 0.71852 |
| 2026-03-11 | 0.71666 |
| 2026-03-18 | 0.72439 |
| 2026-03-25 | 0.71779 |
| 2026-04-01 | 0.71636 |
| 2026-04-08 | 0.71059 |
| 2026-04-16 | 0.71395 |
| 2026-04-23 | 0.71126 |
| 2026-04-30 | 0.72032 |
| 2026-05-07 | 0.71208 |
| 2026-05-15 | 0.72601 |
| 2026-05-23 | 0.71451 |
| 2026-05-30 | 0.70424 |
| 2026-06-06 | 0.71318 |
| 2026-06-15 | 0.71529 |
| 2026-06-22 | 0.72524 |
| 2026-06-29 | 0.72528 |
| 2026-07-06 | 0.72298 |
| 2026-07-13 | 0.72596 |
| 2026-07-20 | 0.72666 |
| 2026-07-27 | 0.72934 |
| 2026-08-03 | 0.71979 |
| 2026-08-10 | 0.72082 |
| 2026-08-17 | 0.72026 |
| 2026-08-25 | 0.71884 |
| 2026-09-01 | 0.72065 |
| 2026-09-08 | 0.72008 |
| 2026-09-15 | 0.71950 |
| 2026-09-22 | 0.73111 |
High
0.73111
Low
0.69539
Average
0.71608
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=BAM"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=BAM");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.