Skip to main content

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

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.


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

date: date | str
The date of the data.

value: float | None
CLI value

country: str
Country for the CLI value.