| ifo_vintage | R Documentation |
Return ifo business climate vintage data
ifo_vintage(
type = c("germany", "industry", "manufacturing", "services", "trade", "wholesale",
"retail", "construction")
)
type |
(
|
A vintage is the time series as published in a given month. Each vintage runs from the start
of the series to its own release month, so later vintages contain more months and may revise
earlier values, for example through seasonal adjustment. The output contains one observation
per row in value. The other columns describe each observation:
yearmonth: the observed month.
vintage: the first day of the month in which the series was published.
indicator: climate, situation, or expectation.
series: index or balance.
type = "germany" and type = "industry" return an index with 2015 = 100. All other sectors
return balances. type = "industry" corresponds to "Industry and Trade" in the source.
ifo updates the vintage workbooks less often than the monthly releases, so the latest vintage
can lag the current ifo_business() release by several months.
A data.frame() containing the monthly ifo business climate vintages in long format.
https://www.ifo.de/en/ifo-time-series
vintage <- ifo_vintage("germany")
head(vintage)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.