St. Louis Fed | Economic Research | EconDISC® | FRED® | GeoFRED® | ALFRED® | CASSIDI® | FRASER® | Liber8® | APIs | Fed System
Economic Research from the Federal Reserve Bank of St. Louis
  Home | API Keys | FRED® API
Contact Us | Terms of Use | Privacy | Legal  

fred/release/sources

Description

Get the sources for a release of economic data.

Example

Request (HTTP GET)

http://api.stlouisfed.org/fred/release/sources?release_id=51&api_key=abcdefghijklmnopqrstuvwxyz123456

Note that API key 'abcdefghijklmnopqrstuvwxyz123456' is for demonstration purposes only. Use a registered API key instead.

Response

<?xml version="1.0" encoding="utf-8" ?>
<sources realtime_start="2008-07-28" realtime_end="2008-07-28">
  <source id="18" realtime_start="2008-07-28" realtime_end="2008-07-28" name="U.S. Department of Commerce: Bureau of Economic Analysis" link="http://www.bea.gov/"/>
  <source id="19" realtime_start="2008-07-28" realtime_end="2008-07-28" name="U.S. Department of Commerce: Census Bureau" link="http://www.census.gov/"/>
</sources>

The source tag's link and notes attributes are optional.

Parameters

api_key

Read API Keys for more information.

release_id

The id for a release.

realtime_start

The start of the real-time period. For more information, see Real-Time Periods.

realtime_end

The end of the real-time period. For more information, see Real-Time Periods.