openseries
Tools for analyzing financial timeseries of a single asset or a group of assets. Designed for daily or less frequent data.
Documentation
Complete documentation is available at: https://captorab.github.io/openseries/
The documentation includes:
- Quick start guide
- API reference
- Tutorials and examples
- Installation instructions
Installation
pip install openseries
or:
conda install -c conda-forge openseries
Quick Start
from openseries import OpenTimeSeries
import yfinance as yf
move=yf.Ticker(ticker="^MOVE")
history=move.history(period="max")
series=OpenTimeSeries.from_df(dframe=history.loc[:, "Close"])
_=series.set_new_label(lvl_zero="ICE BofAML MOVE Index")
_,_=series.plot_series()
Sample output using the report_html() function
Release files for openseries 2.1.10
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| openseries-2.1.10.tar.gz | 127.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| openseries-2.1.10-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 199.0 kB
Release files / openseries-2.1.10.tar.gz
| Download URL | openseries-2.1.10.tar.gz |
|---|---|
| Size | 127.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d012b14c8abf9a0e7c9bdca18ab0859c570c35799f73b1aa57eb3af55489d269
|
|
BLAKE2b-256 checksum How to use checksums |
08d65a5f0bebab37dcf8ecbd72700827d9c24264fc0eb79dbcc9561c3338dc83
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 28, 2026.
Transparency logRelease files / openseries-2.1.10-py3-none-any.whl
| Download URL | openseries-2.1.10-py3-none-any.whl |
|---|---|
| Size | 71.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b729eb4c6a504e5759baa2ee4e0cc661c8d1df8d58beaf4c37121e06f3bf6f01
|
|
BLAKE2b-256 checksum How to use checksums |
fb50bd3ad7304bee62a487f1dbfcf5408a6d737298353f345f27a7709b179382
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 28, 2026.
Transparency log