https://github.com/jonathancornelissen/highfrequency
The highfrequency package contains an extensive toolkit for the use of highfrequency financial data in R. It contains functionality to manage, clean and match highfrequency trades and quotes data. Furthermore, it enables users to: calculate easily various liquidity measures, estimate and forecast volatility, and investigate microstructure noise and intraday periodicity.
https://github.com/jonathancornelissen/highfrequency
Last synced: 10 days ago
JSON representation
The highfrequency package contains an extensive toolkit for the use of highfrequency financial data in R. It contains functionality to manage, clean and match highfrequency trades and quotes data. Furthermore, it enables users to: calculate easily various liquidity measures, estimate and forecast volatility, and investigate microstructure noise and intraday periodicity.
- Host: GitHub
- URL: https://github.com/jonathancornelissen/highfrequency
- Owner: jonathancornelissen
- Created: 2012-12-24T11:15:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-10-13T12:55:49.000Z (over 1 year ago)
- Last Synced: 2025-04-02T04:58:59.140Z (13 days ago)
- Language: R
- Size: 88.2 MB
- Stars: 153
- Watchers: 21
- Forks: 64
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- jimsghstars - jonathancornelissen/highfrequency - The highfrequency package contains an extensive toolkit for the use of highfrequency financial data in R. It contains functionality to manage, clean and match highfrequency trades and quotes data. Fur (R)
README
[](https://cran.r-project.org/package=highfrequency)
[](https://travis-ci.org/jonathancornelissen/highfrequency)
[](https://codecov.io/gh/jonathancornelissen/highfrequency?branch=master)
[](https://cranlogs.r-pkg.org/badges/highfrequency)## Highfrequency financial data in R
A detailed overview of the functionality of this package can be found in our vignette:
Boudt, Kris and Kleen, Onno and Sjørup, Emil, Analyzing intraday financial data in R: The highfrequency package. Available at SSRN: (http://dx.doi.org/10.2139/ssrn.3917548)
The package is still under development and is distributed without warranty.
Thanks to report bugs or make suggestions to .
## Installation
CRAN:
```r
install.packages("highfrequency")
```
Development version:
```r
# Install package via devtools
# install.packages("devtools")
library(devtools)
install_github("https://github.com/jonathancornelissen/highfrequency")
```
## Special thanksWe would like to thank [Brian Peterson](https://github.com/braverock), [Chris Blakely](https://github.com/clisztian), [Dirk Eddelbuettel](https://github.com/eddelbuettel), [Eric Zivot](https://faculty.washington.edu/ezivot/) and Maarten Schermer.