doupand


Namedoupand JSON
Version 1.0.6 PyPI version JSON
download
home_pagehttps://doupand.com
SummaryA simple and easy-to-use financial data interface library built for normal investors!
upload_time2024-04-26 14:38:34
maintainerNone
docs_urlNone
authorDouBro
requires_pythonNone
licenseBSD
keywords financial data interface
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
DouPand
===============

* easy to use as most of the data returned are pandas DataFrame objects
* can be easily saved as csv, excel or json files
* can be inserted into MySQL or Mongodb

Target Users
--------------

* financial market analyst of China
* learners of financial data analysis with pandas/NumPy
* people who are interested in China financial data

Installation
--------------

    pip install doupand

Upgrade
---------------

    pip install --upgrade doupand

Quick Start
--------------

::

    import doupand as dp

    print(dp.datareader.ashare_description())

return::

          s_dp_code  s_code  ... s_exchmarket s_listboard
    0     000001.SZ  000001  ...         SZSE          主板
    1     000002.SZ  000002  ...         SZSE          主板
    2     000003.SZ  000003  ...         SZSE          主板
    3     000004.SZ  000004  ...         SZSE          主板
    4     000005.SZ  000005  ...         SZSE          主板
    ...         ...     ...  ...          ...         ...
    5329  873169.BJ  873169  ...          BSE         北交所
    5330  873223.BJ  873223  ...          BSE         北交所
    5331  873305.BJ  873305  ...          BSE         北交所
    5332  873339.BJ  873339  ...          BSE         北交所
    5333  873527.BJ  873527  ...          BSE         北交所

            

Raw data

            {
    "_id": null,
    "home_page": "https://doupand.com",
    "name": "doupand",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Financial Data Interface",
    "author": "DouBro",
    "author_email": "doupand@163.com",
    "download_url": "https://files.pythonhosted.org/packages/d7/04/f4a8e02714903536bf912f216f35d7328a46db4377a3937f3c05e38437d8/doupand-1.0.6.tar.gz",
    "platform": "all",
    "description": "\nDouPand\n===============\n\n* easy to use as most of the data returned are pandas DataFrame objects\n* can be easily saved as csv, excel or json files\n* can be inserted into MySQL or Mongodb\n\nTarget Users\n--------------\n\n* financial market analyst of China\n* learners of financial data analysis with pandas/NumPy\n* people who are interested in China financial data\n\nInstallation\n--------------\n\n    pip install doupand\n\nUpgrade\n---------------\n\n    pip install --upgrade doupand\n\nQuick Start\n--------------\n\n::\n\n    import doupand as dp\n\n    print(dp.datareader.ashare_description())\n\nreturn::\n\n          s_dp_code  s_code  ... s_exchmarket s_listboard\n    0     000001.SZ  000001  ...         SZSE          \u4e3b\u677f\n    1     000002.SZ  000002  ...         SZSE          \u4e3b\u677f\n    2     000003.SZ  000003  ...         SZSE          \u4e3b\u677f\n    3     000004.SZ  000004  ...         SZSE          \u4e3b\u677f\n    4     000005.SZ  000005  ...         SZSE          \u4e3b\u677f\n    ...         ...     ...  ...          ...         ...\n    5329  873169.BJ  873169  ...          BSE         \u5317\u4ea4\u6240\n    5330  873223.BJ  873223  ...          BSE         \u5317\u4ea4\u6240\n    5331  873305.BJ  873305  ...          BSE         \u5317\u4ea4\u6240\n    5332  873339.BJ  873339  ...          BSE         \u5317\u4ea4\u6240\n    5333  873527.BJ  873527  ...          BSE         \u5317\u4ea4\u6240\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "A simple and easy-to-use financial data interface library built for normal investors!",
    "version": "1.0.6",
    "project_urls": {
        "Homepage": "https://doupand.com"
    },
    "split_keywords": [
        "financial",
        "data",
        "interface"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d704f4a8e02714903536bf912f216f35d7328a46db4377a3937f3c05e38437d8",
                "md5": "4496533a7c7ee4942221d4301049d28b",
                "sha256": "fac699409ec2198df073f8fc727a6ec895b7ed1d427d21ef5901abad962307b4"
            },
            "downloads": -1,
            "filename": "doupand-1.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "4496533a7c7ee4942221d4301049d28b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4763,
            "upload_time": "2024-04-26T14:38:34",
            "upload_time_iso_8601": "2024-04-26T14:38:34.854400Z",
            "url": "https://files.pythonhosted.org/packages/d7/04/f4a8e02714903536bf912f216f35d7328a46db4377a3937f3c05e38437d8/doupand-1.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-26 14:38:34",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "doupand"
}
        
Elapsed time: 0.26176s