An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/highfrequency)](https://cran.r-project.org/package=highfrequency)
[![Travis-CI Build Status](https://travis-ci.org/jonathancornelissen/highfrequency.svg?branch=master)](https://travis-ci.org/jonathancornelissen/highfrequency)
[![Codecov test coverage](https://codecov.io/gh/jonathancornelissen/highfrequency/branch/master/graph/badge.svg)](https://codecov.io/gh/jonathancornelissen/highfrequency?branch=master)
[![Downloads](https://cranlogs.r-pkg.org/badges/highfrequency)](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 thanks

We 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.