Skip to main content

sloos

Get Senior Loan Officers Opinion Survey.

Examples

from openbb import obb
obb.economy.survey.sloos(provider='fred')
obb.economy.survey.sloos(category=credit_card, provider='fred')

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[SeniorLoanOfficerSurvey]
Serializable results.

provider : Optional[Literal['fred']]
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.
symbolstrSymbol representing the entity requested in the data.
valuefloatSurvey value.
titlestrSurvey title.