Japan Call Money Rate was last reported at 0.977 percent as of August 1, 2026. That is down 0.10% from the prior reading of 0.978 percent. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the International category.
| Date | Value (percent) |
|---|---|
| Aug 2026 | 0.977 |
| Jul 2026 | 0.978 |
| Jun 2026 | 0.841 |
| May 2026 | 0.727 |
| Apr 2026 | 0.727 |
| Mar 2026 | 0.728 |
| Feb 2026 | 0.728 |
| Jan 2026 | 0.728 |
| Dec 2025 | 0.557 |
| Nov 2025 | 0.478 |
| Date | Value (percent) |
|---|---|
| Oct 2025 | 0.477 |
| Sep 2025 | 0.477 |
| Aug 2025 | 0.477 |
| Jul 2025 | 0.478 |
| Jun 2025 | 0.477 |
| May 2025 | 0.477 |
| Apr 2025 | 0.477 |
| Mar 2025 | 0.477 |
| Feb 2025 | 0.478 |
| Jan 2025 | 0.293 |
Pull the full history of Japan Call Money Rate into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=JPCALLRATE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "JPCALLRATE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=JPCALLRATE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();