finsim


Namefinsim JSON
Version 0.11.4 PyPI version JSON
download
home_pagehttps://github.com/stephenhky/FinanceSimulation
SummaryFinancial simulation and inference
upload_time2024-04-14 03:29:43
maintainerNone
docs_urlNone
authorKwan-Yuet Ho
requires_pythonNone
licenseLGPL
keywords simulation finance quantitative finance inference portfolio analysis
VCS
bugtrack_url
requirements numpy scipy requests pandas quandl tqdm tables yfinance openpyxl Cython
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Introduction

Financial assets estimation, and portfolio management.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/stephenhky/FinanceSimulation",
    "name": "finsim",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "simulation, finance, quantitative finance, inference, portfolio analysis",
    "author": "Kwan-Yuet Ho",
    "author_email": "stephenhky@yahoo.com.hk",
    "download_url": "https://files.pythonhosted.org/packages/63/a5/d61d4ab413492efbee2b7f70f661b3164b913d9b05efa02c9abd500ace4f/finsim-0.11.4.tar.gz",
    "platform": null,
    "description": "## Introduction\n\nFinancial assets estimation, and portfolio management.",
    "bugtrack_url": null,
    "license": "LGPL",
    "summary": "Financial simulation and inference",
    "version": "0.11.4",
    "project_urls": {
        "Homepage": "https://github.com/stephenhky/FinanceSimulation"
    },
    "split_keywords": [
        "simulation",
        " finance",
        " quantitative finance",
        " inference",
        " portfolio analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63a5d61d4ab413492efbee2b7f70f661b3164b913d9b05efa02c9abd500ace4f",
                "md5": "be128fea51c67eceb482aa187780329c",
                "sha256": "3c49a51ca37e69f51855c531cb1909e96fae25e931919ea9c50674f96366093b"
            },
            "downloads": -1,
            "filename": "finsim-0.11.4.tar.gz",
            "has_sig": false,
            "md5_digest": "be128fea51c67eceb482aa187780329c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 165156,
            "upload_time": "2024-04-14T03:29:43",
            "upload_time_iso_8601": "2024-04-14T03:29:43.020476Z",
            "url": "https://files.pythonhosted.org/packages/63/a5/d61d4ab413492efbee2b7f70f661b3164b913d9b05efa02c9abd500ace4f/finsim-0.11.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-14 03:29:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "stephenhky",
    "github_project": "FinanceSimulation",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "circle": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.20.0"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    ">=",
                    "1.10.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.22.0"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "1.5.0"
                ]
            ]
        },
        {
            "name": "quandl",
            "specs": [
                [
                    ">=",
                    "3.5.0"
                ]
            ]
        },
        {
            "name": "tqdm",
            "specs": [
                [
                    ">=",
                    "4.49.0"
                ]
            ]
        },
        {
            "name": "tables",
            "specs": [
                [
                    ">=",
                    "3.8.0"
                ]
            ]
        },
        {
            "name": "yfinance",
            "specs": [
                [
                    ">=",
                    "0.2.12"
                ]
            ]
        },
        {
            "name": "openpyxl",
            "specs": [
                [
                    ">=",
                    "3.1.0"
                ]
            ]
        },
        {
            "name": "Cython",
            "specs": [
                [
                    ">=",
                    "0.29.0"
                ]
            ]
        }
    ],
    "lcname": "finsim"
}
        
Elapsed time: 0.23078s