fred_browse
Browse and navigate through FRED’s hierarchical catalog structure to discover available economic data series.Overview
Thefred_browse tool provides systematic navigation through FRED’s extensive catalog of over 800,000 economic time series. Use it to:
- Explore economic categories and subcategories
- Browse data releases from various sources
- List all series within a specific category or release
- Discover data sources and their available series
Parameters
string
required
Type of browsing operation to perform.Options:
categories: Browse category treereleases: List data releasessources: List data sourcescategory_series: Get all series in a categoryrelease_series: Get all series in a release
number
Category ID for browsing subcategories or series.Required when:
browse_typeiscategory_series
browse_typeiscategories(omit to get root categories)
32991: Money, Banking & Finance10: Population, Employment & Labor Markets1: Production & Business Activity32992: Prices3008: U.S. Regional Data32264: International Data
number
Release ID for browsing series within a release.Required when:
browse_typeisrelease_series
53: GDP50: Employment Situation10: Consumer Price Index15: Industrial Production and Capacity Utilization18: Federal Reserve Economic Data
number
default:"50"
Maximum number of results to return (1-1000).
number
default:"0"
Number of results to skip for pagination.
string
Field to order results by.Options vary by browse_type:
- Categories:
name,series_count - Series:
series_id,title,popularity,last_updated - Releases:
name,release_id,press_release
string
default:"asc"
Sort order for results.Options:
asc: Ascending orderdesc: Descending order
Examples
Browse Root Categories
Browse Subcategories
Get Series in a Category
Browse Data Releases
Browse Data Sources
Navigation Strategies
Hierarchical Exploration
1
Start with Root Categories
2
Drill Down to Subcategories
3
List Series in Category
4
Retrieve Specific Series
Use
fred_get_series with the discovered series IDRelease-Based Discovery
1
List All Releases
2
Get Series in Release
3
Filter and Retrieve
Use series IDs with
fred_get_seriesCommon Use Cases
Finding Interest Rate Data
Exploring Regional Data
Finding Latest Economic Releases
Category Reference
Top-Level Categories
Popular Subcategories
Error Handling
Common Errors
Best Practices
Tips for Efficient Browsing:
- Start broad and narrow down systematically
- Use popularity ordering to find commonly-used series
- Plan navigation path to minimize API calls
- Combine with
fred_searchfor targeted discovery
Related Tools
fred_search
Search for specific series by keywords
fred_get_series
Retrieve data for discovered series