Discover/fred.stlouisfed.org API
live

fred.stlouisfed.org APIfred.stlouisfed.org

Access FRED economic time-series, categories, releases, and release calendars via 9 endpoints. Retrieve GDP, CPI, unemployment, and hundreds of other series.

Endpoints
9
Updated
28d ago
Try it
Series ID (e.g. 'GDP', 'CPIAUCSL', 'UNRATE')
api.parse.bot/scraper/32962f24-6be4-4e65-a842-da6a917d09ee/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/32962f24-6be4-4e65-a842-da6a917d09ee/get_series?series_id=GDP' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 9 totalclick to expand

Retrieve metadata for an economic data series including title, frequency, units, source, and last updated date.

Input
ParamTypeDescription
series_idrequiredstringSeries ID (e.g. 'GDP', 'CPIAUCSL', 'UNRATE')
Response
{
  "type": "object",
  "fields": {
    "notes": "string",
    "title": "string",
    "units": "string",
    "source": "string",
    "frequency": "string",
    "series_id": "string",
    "last_updated": "string",
    "observation_end": "string",
    "observation_start": "string",
    "seasonal_adjustment": "string"
  },
  "sample": {
    "data": {
      "notes": "BEA Account Code: A191RC...",
      "title": "Gross Domestic Product",
      "units": "Billions of Dollars",
      "source": "U.S. Bureau of Economic Analysis",
      "frequency": "Quarterly",
      "series_id": "GDP",
      "last_updated": "2026-04-30 07:49:05-05",
      "observation_end": "2026-01-01",
      "observation_start": "1947-01-01",
      "seasonal_adjustment": "Seasonally Adjusted Annual Rate"
    },
    "status": "success"
  }
}

About the fred.stlouisfed.org API

The FRED API exposes 9 endpoints for querying the Federal Reserve Bank of St. Louis's economic data repository, covering series metadata, time-series observations, category hierarchies, data releases, and a current-week release calendar. The get_series_observations endpoint returns date-value pairs with support for frequency aggregation and transformations like percent change. Series spanning GDP, CPI, unemployment, housing, and Treasury rates are all reachable by series ID.

Series Data and Observations

The core pair of endpoints is get_series and get_series_observations. get_series returns metadata for any series ID — title, units, frequency, seasonal adjustment status, source attribution, and the observation window (observation_start, observation_end). get_series_observations returns the actual data as an array of {date, value} objects, with optional start_date and end_date filters (YYYY-MM-DD), a frequency parameter (m, q, a) for aggregation, and a transformation parameter (lin, chg, pch) for levels, changes, or percent changes. The response includes a count field for the total observation count.

Search and Navigation

search_series accepts free-text keywords like 'inflation' or 'unemployment rate' and returns paginated results with series_id, title, metadata, and popularity ranking. FRED's category tree is accessible via get_categories (all top-level categories) and get_category (details for a specific category_id, including subcategories with their series_count and a series array of series in that node). This lets you traverse the full FRED taxonomy programmatically.

Releases and Calendar

get_releases lists every FRED data release with release_id and name. get_release_series maps a release_id to all series it contains, returning an array of {series_id, title} pairs. get_release_calendar returns this week's scheduled release events with date, time, release_id, and release_name — useful for building economic event trackers keyed to actual FRED publication times.

Pre-built Collections

get_collection provides six pre-defined topical groupings: gdp, inflation, employment, treasury, money, and housing. Each response includes a series array with series_id, title, last_updated, and units, plus a series_count total. This is the fastest way to seed a dashboard with a coherent set of related indicators without manually curating series IDs.

Common use cases
  • Build a macroeconomic dashboard by pulling CPI, GDP, and unemployment observations via get_series_observations with quarterly aggregation.
  • Track upcoming economic data events by polling get_release_calendar to surface this week's scheduled FRED releases with times.
  • Map FRED's full category hierarchy using get_categories and recursive get_category calls to discover available series by topic.
  • Compute rolling percent-change series for inflation indicators by passing transformation=pch to get_series_observations.
  • Populate a sector analysis tool using get_collection with the treasury or housing collection type for pre-grouped series metadata.
  • Search for lesser-known FRED series by keyword with search_series and rank results by the popularity field.
  • Audit a data pipeline by comparing last_updated and observation_end fields from get_series against expected publication schedules.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does FRED have an official developer API?+
Yes. The St. Louis Fed publishes the FRED API at https://fred.stlouisfed.org/docs/api/fred/. It requires a free API key and covers series, observations, categories, releases, and more. This Parse API surfaces the same underlying data without requiring you to manage your own key or handle the FRED API's pagination and transformation quirks directly.
What does `get_series_observations` actually return, and how do the transformation options work?+
It returns a count integer plus an observations array of {date, value} objects. The transformation parameter changes what value represents: lin gives raw levels, chg gives the absolute change from the prior period, and pch gives the percent change. The frequency parameter (m, q, a) re-aggregates native data to a coarser interval. Values can be null for periods with no reported data.
How far back does the observation history go?+
The observation window varies by series. get_series returns observation_start and observation_end fields that give the exact available range for any series ID. Some series like GDP start in the 1940s; others are more recent. Use the start_date and end_date inputs on get_series_observations to constrain the returned window.
Does the API support vintage/revision history for series — for example, retrieving what GDP looked like as originally reported before revisions?+
Not currently. The API returns the most recent values for each observation date; it does not expose point-in-time revision vintages. You can fork this API on Parse and revise it to add a vintage-date parameter if you need real-time data revision tracking.
Is there a way to retrieve category subcategory counts without fetching full series lists?+
Yes. The get_category response includes a subcategories array where each entry carries category_id, name, and series_count. You can use series_count to assess category size without calling get_release_series or iterating the series array. The series array in the same response lists series directly under that node.
Page content last updated . Spec covers 9 endpoints from fred.stlouisfed.org.
Related APIs in FinanceSee all →
data.ecb.europa.eu API
Access official European Central Bank statistical series and observations to retrieve economic data like exchange rates, interest rates, and monetary aggregates. Browse available dataflows and retrieve specific time series data to analyze ECB's published economic indicators.
data.rbi.org.in API
Access India's official monetary policy data including real-time money market operations, historical rates by date or month, and RBI reference rates. Retrieve the latest financial data releases directly from the Reserve Bank of India's official sources to monitor interest rates, liquidity operations, and market benchmarks.
banks.data.fdic.gov API
Search FDIC-insured banks by location or institution, and access detailed information about their financial performance, merger history, deposit demographics, and regulatory changes. Get comprehensive data on bank failures, acquisitions, and historical financial trends to research institutions and analyze the banking landscape.
govdata.de API
Search and retrieve official German government datasets including demographics, economic indicators, and business statistics, or browse available organizations and categories to discover relevant open data resources. Filter results by high-value datasets and access site statistics to learn about recently updated information from Germany's Federal Open Data Portal.
tradingeconomics.com API
Access real-time economic calendars, macroeconomic indicators, and commodity prices across global markets including G20 nations and emerging economies. Monitor historical charts, country-specific economic data, and the latest financial news to track economic trends and make informed investment decisions.
cmegroup.com API
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
features.financialjuice.com API
Get live financial news, economic calendar events, and in-depth articles to stay informed on market movements and economic indicators. Search and filter news by stock codes and calendar events to find the financial information most relevant to your trading or investment decisions.
13f.info API
13f.info API
FRED Economic Data API – fred.stlouisfed.org · Parse