Skip to main content

Unemployment


Implementation details

Class names

Model nameParameters classData class
UnemploymentUnemploymentQueryParamsUnemploymentData

Import Statement

from openbb_core.provider.standard_models.unemployment import (
UnemploymentData,
UnemploymentQueryParams,
)

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
providerLiteral['oecd']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'oecd' if there is no default.oecdTrue

Data

NameTypeDescription
datedateThe date of the data.
valuefloatUnemployment rate (given as a whole number, i.e 10=10%)
countrystrCountry for which unemployment rate is given