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
10d 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 →
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.
guba.eastmoney.com API
Access Chinese stock discussion posts and comments from Eastmoney's community platform to monitor investor sentiment, search board discussions, and retrieve detailed post information and stock board metadata. Get real-time insights into what traders are discussing about specific stocks through posts, replies, and board analytics.
blur.io API
Access NFT collection data on Blur.io, including floor prices, best bids, listed tokens, and recent activity. Authenticate with an Ethereum wallet to place collection bids and retrieve portfolio holdings.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
blackrock.com API
Access comprehensive BlackRock iShares ETF data to research fund performance, holdings, fees, and sector allocations, plus search and compare specific ETFs. Monitor investment details like distributions, key characteristics, and broad market indices all in one place.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.