fundsr imports fund NAVs and index levels and creates tracking difference plots (CAGR and log-return). Plotting Xetra liquidity data (XLM) is also supported.
# install.packages("pak")
# Stable (latest release):
pak::pak("StanTraykov/fundsr@*release")
# Development:
pak::pak("StanTraykov/fundsr")install.packages(
"fundsr",
repos = c("https://stantraykov.r-universe.dev", "https://cloud.r-project.org")
)- Importing Data and Computing Differences
- Simple Demo Using Real Data
- Survival Curves for Financial Planning
scripts/examplesin the package directory (locate viasystem.file("scripts/examples", package="fundsr"))glob_funds.Ris an example workflow plotting global funds, but data needs to be downloaded separatelyall_funds.Rfeatures many more funds
- Reference
This project is provided for informational and analytical purposes (commentary and performance comparison). Charts and statistics shown are derived measures (e.g., tracking differences/return differentials) and are not intended to reproduce or redistribute underlying benchmark or index datasets. Any third-party material, where present, is shown only as necessary for identification and discussion and is provided as low-resolution raster images (not high-resolution or vector graphics) to prevent reuse as a substitute for source data. All trademarks and registered trademarks are the property of their respective owners. References to products, indices, and providers are for identification purposes only and do not imply endorsement or affiliation. Use is intended to fall within applicable copyright exceptions/limitations (such as quotation for criticism/review), to the extent permitted by law.

