You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
quantmod is an R
package that provides a framework for quantitative financial modeling and
trading. It provides a rapid prototyping environment that makes modeling easier
by removing the repetitive workflow issues surrounding data management and
visualization.
quantmod for enterprise
Available as part of the Tidelift Subscription.
The maintainers of quantmod and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. Learn more.
Supporting quantmod development
If you are interested in supporting the ongoing development and maintenance of quantmod, please consider becoming a sponsor.
Installation
The current release is available on CRAN,
which you can install via:
install.packages("quantmod")
To install the development version, you need to clone the repository and build
from source, or run one of: