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. |
|
Return the available columns in the assets dataset. |
|
Load a Polars DataFrame of CRSP daily data between two dates. |
|
Return the available columns in the CRSP daily dataset. |
|
Load a Polars DataFrame of CRSP v2 daily data between two dates. |
|
Return the available columns in the CRSP v2 daily dataset. |
|
Load a Polars DataFrame of CRSP monthly data between two dates. |
|
Return the available columns in the CRSP monthly dataset. |
|
Load a Polars DataFrame of CRSP v2 monthly data between two dates. |
|
Return the available columns in the CRSP monthly dataset. |
|
Load a Polars DataFrame of factor exposures data between two dates. |
|
Return the available columns in the exposures dataset. |
|
Construct the asset covariance matrix from a factor model. |
|
Construct the factor model components for the given assets. |
|
Load benchmark data between two dates. |
|
Load aggregated benchmark returns between two dates. |
|
Load a Polars DataFrame of factor returns(%) between two dates. |
|
Return the available columns in the factors dataset. |
|
Return the list of available factor names. |
|
Load Fama-French 5-factor data between two dates from the database. |
|
Return the available columns in the Fama-French dataset. |
|
Load a Polars DataFrame of signals data between two dates. |
|
Load a Polars DataFrame of signal data for a single date. |
|
Return the list of available signal names. |
|
Load a Polars DataFrame of scores data between two dates. |
|
Load a Polars DataFrame of scores data for a single date. |
|
Return the list of available score (signal) names. |
|
Load a Polars DataFrame of alpha data between two dates. |
|
Load a Polars DataFrame of alphas data for a single date. |
|
Return the list of available alpha (signal) names. |
|
Load a Polars DataFrame of composite alpha data between two dates. |
|
Load a Polars DataFrame of alphas data for a single date. |