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.

Examples

from openbb import obb
obb.economy.composite_leading_indicator(provider='oecd')
obb.economy.composite_leading_indicator(country=all, provider='oecd', growth_rate=True)

Parameters

NameTypeDescriptionDefaultOptional
start_dateUnion[date, str]Start date of the data, in YYYY-MM-DD format.NoneTrue
end_dateUnion[date, str]End date of the data, in YYYY-MM-DD format.NoneTrue

Returns

OBBject
results : List[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

NameTypeDescription
dateUnion[date, str]The date of the data.
valuefloatCLI value
countrystrCountry for the CLI value.