Convert JPY to CDF
Japanese Yen → Congolese Franc
1 JPY = 14.58021 CDF(1 CDF = 0.0685861 JPY)
Currency converter
1 JPY =
14.5802 CDF
JPY to CDF: last 30 days
Over the last 30 days, 1 JPY traded between 14.2315 and 15.0432 CDF, averaging 14.6651 CDF. The JPY/CDF rate is up 1.64% since 2026-08-29.
- 30-day high
- 15.0432
- 2026-09-09
- 30-day low
- 14.2315
- 2026-08-31
- 30-day average
- 14.6651
- Days with data: 30
- 30-day change
- +1.64%
- since 2026-08-29
15.0432
14.23152026-08-29 → 2026-09-27
| Date | 1 JPY in CDF | Daily change |
|---|---|---|
| 2026-09-27 | 14.5802 | 0.00% |
| 2026-09-26 | 14.5802 | -0.54% |
| 2026-09-25 | 14.6597 | +0.80% |
| 2026-09-24 | 14.5432 | -0.59% |
| 2026-09-23 | 14.6294 | -0.43% |
| 2026-09-22 | 14.6926 | +0.02% |
| 2026-09-21 | 14.6897 | +1.49% |
| 2026-09-20 | 14.4743 | -0.76% |
| 2026-09-19 | 14.5851 | -0.35% |
| 2026-09-18 | 14.6368 | -1.16% |
| 2026-09-17 | 14.8086 | -0.61% |
| 2026-09-16 | 14.9 | +0.06% |
| 2026-09-15 | 14.8912 | -0.30% |
| 2026-09-14 | 14.936 | +1.46% |
| 2026-09-13 | 14.721 | -0.06% |
| Date | 1 JPY in CDF | Daily change |
|---|---|---|
| 2026-09-12 | 14.7296 | -1.72% |
| 2026-09-11 | 14.988 | +0.11% |
| 2026-09-10 | 14.9711 | -0.48% |
| 2026-09-09 | 15.0432 | +0.62% |
| 2026-09-08 | 14.9498 | +0.52% |
| 2026-09-07 | 14.8724 | +2.49% |
| 2026-09-06 | 14.511 | -0.51% |
| 2026-09-05 | 14.5857 | -0.99% |
| 2026-09-04 | 14.7308 | +0.20% |
| 2026-09-03 | 14.7014 | +2.26% |
| 2026-09-02 | 14.376 | +0.32% |
| 2026-09-01 | 14.3294 | +0.69% |
| 2026-08-31 | 14.2315 | -0.19% |
| 2026-08-30 | 14.2589 | -0.60% |
| 2026-08-29 | 14.3452 | — |
JPY to CDF conversion table
1 JPY14.5802 CDF
5 JPY72.901 CDF
10 JPY145.8021 CDF
25 JPY364.5052 CDF
50 JPY729.0105 CDF
100 JPY1,458.021 CDF
500 JPY7,290.1048 CDF
1,000 JPY14,580.21 CDF
5,000 JPY72,901.048 CDF
10,000 JPY145,802.1 CDF
Get the JPY/CDF rate in your app
One GET request returns the latest JPY → CDF rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/JPY/CDF"fetch('https://rate-api.com/api/v1/pair/JPY/CDF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} CDF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/CDF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} CDF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/CDF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} CDF\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "CDF"
},
"rate": 14.5802,
"timestamp": 1790475288,
"date": "2026-09-27"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
CDF to JPYCongolese Franc → Japanese Yen0.068586Convert JPY to other currencies
Convert other currencies to CDF
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.