{ "info": { "author": "Jimmy Liu", "author_email": "jimmysoa@sina.cn", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "TuShare\n===============\n\n.. image:: https://api.travis-ci.org/waditu/tushare.png?branch=master\n :target: https://travis-ci.org/waditu/tushare\n\n.. image:: https://badge.fury.io/py/tushare.png\n :target: http://badge.fury.io/py/tushare\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 tushare\n \nUpgrade\n---------------\n\n pip install tushare --upgrade\n \nQuick Start\n--------------\n\n::\n\n import tushare as ts\n \n ts.get_hist_data('600848')\n \nreturn::\n\n open high close low volume p_change ma5 \n date\n 2012-01-11 6.880 7.380 7.060 6.880 14129.96 2.62 7.060\n 2012-01-12 7.050 7.100 6.980 6.900 7895.19 -1.13 7.020\n 2012-01-13 6.950 7.000 6.700 6.690 6611.87 -4.01 6.913\n 2012-01-16 6.680 6.750 6.510 6.480 2941.63 -2.84 6.813\n 2012-01-17 6.660 6.880 6.860 6.460 8642.57 5.38 6.822\n 2012-01-18 7.000 7.300 6.890 6.880 13075.40 0.44 6.788\n 2012-01-19 6.690 6.950 6.890 6.680 6117.32 0.00 6.770\n 2012-01-20 6.870 7.080 7.010 6.870 6813.09 1.74 6.832", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://tushare.org", "keywords": "China stock data", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "tusharec", "package_url": "https://pypi.org/project/tusharec/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tusharec/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://tushare.org" }, "release_url": "https://pypi.org/project/tusharec/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "A utility for crawling historical and Real-time Quotes data of China stocks", "version": "0.0.2" }, "last_serial": 2522677, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "1e1fc8481f794ec1d7e9f0caad6e3f36", "sha256": "1fc6845dc169365c74ad44bbef7abf40047bd5efdc719c7e83fb0567d7ae2739" }, "downloads": -1, "filename": "tusharec-0.0.2.tar.gz", "has_sig": false, "md5_digest": "1e1fc8481f794ec1d7e9f0caad6e3f36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88521, "upload_time": "2016-12-16T08:43:18", "url": "https://files.pythonhosted.org/packages/55/69/e7b3c91a12c1c953647bed2ed008f57b21d00a54cbb2d402a78e21d22e9a/tusharec-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1e1fc8481f794ec1d7e9f0caad6e3f36", "sha256": "1fc6845dc169365c74ad44bbef7abf40047bd5efdc719c7e83fb0567d7ae2739" }, "downloads": -1, "filename": "tusharec-0.0.2.tar.gz", "has_sig": false, "md5_digest": "1e1fc8481f794ec1d7e9f0caad6e3f36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88521, "upload_time": "2016-12-16T08:43:18", "url": "https://files.pythonhosted.org/packages/55/69/e7b3c91a12c1c953647bed2ed008f57b21d00a54cbb2d402a78e21d22e9a/tusharec-0.0.2.tar.gz" } ] }