# Realized Library
**Realized Library** is an open-source Python package for the computation of high-frequency econometrics estimators, such as variance, covariance and jump detection. It is designed as a modern, efficient, and production-ready continuation of the Oxford-Man Institute's original Realized Library.
The package focuses on performance and scalability, supporting large-scale high-frequency financial datasets (with trade, quote and time-sampled prices) up to the nanoseconds precision. The primary goal is to provide accurate, fast, and customizable estimators suitable for both academic research and quantitative analysis.
---
## Background
This library is inspired by the Oxford-Man Institute of Quantitative Finance's original "Realized Library" (no longer maintained). It is designed for researchers, practitioners, and quantitative analysts who require fast and reliable estimations of variance, co-variance, jump and co-jumps in financial markets.
For reference to the underlying econometric methods, please consult the academic literature included in the original library or related publications in high-frequency financial econometrics.
Since the website is no longer maintained, key information could be found on Wayback Machine trough this [URL](https://web.archive.org/web/20220903214048/https://realized.oxford-man.ox.ac.uk/).
---
## Key Features
- Efficient realized variance estimation from high-frequency price data
- Flexible resampling, subsampling and preaveraging utility with customizable parameters
- Designed for research, production pipelines, and large nanoseconds HFT datasets
---
## Installation
```bash
pip install realized-library
```
Or, for development use:
```bash
git clone https://github.com/GabinTB/realized-library
cd realized-library
pip install -e .
```
The library requires Python 3.10.
Raw data
{
"_id": null,
"home_page": null,
"name": "realized-library",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "volatility, finance, high-frequency, jump detection",
"author": null,
"author_email": "Gabin Taibi <gabin.taibi@icloud.com>",
"download_url": "https://files.pythonhosted.org/packages/7f/f3/d4f8021479fa288d809f81546b375d4a6de024bdad2dd4c258618f447a0c/realized_library-0.1.2.tar.gz",
"platform": null,
"description": "# Realized Library\n\n**Realized Library** is an open-source Python package for the computation of high-frequency econometrics estimators, such as variance, covariance and jump detection. It is designed as a modern, efficient, and production-ready continuation of the Oxford-Man Institute's original Realized Library.\n\nThe package focuses on performance and scalability, supporting large-scale high-frequency financial datasets (with trade, quote and time-sampled prices) up to the nanoseconds precision. The primary goal is to provide accurate, fast, and customizable estimators suitable for both academic research and quantitative analysis.\n\n---\n\n## Background\n\nThis library is inspired by the Oxford-Man Institute of Quantitative Finance's original \"Realized Library\" (no longer maintained). It is designed for researchers, practitioners, and quantitative analysts who require fast and reliable estimations of variance, co-variance, jump and co-jumps in financial markets.\n\nFor reference to the underlying econometric methods, please consult the academic literature included in the original library or related publications in high-frequency financial econometrics.\nSince the website is no longer maintained, key information could be found on Wayback Machine trough this [URL](https://web.archive.org/web/20220903214048/https://realized.oxford-man.ox.ac.uk/).\n\n---\n\n## Key Features\n\n- Efficient realized variance estimation from high-frequency price data\n- Flexible resampling, subsampling and preaveraging utility with customizable parameters\n- Designed for research, production pipelines, and large nanoseconds HFT datasets\n\n---\n\n## Installation\n\n```bash\npip install realized-library\n```\n\nOr, for development use:\n```bash\ngit clone https://github.com/GabinTB/realized-library\ncd realized-library\npip install -e .\n```\n\nThe library requires Python 3.10.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Python package for high-frequency econometrics estimators",
"version": "0.1.2",
"project_urls": null,
"split_keywords": [
"volatility",
" finance",
" high-frequency",
" jump detection"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "044cdcdd76c2ce33a7e25c63709162aa848d4bbff85838672ac1a6c9ef28162b",
"md5": "c4b483c5a25d63f53058a637ad9ddd7b",
"sha256": "da1a785f446412dec77a497240d62ee8ba2a37474e182054449b01cf85a6f0b9"
},
"downloads": -1,
"filename": "realized_library-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c4b483c5a25d63f53058a637ad9ddd7b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 45820,
"upload_time": "2025-08-05T22:58:44",
"upload_time_iso_8601": "2025-08-05T22:58:44.759415Z",
"url": "https://files.pythonhosted.org/packages/04/4c/dcdd76c2ce33a7e25c63709162aa848d4bbff85838672ac1a6c9ef28162b/realized_library-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7ff3d4f8021479fa288d809f81546b375d4a6de024bdad2dd4c258618f447a0c",
"md5": "a41daf113255ab97a576f7b5175c9d57",
"sha256": "1760b5e62ad130da86f0337ebd06e80df58282a4004b366f9ece02b224ff154d"
},
"downloads": -1,
"filename": "realized_library-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "a41daf113255ab97a576f7b5175c9d57",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 29742,
"upload_time": "2025-08-05T22:58:46",
"upload_time_iso_8601": "2025-08-05T22:58:46.254596Z",
"url": "https://files.pythonhosted.org/packages/7f/f3/d4f8021479fa288d809f81546b375d4a6de024bdad2dd4c258618f447a0c/realized_library-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-05 22:58:46",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "realized-library"
}