{"uid":"cap_nYgOfzpAgVbyXyEYfZXUI","slug":"fred-release-bulk-observations-fetcher-7788fc06","name":"FRED Release Bulk Observations Fetcher","description":"Bulk-fetch observations for every series in a FRED release in one call. Use it to grab an entire economic report (jobs report, CPI report, GDP release) without enumerating constituent series IDs first. Returns paginated; pass lastSeriesId + lastObservationDate back to fetch the next page. ?releaseId=18 for H.15 (Selected Interest Rates), 10 for CPI, 50 for Employment Situation, 53 for GDP. Source: FRED API v2 /release/observations endpoint.","url":"https://agent402.tools/api/fred-release-observations","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["releaseId"],"properties":{"endDate":{"type":"string","description":"ISO end date (YYYY-MM-DD), optional"},"releaseId":{"type":"number","description":"FRED release ID (e.g. 18 for H.15, 10 for CPI, 50 for jobs, 53 for GDP)"},"startDate":{"type":"string","description":"ISO start date (YYYY-MM-DD), optional"},"lastSeriesId":{"type":"string","description":"Pagination cursor: lastSeriesId from previous response (optional)"},"lastObservationDate":{"type":"string","description":"Pagination cursor: lastObservationDate from previous response (optional)"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["releaseId","releaseName","count","series","cursor","source"],"properties":{"count":{"type":"integer"},"cursor":{"type":"object","properties":{"hasMore":{"type":"boolean"}}},"series":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string"},"units":{"type":"string"},"seriesId":{"type":"string"},"observations":{"type":"array","items":{"type":"object"}}}}},"source":{"type":"string"},"releaseId":{"type":"integer"},"releaseName":{"type":"string"}}}}}}},"responseSchema":{"type":"json","example":{"count":16,"cursor":{"hasMore":false},"series":[{"title":"10-Year Treasury Constant Maturity Rate","units":"Percent","seriesId":"DGS10","observations":[{"date":"2026-06-17","value":4.49}]}],"source":"FRED API v2","releaseId":18,"releaseName":"H.15 Selected Interest Rates"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.005","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.005/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_DeXKbym54ibgKIxjbnGlz","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.005","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Bulk-fetches all time-series observations for every series in a given FRED economic release (e.g. CPI, GDP, Jobs Report) in a single paginated API call.","exampleAgentPrompt":"Pull all the observations for every series in the FRED CPI release (release ID 10) from January 2020 to December 2024 — I want the full report in one go without having to look up individual series IDs.","exampleUseCases":null,"resultDescription":"A paginated response containing all time-series observations for every series belonging to the specified FRED release, including series IDs, observation dates, and values. To retrieve the next page, pass the returned lastSeriesId and lastObservationDate as cursor parameters in the next call.","failureModes":["Invalid or unknown releaseId returns an error or empty result","Date range with no matching data returns empty observations","Missing required releaseId parameter causes a 400-level error","Pagination cursors from a different release ID may produce unexpected results","Large releases may require many pagination calls to retrieve all data","FRED API upstream downtime or rate limiting may cause failures"],"whenToPreferThis":"Use this endpoint when you need all observations across every series within a specific FRED economic release (CPI, GDP, Employment Situation, H.15) without first enumerating individual series IDs. It is ideal for bulk ingestion of entire economic reports in one workflow. Prefer this over single-series FRED endpoints when you need comprehensive release coverage rather than targeted series lookups.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T07:14:08.824Z","isFirstParty":false}