Fed Rate Tracker — FOMC Target Rate & Market Rates (FRED) avatar

Fed Rate Tracker — FOMC Target Rate & Market Rates (FRED)

Pricing

Pay per usage

Go to Apify Store
Fed Rate Tracker — FOMC Target Rate & Market Rates (FRED)

Fed Rate Tracker — FOMC Target Rate & Market Rates (FRED)

Tracks Federal Reserve target rate, effective fed funds rate, SOFR, and Fed dot-plot projections via FRED (St. Louis Fed). No API key required. Useful for macro research, interest rate trend analysis, and monetary policy monitoring.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Fed Rate Tracker — NY Fed & US Treasury Rates

Fed Rate Tracker fetches official Federal Reserve interest rates from two authoritative public APIs — NY Fed Reference Rates (EFFR, SOFR, OBFR) and US Treasury Yield Curve (1M to 30Y) — in one structured dataset. No API key required. $0.001/record.

The Fed Funds Rate and Treasury yield curve are the anchors of global macro. Every risk asset — stocks, crypto, bonds — prices off the risk-free rate. This actor gives you the official data directly, updated daily, without navigating government portals.


Why use Fed Rate Tracker?

  1. Yield curve inversion monitoring — Compute 2Y–10Y spreads to track the recession signal. A persistently inverted curve has preceded every US recession since the 1970s. Automate daily alerts.
  2. FOMC decision detection — The target_rate_from/target_rate_to fields change when the Fed raises or cuts rates. Schedule daily runs and detect rate changes the day they happen.
  3. SOFR monitoring — SOFR replaced LIBOR as the benchmark for floating-rate debt. Track it alongside EFFR to understand the overnight lending market for risk modeling.
  4. Crypto/equity macro correlation — Feed current 10Y Treasury yield into models alongside BTC price. Rising rates → risk-off → crypto headwinds. Automate this signal.
  5. Multi-timeframe rate analysisoutputFormat: "timeseries" gives you the full historical series for trend analysis. Track rate cycles across years.

How to use

  1. Open the actor on Apify Store and click Try for free.
  2. Set sources to nyfed, treasury, or both.
  3. Set startDate/endDate for historical range, or latestOnly: true for just today's values.
  4. Click Start. Returns structured rate records per series per date.

Input

FieldTypeDefaultDescription
sourcesstring[]["nyfed","treasury"]Data sources: nyfed, treasury
startDatestring1 year agoTreasury yield curve start (YYYY-MM-DD)
endDatestringtodayTreasury yield curve end (YYYY-MM-DD)
outputFormatstring"records"records (one row/series/date) or timeseries
latestOnlybooleanfalseReturn only the most recent value per series

Output

NY Fed rate record:

{
"date": "2026-08-31",
"series_id": "EFFR",
"series_title": "Effective Federal Funds Rate",
"value": 3.63,
"units": "Percent",
"source": "New York Federal Reserve",
"target_rate_from": 3.5,
"target_rate_to": 3.75,
"percentile_1": 3.60,
"percentile_75": 3.63,
"volume_billion_usd": 105
}

Treasury yield record:

{
"date": "2026-08-31",
"series_id": "BC_10YEAR",
"series_title": "US Treasury 10 Year Yield",
"value": 4.70,
"units": "Percent",
"source": "U.S. Department of the Treasury",
"maturity": "10 Year"
}

Series covered

SeriesDescriptionSource
EFFREffective Federal Funds Rate (with percentiles + volume)NY Fed
SOFRSecured Overnight Financing RateNY Fed
OBFROvernight Bank Funding RateNY Fed
TGCR / BGCRTri-Party / Broad General Collateral RatesNY Fed
BC_1MONTH to BC_30YEARFull Treasury yield curveUS Treasury

Cost estimation

Pay-Per-Event: $0.005 flat + $0.001 per rate record.

Use caseRecordsEstimated cost
Latest values only (~12 series)12~$0.017/run
1-year historical (12 series × 250 days)3,000~$3.005/run
Daily monitoring (latest only)12/day~$0.017/day
Weekly yield curve snapshot12 × 7~$0.089/week

FAQ

How do I detect an FOMC rate change? Monitor target_rate_from and target_rate_to in EFFR records. A change in either field vs. the previous day = the Fed changed rates. Schedule daily and compare.

What's the difference between SOFR and EFFR? EFFR is the rate banks charge each other for overnight uncollateralized loans. SOFR is the rate on overnight Treasury repo loans (collateralized). SOFR replaced LIBOR and is now the benchmark for most floating-rate financial contracts.

How current is the data? NY Fed publishes reference rates by 9am ET each business day. Treasury yields are typically available by mid-afternoon. Weekends and holidays have no observations.

Can I get the FOMC dot plot or rate probabilities? This actor provides official realized rates, not market-implied probabilities. For CME FedWatch-style probabilities, look for a dedicated actor.


Feedback

If this actor helps your macro research, a review helps others find it: Leave a review on Apify Store