Skip to main content

breakpoints

Fama-French breakpoints.

Metadata for the selected dataset are returned in the extra['results_metadata'] field of the response.

Source

https://mba.tuck.dartmouth.edu/pages/faculty/ken.french/data_library.html#Breakpoints

Examples

from openbb import obb
# Get US breakpoints used for constructing the research portfolios.
obb.famafrench.breakpoints()
# See the parameters description for details on the breakpoints.
obb.famafrench.breakpoints(breakpoint='op', start_date='1998-01-01')

Parameters


Returns

results: FamaFrenchBreakpoints

Serializable results.

provider: Optional[Literal['famafrench']]

Provider name.

warnings: Optional[list[Warning_]]

list of warnings.

chart: Optional[Chart]

Chart object.

extra: dict[str, Any]

Extra info.


Data