Convert CDF to JPY
Congolese Franc → Japanese Yen
1 CDF = 0.0682141 JPY(1 JPY = 14.659717 CDF)
Currency converter
1 CDF =
0.068214 JPY
CDF to JPY: last 30 days
Over the last 30 days, 1 CDF traded between 0.066475 and 0.070267 JPY, averaging 0.068225 JPY. The CDF/JPY rate is down 1.96% since 2026-08-28.
- 30-day high
- 0.070267
- 2026-08-31
- 30-day low
- 0.066475
- 2026-09-09
- 30-day average
- 0.068225
- Days with data: 30
- 30-day change
- -1.96%
- since 2026-08-28
0.070267
0.0664752026-08-28 → 2026-09-26
| Date | 1 CDF in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.068214 | 0.00% |
| 2026-09-25 | 0.068214 | -0.80% |
| 2026-09-24 | 0.068761 | +0.59% |
| 2026-09-23 | 0.068355 | +0.43% |
| 2026-09-22 | 0.068062 | -0.02% |
| 2026-09-21 | 0.068075 | -1.47% |
| 2026-09-20 | 0.069088 | +0.77% |
| 2026-09-19 | 0.068563 | +0.35% |
| 2026-09-18 | 0.068321 | +1.17% |
| 2026-09-17 | 0.067528 | +0.62% |
| 2026-09-16 | 0.067114 | -0.06% |
| 2026-09-15 | 0.067154 | +0.30% |
| 2026-09-14 | 0.066952 | -1.44% |
| 2026-09-13 | 0.06793 | +0.06% |
| 2026-09-12 | 0.067891 | +1.75% |
| Date | 1 CDF in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.06672 | -0.11% |
| 2026-09-10 | 0.066795 | +0.48% |
| 2026-09-09 | 0.066475 | -0.62% |
| 2026-09-08 | 0.066891 | -0.52% |
| 2026-09-07 | 0.067239 | -2.43% |
| 2026-09-06 | 0.068913 | +0.52% |
| 2026-09-05 | 0.06856 | +1.00% |
| 2026-09-04 | 0.067885 | -0.20% |
| 2026-09-03 | 0.068021 | -2.21% |
| 2026-09-02 | 0.069561 | -0.32% |
| 2026-09-01 | 0.069787 | -0.68% |
| 2026-08-31 | 0.070267 | +0.19% |
| 2026-08-30 | 0.070132 | +0.61% |
| 2026-08-29 | 0.06971 | +0.19% |
| 2026-08-28 | 0.069577 | — |
CDF to JPY conversion table
1 CDF0.068214 JPY
5 CDF0.34107 JPY
10 CDF0.68214 JPY
25 CDF1.7054 JPY
50 CDF3.4107 JPY
100 CDF6.8214 JPY
500 CDF34.1071 JPY
1,000 CDF68.2141 JPY
5,000 CDF341.0707 JPY
10,000 CDF682.1414 JPY
Get the CDF/JPY rate in your app
One GET request returns the latest CDF → JPY 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/CDF/JPY"fetch('https://rate-api.com/api/v1/pair/CDF/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CDF = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CDF/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CDF = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CDF/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CDF = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "CDF",
"to": "JPY"
},
"rate": 0.0682,
"timestamp": 1790432045,
"date": "2026-09-26"
}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
JPY to CDFJapanese Yen → Congolese Franc14.6597Convert CDF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.