Skip to main content

manufacturing_outlook_texas

Get The Manufacturing Outlook Survey For The Texas Region.

Examples

from openbb import obb
obb.economy.survey.manufacturing_outlook_texas(provider='fred')
obb.economy.survey.manufacturing_outlook_texas(topic=business_outlook,new_orders, transform=pc1, 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[ManufacturingOutlookTexas]
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.
topicstrTopic of the survey response.
diffusion_indexfloatDiffusion Index.
percent_reporting_increasefloatPercent of respondents reporting an increase over the last month.
percent_reporting_decreasefloatPercent of respondents reporting a decrease over the last month.
percent_reporting_no_changefloatPercent of respondents reporting no change over the last month.