The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
OpenSourceAP_DownloadR is an R package that allows you to download data from Open Source Asset Pricing.
devtools::install_github("tomz23/OpenSourceAP.DownloadR")
library(OpenSourceAP.DownloadR)
openap <- OpenAP$new()
openap$list_port()
openap$dl_signal_doc()
# download all original paper portfolios
openap$dl_port('op')
# download all decile-value-weighted portfolios
openap$dl_port('deciles_vw')
# Download portfolios for specific signals
openap$dl_port('op', 'AssetGrowth')
To download all signals, you need a WRDS account.
openap$dl_all_signals()
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.