Skip to content

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

BAM/COP over 1Y: show the values
PointBAM/COP
2025-09-262328.44
2025-10-032330.01
2025-10-102300.38
2025-10-172310.88
2025-10-242303.22
2025-10-312282.09
2025-11-072234.09
2025-11-142230.24
2025-11-212219.46
2025-11-282218.43
2025-12-052264.46
2025-12-132283.36
2025-12-202282.06
2025-12-272226.12
2026-01-032264.89
2026-01-102210.11
2026-01-172188.24
2026-01-242201.20
2026-01-312227.83
2026-02-072219.09
2026-02-142221.00
2026-02-212228.99
2026-02-282265.94
2026-03-072242.75
2026-03-142168.21
2026-03-212191.65
2026-03-282165.23
2026-04-042158.20
2026-04-112185.81
2026-04-182174.93
2026-04-252133.18
2026-05-022190.46
2026-05-092255.97
2026-05-172254.68
2026-05-252193.48
2026-06-012195.57
2026-06-102111.36
2026-06-172037.08
2026-06-241992.02
2026-07-011998.82
2026-07-081947.78
2026-07-151905.36
2026-07-221880.51
2026-07-291868.41
2026-08-051890.29
2026-08-121847.67
2026-08-201823.31
2026-08-271862.55
2026-09-031874.69
2026-09-101847.57
2026-09-171837.91
2026-09-241908.57

High

2330.01

Low

1823.31

Average

2130.40

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=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&currencies=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.