Skip to content

USD to COP exchange rate API

US Dollar to Colombian Peso · quoted 2026-09-24

3281.10

▼ +15.05% over 1Y

1 USD = 3281.10 COP · 1 COP = 0.000305 USD · Get this rate via the API

1 USD buys 3281.10 COP as of 2026-09-24, so 1 COP buys 0.000305 USD. Over the last year, USD/COP traded between 3061.62 and 3924.30, averaged 3591.86 and fell 15.05%. The API holds daily USD/COP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/COP over 1Y

USD/COP over 1Y: show the values
PointUSD/COP
2025-09-243862.40
2025-10-013923.76
2025-10-083877.80
2025-10-153924.30
2025-10-223885.66
2025-10-293891.12
2025-11-053861.98
2025-11-123747.01
2025-11-193720.41
2025-11-263806.68
2025-12-033818.35
2025-12-113840.08
2025-12-183865.52
2025-12-253732.41
2026-01-013766.85
2026-01-083750.17
2026-01-153674.78
2026-01-223674.04
2026-01-293670.40
2026-02-053643.98
2026-02-123673.05
2026-02-193676.29
2026-02-263699.27
2026-03-053761.43
2026-03-123702.95
2026-03-193704.16
2026-03-263699.57
2026-04-023666.58
2026-04-093649.78
2026-04-163618.25
2026-04-233571.47
2026-04-303635.61
2026-05-073726.81
2026-05-153789.72
2026-05-233686.11
2026-05-303670.18
2026-06-063595.45
2026-06-153485.98
2026-06-223448.03
2026-06-293454.57
2026-07-063342.53
2026-07-133245.52
2026-07-203246.58
2026-07-273218.21
2026-08-033157.18
2026-08-103156.86
2026-08-173145.14
2026-08-253061.62
2026-09-013222.66
2026-09-083129.97
2026-09-153107.77
2026-09-223200.32

High

3924.30

Low

3061.62

Average

3591.86

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

USD/COP API questions

How do I get the USD/COP exchange rate from an API?

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

How far back does USD/COP historical data go?

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