JOD to COP exchange rate API
Jordanian Dinar to Colombian Peso · quoted 2026-09-27
4664.62
▼ +15.26% over 1Y
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 year, JOD/COP traded between 4331.20 and 5530.83, averaged 5055.14 and fell 15.26%. 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 1Y: show the values
| Point | JOD/COP |
|---|---|
| 2025-09-27 | 5504.87 |
| 2025-10-04 | 5462.55 |
| 2025-10-11 | 5530.83 |
| 2025-10-18 | 5404.22 |
| 2025-10-25 | 5448.55 |
| 2025-11-01 | 5445.93 |
| 2025-11-08 | 5330.30 |
| 2025-11-15 | 5300.84 |
| 2025-11-22 | 5367.06 |
| 2025-11-29 | 5288.50 |
| 2025-12-06 | 5416.24 |
| 2025-12-14 | 5357.25 |
| 2025-12-21 | 5377.46 |
| 2025-12-28 | 5232.19 |
| 2026-01-04 | 5334.81 |
| 2026-01-11 | 5239.68 |
| 2026-01-18 | 5208.33 |
| 2026-01-25 | 5134.63 |
| 2026-02-01 | 5183.49 |
| 2026-02-08 | 5173.51 |
| 2026-02-15 | 5162.37 |
| 2026-02-22 | 5212.77 |
| 2026-03-01 | 5298.61 |
| 2026-03-08 | 5334.57 |
| 2026-03-15 | 5208.17 |
| 2026-03-22 | 5232.04 |
| 2026-03-29 | 5178.44 |
| 2026-04-05 | 5177.51 |
| 2026-04-12 | 5128.77 |
| 2026-04-19 | 5086.08 |
| 2026-04-26 | 5012.68 |
| 2026-05-03 | 5158.25 |
| 2026-05-10 | 5256.43 |
| 2026-05-18 | 5358.10 |
| 2026-05-26 | 5126.06 |
| 2026-06-02 | 5027.59 |
| 2026-06-11 | 5016.97 |
| 2026-06-18 | 4879.09 |
| 2026-06-25 | 4850.68 |
| 2026-07-02 | 4780.31 |
| 2026-07-09 | 4717.32 |
| 2026-07-16 | 4555.91 |
| 2026-07-23 | 4539.46 |
| 2026-07-30 | 4508.40 |
| 2026-08-06 | 4482.61 |
| 2026-08-13 | 4428.11 |
| 2026-08-21 | 4331.20 |
| 2026-08-28 | 4452.70 |
| 2026-09-04 | 4437.81 |
| 2026-09-11 | 4376.16 |
| 2026-09-18 | 4469.40 |
| 2026-09-25 | 4732.13 |
High
5530.83
Low
4331.20
Average
5055.14
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=COP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=COP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.