download_factor_library_grid: Download the Factor Library Grid from Hugging Face

View source: R/download_data_huggingface.R

download_factor_library_gridR Documentation

Download the Factor Library Grid from Hugging Face

Description

Returns the tidy-finance/factor-library-grid dataset, which describes every portfolio construction available in the factor library (one row per construction, identified by id). Use the returned tibble to discover which ⁠(sorting_variable, weighting_scheme, rebalancing, ...)⁠ combinations exist before requesting their returns with download_factor_library_ids().

Usage

download_factor_library_grid()

Details

Equivalent to calling download_data("tidyfinance", "factor_library_grid").

Value

A tibble with one row per portfolio construction in the factor library, including the integer id column used by download_factor_library_ids().

See Also

Other download functions: download_data(), download_data_constituents(), download_data_factors_ff(), download_data_factors_q(), download_data_fred(), download_data_huggingface(), download_data_macro_predictors(), download_data_osap(), download_data_risk_free(), download_data_stock_prices(), download_factor_library_ids()

Examples

## Not run: 
  download_factor_library_grid()

## End(Not run)

tidyfinance documentation built on June 1, 2026, 1:06 a.m.