Metadata-Version: 1.0
Name: chinesestockapi_py2
Version: 1.1
Summary: Python API to get Chinese stock price for python 2.7
Home-page: https://pypi.python.org/pypi/chinesestockapi_py2
Author: Roy Liu
Author-email: roystd@qq.com
License: Apache Software License
Description: Library to get Chinese stock price
        
        Supported Engines:
         - Hexun API
         - Sina Finance API
         - Yahoo Finance API
        
        Usage:
        
         from cstock.request import Requests
        
         from cstock.hexun_engine import HexunEngine
        
         engine = HexunEngine()
        
         requester = Requester(engine)
        
         stock = requester.request('000626')
        
         print stock.as_dict()
        
        
Platform: any
