barcalc


Namebarcalc JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryBar data calculation routines
upload_time2024-01-05 20:48:31
maintainer
docs_urlNone
author
requires_python>=3.9
licenseMIT
keywords data finance
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Bar data calculation routines in Python

This package offers a variety of calculation routines arround financial bar data.
This is work in progress.

Bar data is represented as a datafrane with a `date` timestamp index
and `open`, `high`, `low`, `close`, `volume` columns all in lower case.
Data for stocks prices is always assumed adjusted.


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "barcalc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "data,finance",
    "author": "",
    "author_email": "Furechan <furechan@xsmail.com>",
    "download_url": "",
    "platform": null,
    "description": "# Bar data calculation routines in Python\n\nThis package offers a variety of calculation routines arround financial bar data.\nThis is work in progress.\n\nBar data is represented as a datafrane with a `date` timestamp index\nand `open`, `high`, `low`, `close`, `volume` columns all in lower case.\nData for stocks prices is always assumed adjusted.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Bar data calculation routines",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "data",
        "finance"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68c1b844c48b476e385be82e09e8047688c3c1b9624167158f04e894c9d65391",
                "md5": "166348c5c6eb6a7e9a7d893d8aaba453",
                "sha256": "8c76fe776e65c64420bf106add46c8508f69aacc23aa9c3c447acedddbffc635"
            },
            "downloads": -1,
            "filename": "barcalc-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "166348c5c6eb6a7e9a7d893d8aaba453",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 3345,
            "upload_time": "2024-01-05T20:48:31",
            "upload_time_iso_8601": "2024-01-05T20:48:31.621153Z",
            "url": "https://files.pythonhosted.org/packages/68/c1/b844c48b476e385be82e09e8047688c3c1b9624167158f04e894c9d65391/barcalc-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-05 20:48:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "barcalc"
}
        
Elapsed time: 0.38057s