LastLook Data
LastLook Data gives AI agents real-time access to US financial market data: Treasury yields (2yr, 10yr, 30yr), mortgage rates, Fed funds rate, CPI…
Что умеет
- Get Treasury Yield Current: Returns the most recent 30-year US Treasury constant maturity yield (DGS30) from FRED. Use this specifically for the 30-year Treasury rate. For other series use get_series
- Get Treasury Yield By Date: Returns the 30-year US Treasury yield for a specific date. Business days only. Use YYYY-MM-DD format.
- Get Series: Returns recent observations for any supported FRED data series. Use this to get current and historical values for mortgage rates, Treasury yields, Fed funds rate, CPI, SOFR, unemployment,
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
LastLook Data gives AI agents real-time access to US financial market data: Treasury yields (2yr, 10yr, 30yr), mortgage rates, Fed funds rate, CPI, unemployment, GDP, WTI/Brent crude, natural gas, and G10 FX rates. Also includes derived indicators: yield curve spreads (2s10s, 3m10y) with inversion signal, Sahm Rule recession indicator, Fed policy spread (EFFR vs IORB), and upcoming FRED economic calendar. Data sourced from FRED and ECB. Pay per query via x402 on Base — no accounts, no API keys, no subscriptions.
Список инструментов сервера (5)
Технические названия из tools/list. Нужны только разработчикам.
| get_treasury_yield_current | Returns the most recent 30-year US Treasury constant maturity yield (DGS30) from FRED. Use this specifically for the 30-year Treasury rate. For other series use get_series instead. |
| get_treasury_yield_by_date | Returns the 30-year US Treasury yield for a specific date. Business days only. Use YYYY-MM-DD format. |
| get_series | Returns recent observations for any supported FRED data series. Use this to get current and historical values for mortgage rates, Treasury yields, Fed funds rate, CPI, SOFR, unemployment, GDP, energy prices, and more. Common use cases: - Current 30-yr mortgage rate: series_id=MORTGAGE30US, days=30 - Current 15-yr mortgage rate: series_id=MORTGAGE15US, days=30 - Current Fed funds rate: series_id=FEDFUNDS, days=30 - Current IORB (Interest on Reserve Balances): series_id=IORB, days=30 - Current EFFR (Effective Fed Funds Rate): series_id=EFFR, days=30 - Current 10-yr Treasury yield: series_id=DGS10, days=30 - Current CPI (inflation): series_id=CPIAUCSL, days=30 - Current unemployment rate: series_id=UNRATE, days=30 - Current WTI crude oil price: series_id=DCOILWTICO, days=30 - Current Brent crude price: series_id=DCOILBRENTEU, days=30 - Current natural gas price: series_id=DHHNGSP, days=30 - Current gasoline price: series_id=GASREGCOVW, days=30 The most recent observation in the returned array is the current value. |
| get_fx_rate_current | Returns the current exchange rate for a G10 currency pair. Source: European Central Bank. Supported: EURUSD, GBPUSD, USDJPY, USDCHF, USDCAD, AUDUSD, NZDUSD, USDSEK, USDNOK. |
| get_fx_rate_series | Returns historical daily exchange rates for a G10 currency pair. Source: European Central Bank. |