Skip to main content

release_dates

Function release_dates 

Source
pub async fn release_dates() -> Result<Vec<ReleaseDate>>
Expand description

Fetch upcoming scheduled economic-data release dates (CPI, NFP, GDP, FOMC, …).

Returns releases scheduled from today onward, sorted ascending.

§Errors

Returns FinanceError::InvalidParameter if FRED has not been initialized.