Federal Funds Rate was last reported at 3.63 % as of August 1, 2026. That reading was unchanged from the prior value of 3.63 %. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Rates category. The next scheduled release is September 21, 2026.
| Date | Value (%) |
|---|---|
| Aug 2026 | 3.63 |
| Jul 2026 | 3.63 |
| Jun 2026 | 3.63 |
| May 2026 | 3.63 |
| Apr 2026 | 3.64 |
| Mar 2026 | 3.64 |
| Feb 2026 | 3.64 |
| Jan 2026 | 3.64 |
| Dec 2025 | 3.72 |
| Nov 2025 | 3.88 |
| Date | Value (%) |
|---|---|
| Oct 2025 | 4.09 |
| Sep 2025 | 4.22 |
| Aug 2025 | 4.33 |
| Jul 2025 | 4.33 |
| Jun 2025 | 4.33 |
| May 2025 | 4.33 |
| Apr 2025 | 4.33 |
| Mar 2025 | 4.33 |
| Feb 2025 | 4.33 |
| Jan 2025 | 4.33 |
Pull the full history of Federal Funds 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=USFFR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USFFR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USFFR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();