JOD to COP exchange rate API
Jordanian Dinar to Colombian Peso · quoted 2026-09-27
4664.62
▲ +4.76% over 30D
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 30 days, JOD/COP traded between 4339.14 and 4732.13, averaged 4478.18 and rose 4.76%. 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 30D: show the values
| Point | JOD/COP |
|---|---|
| 2026-08-28 | 4452.70 |
| 2026-08-29 | 4521.20 |
| 2026-08-30 | 4517.64 |
| 2026-08-31 | 4518.51 |
| 2026-09-01 | 4545.35 |
| 2026-09-02 | 4465.64 |
| 2026-09-03 | 4459.09 |
| 2026-09-04 | 4437.81 |
| 2026-09-05 | 4419.58 |
| 2026-09-06 | 4416.83 |
| 2026-09-07 | 4417.38 |
| 2026-09-08 | 4414.63 |
| 2026-09-09 | 4391.59 |
| 2026-09-10 | 4379.32 |
| 2026-09-11 | 4376.16 |
| 2026-09-12 | 4345.46 |
| 2026-09-13 | 4339.14 |
| 2026-09-14 | 4360.90 |
| 2026-09-15 | 4383.32 |
| 2026-09-16 | 4401.43 |
| 2026-09-17 | 4422.89 |
| 2026-09-18 | 4469.40 |
| 2026-09-19 | 4488.31 |
| 2026-09-20 | 4482.01 |
| 2026-09-21 | 4481.21 |
| 2026-09-22 | 4513.85 |
| 2026-09-23 | 4524.98 |
| 2026-09-24 | 4627.79 |
| 2026-09-25 | 4732.13 |
| 2026-09-26 | 4666.23 |
| 2026-09-27 | 4664.62 |
High
4732.13
Low
4339.14
Average
4478.18
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.