get_release
Retrieve a FRED data release by its ID to get its name, press-release flag, and link.
Instructions
Fetch a FRED data release by its id (e.g. 53 = Gross Domestic Product): its name, press-release flag, and link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| release_id | Yes | The FRED release id, e.g. 53 (Gross Domestic Product). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The release's identifier. | |
| link | Yes | A link to the release on the source's site, when FRED provides one. | |
| name | Yes | Human-readable name, e.g. `"Gross Domestic Product"`. | |
| press_release | Yes | Whether the release is accompanied by a press release. |