ECB Deposit Facility Rate was last reported at 2.50 percent as of September 23, 2026. That reading was unchanged from the prior value of 2.50 percent. This indicator is reported Daily, 7-Day and not seasonally adjusted, and is tracked under the International category. The next scheduled release is September 25, 2026.
| Date | Value (percent) |
|---|---|
| Sep 23, 2026 | 2.50 |
| Sep 22, 2026 | 2.50 |
| Sep 21, 2026 | 2.50 |
| Sep 20, 2026 | 2.50 |
| Sep 19, 2026 | 2.50 |
| Sep 18, 2026 | 2.50 |
| Sep 17, 2026 | 2.50 |
| Sep 16, 2026 | 2.50 |
| Sep 15, 2026 | 2.25 |
| Sep 14, 2026 | 2.25 |
| Date | Value (percent) |
|---|---|
| Sep 13, 2026 | 2.25 |
| Sep 12, 2026 | 2.25 |
| Sep 11, 2026 | 2.25 |
| Sep 10, 2026 | 2.25 |
| Sep 9, 2026 | 2.25 |
| Sep 8, 2026 | 2.25 |
| Sep 7, 2026 | 2.25 |
| Sep 6, 2026 | 2.25 |
| Sep 5, 2026 | 2.25 |
| Sep 4, 2026 | 2.25 |
Pull the full history of ECB Deposit Facility 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=EUDEPORATE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "EUDEPORATE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=EUDEPORATE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();