Skip to content

JOD to COP exchange rate API

Jordanian Dinar to Colombian Peso · quoted 2026-09-27

4664.62

▼ +9.98% over 6M

1 JOD = 4664.62 COP · 1 COP = 0.000214 JOD · Get this rate via the API

1 JOD buys 4664.62 COP as of 2026-09-27, so 1 COP buys 0.000214 JOD. Over the last 6 months, JOD/COP traded between 4292.37 and 5351.69, averaged 4797.60 and fell 9.98%. The API holds daily JOD/COP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/COP over 6M

JOD/COP over 6M: show the values
PointJOD/COP
2026-03-315181.87
2026-04-075184.41
2026-04-145077.22
2026-04-215049.61
2026-04-285110.66
2026-05-055258.73
2026-05-125301.52
2026-05-205351.69
2026-05-285129.50
2026-06-045041.52
2026-06-134923.75
2026-06-204860.15
2026-06-274869.24
2026-07-044726.38
2026-07-114588.00
2026-07-184613.44
2026-07-254538.57
2026-08-014460.01
2026-08-084451.99
2026-08-154439.74
2026-08-234292.37
2026-08-304517.64
2026-09-064416.83
2026-09-134339.14
2026-09-204482.01
2026-09-274664.62

High

5351.69

Low

4292.37

Average

4797.60

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/COP API questions

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

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

How far back does JOD/COP historical data go?

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