JOD to COP exchange rate API
Jordanian Dinar to Colombian Peso · quoted 2026-09-27
4664.62
▼ +11.74% over YTD
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 year to date, JOD/COP traded between 4299.33 and 5352.73, averaged 4934.53 and fell 11.74%. 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 YTD: show the values
| Point | JOD/COP |
|---|---|
| 2025-12-31 | 5285.12 |
| 2026-01-07 | 5241.45 |
| 2026-01-14 | 5156.46 |
| 2026-01-21 | 5181.65 |
| 2026-01-28 | 5138.36 |
| 2026-02-04 | 5140.83 |
| 2026-02-11 | 5171.55 |
| 2026-02-18 | 5152.55 |
| 2026-02-25 | 5231.57 |
| 2026-03-04 | 5352.73 |
| 2026-03-11 | 5230.40 |
| 2026-03-18 | 5217.37 |
| 2026-03-25 | 5224.42 |
| 2026-04-01 | 5190.06 |
| 2026-04-08 | 5193.99 |
| 2026-04-15 | 5069.44 |
| 2026-04-22 | 5059.29 |
| 2026-04-29 | 5098.13 |
| 2026-05-06 | 5240.17 |
| 2026-05-14 | 5339.72 |
| 2026-05-21 | 5254.89 |
| 2026-05-29 | 5146.10 |
| 2026-06-05 | 5037.32 |
| 2026-06-14 | 4915.82 |
| 2026-06-21 | 4870.57 |
| 2026-06-28 | 4851.38 |
| 2026-07-05 | 4720.39 |
| 2026-07-12 | 4576.85 |
| 2026-07-19 | 4562.28 |
| 2026-07-26 | 4534.37 |
| 2026-08-02 | 4442.17 |
| 2026-08-09 | 4451.97 |
| 2026-08-16 | 4425.25 |
| 2026-08-24 | 4299.33 |
| 2026-08-31 | 4518.51 |
| 2026-09-07 | 4417.38 |
| 2026-09-14 | 4360.90 |
| 2026-09-21 | 4481.21 |
High
5352.73
Low
4299.33
Average
4934.53
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.