Skip to main content

total_factor_productivity

Total Factor Productivity (TFP)

A real-time, quarterly series on total factor productivity (TFP) for the U.S. business sector, adjusted for variations in factor utilization - labor effort and capital's workweek.

The utilization adjustments follows Basu, Fernald, and Kimball (BFK, 2006). Using relative prices and input-output information, the series is also decomposed into separate TFP and utilization-adjusted TFP series for equipment investment (including consumer durables) and "consumption" (defined as business output less equipment and consumer durables).

Labor includes an adjustment for "quality" or composition. Capital services are also adjusted for changes in composition over time (e.g. computers, other equipment, structures, and inventories).

Source: https://www.frbsf.org/research-and-insights/data-and-indicators/total-factor-productivity-tfp/

Examples

from openbb import obb
obb.economy.total_factor_productivity()
# Get summary data instead of the default quarterly time series.
obb.economy.total_factor_productivity(frequency='summary')

Parameters


Returns

results: TotalFactorProductivity

Serializable results.

provider: Optional[Literal['federal_reserve']]

Provider name.

warnings: Optional[list[Warning_]]

list of warnings.

chart: Optional[Chart]

Chart object.

extra: dict[str, Any]

Extra info.


Data