composite_leading_indicator
Get the composite leading indicator (CLI).
It is designed to provide early signals of turning points in business cycles showing fluctuation of the economic activity around its long term potential level.
CLIs show short-term economic movements in qualitative rather than quantitative terms.
Parameters
- standard
- oecd
start_date: date | None | str
Start date of the data, in YYYY-MM-DD format.
end_date: date | None | str
End date of the data, in YYYY-MM-DD format.
start_date: date | None | str
Start date of the data, in YYYY-MM-DD format.
end_date: date | None | str
End date of the data, in YYYY-MM-DD format.
country: Literal['g20', 'g7', 'asia5', 'north_america', 'europe4', 'australia', 'brazil', 'canada', 'china', 'france', 'germany', 'india', 'indonesia', 'italy', 'japan', 'mexico', 'south_africa', 'south_korea', 'spain', 'turkey', 'united_kingdom', 'united_states', 'all'] | None
Default: g20
Country to get the CLI for, default is G20.
adjustment: Literal['amplitude', 'normalized'] | None
Default: amplitude
Adjustment of the data, either 'amplitude' or 'normalized'. Default is amplitude.
growth_rate: bool | None
Default: False
Return the 1-year growth rate (%) of the CLI, default is False.
Returns
results: CompositeLeadingIndicator
Serializable results.
provider: Optional[Literal['oecd']]
Provider name.
warnings: Optional[list[Warning_]]
list of warnings.
chart: Optional[Chart]
Chart object.
extra: dict[str, Any]
Extra info.
Data
- standard
- oecd
date: date | str
The date of the data.
value: float | None
CLI value
country: str
Country for the CLI value.
date: date | str
The date of the data.
value: float | None
CLI value
country: str
Country for the CLI value.