{ "info": { "author": "Sudeep Acharya", "author_email": "sudeep611@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Introduction\n----------\n- Python module to get Nepse Price and other info. \n- Easy to install and Simple to use.\n- Thanks to nepalstock.com for the data. \n- Works on python 2.7+ and python 3\n- All the date are in AD\n\nTo install\n$ python setup.py install\n\n\nDependencies\n----------\n\n* BeautifulSoup4\n* requests\n\n\nUsage\n----------\n\n>>> from nepserate import ScrapeRate\n>>> rs = ScrapeRate()\n\n>>> rs.getRate(\"ADBL\") # 'ADBL' is the symbol of the orgranization for more reger to docs/SymbolList.rst\n{'high': u'Rs. 514', 'previous_close': u'Rs. 506', 'percent_change': u'-0.20', 'net_change': u'Rs.-1', 'last_traded_date': '2014-10-22', 'ADBL': 'Agricultural Development Bank Ltd', 'last_traded_price': '505', 'low': u'Rs. 495'}\n\nAlso you can request to the data of previous date \n\n>>> rs.getRate(\"ADBL\", \"2013-12-10\")\n{'previous_close': u'396', 'amount': u'11,496,761', 'min_price': u'391', 'total_share': u'28,690', 'date': '2013-12-10', 'number_of_transaction': u'192', 'closing_price': u'400', 'difference_rs': u'4', 'ADBL': 'Agricultural Development Bank Ltd', 'max_price': u'405'}\n\n\nReference\n----------\n- Symbol list of the Banks and Organization (https://github.com/acsudeep/nepserate/blob/master/docs/SymbolList.rst)\n\n\nProblem\n---------\nTweet me [@acsudeep](http://twitter.com/acsudeep)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/acsudeep/nepserate", "keywords": "nepal,nepse,nepalstock,nepalsharemarket", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "nepserate", "package_url": "https://pypi.org/project/nepserate/", "platform": "any", "project_url": "https://pypi.org/project/nepserate/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/acsudeep/nepserate" }, "release_url": "https://pypi.org/project/nepserate/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Get the stock price of banks and Organization of Nepal.", "version": "0.1.0" }, "last_serial": 1290167, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "f15d53f56485bcffc838d50ad5ed69e1", "sha256": "bed5a7968b07f5e1332ab21d20c1af43124da8c7d545597d11067ebf85a1204e" }, "downloads": -1, "filename": "nepserate-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f15d53f56485bcffc838d50ad5ed69e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7354, "upload_time": "2014-10-31T16:52:33", "url": "https://files.pythonhosted.org/packages/95/53/790b579bbc875919f3d5c53d8a097dd1c83d2b956afb93dba0b78e3cbd79/nepserate-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f15d53f56485bcffc838d50ad5ed69e1", "sha256": "bed5a7968b07f5e1332ab21d20c1af43124da8c7d545597d11067ebf85a1204e" }, "downloads": -1, "filename": "nepserate-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f15d53f56485bcffc838d50ad5ed69e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7354, "upload_time": "2014-10-31T16:52:33", "url": "https://files.pythonhosted.org/packages/95/53/790b579bbc875919f3d5c53d8a097dd1c83d2b956afb93dba0b78e3cbd79/nepserate-0.1.0.tar.gz" } ] }