Manufacturing Outlook NY
Implementation details
Class names
| Model name | Parameters class | Data class |
|---|---|---|
ManufacturingOutlookNY | ManufacturingOutlookNYQueryParams | ManufacturingOutlookNYData |
Import Statement
from openbb_core.provider.standard_models. import (
ManufacturingOutlookNYData,
ManufacturingOutlookNYQueryParams,
)
Parameters
- standard
- fred
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.
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.
topic: Literal['business_outlook', 'hours_worked', 'employment', 'inventories', 'prices_received', 'prices_paid', 'capex', 'unfilled_orders', 'new_orders', 'shipments', 'delivery_times'] | None
Default: new_orders
The topic for the survey response.
seasonally_adjusted: bool | None
Default: False
Whether the data is seasonally adjusted, default is False
frequency: Literal['quarter', 'annual'] | None
Frequency aggregation to convert monthly data to lower frequency. None is monthly.
aggregation_method: Literal['avg', 'sum', 'eop'] | None
Description
A key that indicates the aggregation method used for frequency aggregation.
avg = Average
sum = Sum
eop = End of Period
transform: Literal['chg', 'ch1', 'pch', 'pc1', 'pca', 'cch', 'cca', 'log'] | None
Description
Transformation type
None = No transformation
chg = Change
ch1 = Change from Year Ago
pch = Percent Change
pc1 = Percent Change from Year Ago
pca = Compounded Annual Rate of Change
cch = Continuously Compounded Rate of Change
cca = Continuously Compounded Annual Rate of Change
log = Natural Log
Data
- standard
- fred
date: date | str
The date of the data.
topic: str | None
Topic of the survey response.
diffusion_index: float | None
Diffusion Index.
percent_reporting_increase: float | None
Percent of respondents reporting an increase over the last month.
percent_reporting_decrease: float | None
Percent of respondents reporting a decrease over the last month.
percent_reporting_no_change: float | None
Percent of respondents reporting no change over the last month.
date: date | str
The date of the data.
topic: str | None
Topic of the survey response.
diffusion_index: float | None
Diffusion Index.
percent_reporting_increase: float | None
Percent of respondents reporting an increase over the last month.
percent_reporting_decrease: float | None
Percent of respondents reporting a decrease over the last month.
percent_reporting_no_change: float | None
Percent of respondents reporting no change over the last month.