Data#
The data module provides access to assets and related datasets used
throughout the package. It exposes a clean public API for loading asset data
and retrieving available columns, while keeping internal implementation
details hidden.
Load a Polars DataFrame of assets data between two dates. |
|
Load a Polars DataFrame of assets data for a single date. |
|
Load a Polars DataFrame of CRSP daily data between two dates. |
|
Load a Polars DataFrame of CRSP monthly data between two dates. |
|
Load benchmark data between two dates. |
|
Load a Polars DataFrame of factor exposures data between two dates. |
|
Load a Polars DataFrame of factor returns(%) between two dates. |
|
Return the available columns in the assets dataset. |
|
Return the available columns in the CRSP daily dataset. |
|
Return the available columns in the CRSP monthly dataset. |
|
Return the available columns in the exposures dataset. |
|
Return the available columns in the factors dataset. |
|
Return the list of available factor names. |
|
Construct the asset covariance matrix from a factor model. |