BAM to COP exchange rate API
Convertible Mark to Colombian Peso · quoted 2026-09-26
1926.87
▼ +17.25% over 1Y
1 BAM = 1926.87 COP · 1 COP = 0.000519 BAM · Get this rate via the API
1 BAM buys 1926.87 COP as of 2026-09-26, so 1 COP buys 0.000519 BAM. Over the last year, BAM/COP traded between 1823.31 and 2330.01, averaged 2130.40 and fell 17.25%. The API holds daily BAM/COP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/COP over 1Y: show the values
| Point | BAM/COP |
|---|---|
| 2025-09-26 | 2328.44 |
| 2025-10-03 | 2330.01 |
| 2025-10-10 | 2300.38 |
| 2025-10-17 | 2310.88 |
| 2025-10-24 | 2303.22 |
| 2025-10-31 | 2282.09 |
| 2025-11-07 | 2234.09 |
| 2025-11-14 | 2230.24 |
| 2025-11-21 | 2219.46 |
| 2025-11-28 | 2218.43 |
| 2025-12-05 | 2264.46 |
| 2025-12-13 | 2283.36 |
| 2025-12-20 | 2282.06 |
| 2025-12-27 | 2226.12 |
| 2026-01-03 | 2264.89 |
| 2026-01-10 | 2210.11 |
| 2026-01-17 | 2188.24 |
| 2026-01-24 | 2201.20 |
| 2026-01-31 | 2227.83 |
| 2026-02-07 | 2219.09 |
| 2026-02-14 | 2221.00 |
| 2026-02-21 | 2228.99 |
| 2026-02-28 | 2265.94 |
| 2026-03-07 | 2242.75 |
| 2026-03-14 | 2168.21 |
| 2026-03-21 | 2191.65 |
| 2026-03-28 | 2165.23 |
| 2026-04-04 | 2158.20 |
| 2026-04-11 | 2185.81 |
| 2026-04-18 | 2174.93 |
| 2026-04-25 | 2133.18 |
| 2026-05-02 | 2190.46 |
| 2026-05-09 | 2255.97 |
| 2026-05-17 | 2254.68 |
| 2026-05-25 | 2193.48 |
| 2026-06-01 | 2195.57 |
| 2026-06-10 | 2111.36 |
| 2026-06-17 | 2037.08 |
| 2026-06-24 | 1992.02 |
| 2026-07-01 | 1998.82 |
| 2026-07-08 | 1947.78 |
| 2026-07-15 | 1905.36 |
| 2026-07-22 | 1880.51 |
| 2026-07-29 | 1868.41 |
| 2026-08-05 | 1890.29 |
| 2026-08-12 | 1847.67 |
| 2026-08-20 | 1823.31 |
| 2026-08-27 | 1862.55 |
| 2026-09-03 | 1874.69 |
| 2026-09-10 | 1847.57 |
| 2026-09-17 | 1837.91 |
| 2026-09-24 | 1908.57 |
High
2330.01
Low
1823.31
Average
2130.40
Get this rate via the API
One GET request returns the BAM/COP 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=BAM¤cies=COP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=COP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=COP").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/COP API questions
How do I get the BAM/COP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=COP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/COP rate in rates.COP.
How far back does BAM/COP historical data go?
Daily BAM/COP 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 BAM/COP 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.