Skip to content

COP to JPY exchange rate API

Colombian Peso to Yen · quoted 2026-09-24

0.04841

▲ +25.97% over 1Y

1 COP = 0.04841 JPY · 1 JPY = 20.6552 COP · Get this rate via the API

1 COP buys 0.04841 JPY as of 2026-09-24, so 1 JPY buys 20.6552 COP. Over the last year, COP/JPY traded between 0.03749 and 0.05201, averaged 0.04402 and rose 25.97%. The API holds daily COP/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

COP/JPY over 1Y

COP/JPY over 1Y: show the values
PointCOP/JPY
2025-09-240.03843
2025-10-010.03749
2025-10-080.03937
2025-10-150.03862
2025-10-220.03907
2025-10-290.03911
2025-11-050.03981
2025-11-120.04131
2025-11-190.04197
2025-11-260.04109
2025-12-030.04069
2025-12-110.04052
2025-12-180.04030
2025-12-250.04176
2026-01-010.04160
2026-01-080.04179
2026-01-150.04315
2026-01-220.04322
2026-01-290.04177
2026-02-050.04306
2026-02-120.04185
2026-02-190.04213
2026-02-260.04219
2026-03-050.04188
2026-03-120.04290
2026-03-190.04287
2026-03-260.04315
2026-04-020.04353
2026-04-090.04354
2026-04-160.04394
2026-04-230.04465
2026-04-300.04306
2026-05-070.04196
2026-05-150.04184
2026-05-230.04319
2026-05-300.04340
2026-06-060.04459
2026-06-150.04595
2026-06-220.04692
2026-06-290.04685
2026-07-060.04857
2026-07-130.04996
2026-07-200.05002
2026-07-270.05085
2026-08-030.04963
2026-08-100.05025
2026-08-170.05063
2026-08-250.05201
2026-09-010.04970
2026-09-080.04930
2026-09-150.04988
2026-09-220.04911

High

0.05201

Low

0.03749

Average

0.04402

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=COP&currencies=JPY").json()

Replace YOUR_API_KEY with the key from your dashboard.

COP/JPY API questions

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

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

How far back does COP/JPY historical data go?

Daily COP/JPY 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 COP/JPY 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.