{ "info": { "author": "Mustafa Atik", "author_email": "muatik@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Financial Crawler\nThis projects presents some clients which can fetch stock and oil price, currencies and parities from various market web sites.\n\nThis is an experimental work about detectiong correlations and causations in stock prices by looking at stock prices, commodities, currencies etc...\n\n## Installation\nIt is available in pip.\n```bash\napt-get install libxml2-dev libxslt1-dev\npip install financialCrawler\n```\n\n## Usage\n```python\nfrom financialCrawler import clients\n\n>>> print (\"\\nfetching Facebook's stock price from marketwatch.com\")\n>>> print clients.Uzmanpara.getStock(\"FB\")\n{'date': ,\n 'price': 79.18,\n 'volume': 455285000.0}\n>>> print clients.Google.getParitiy(\"eurusd\")\n{'date': , 'parity': 1.1338}\n```\n\nFor more examples and documentation please have a look at [wiki pages](https://github.com/muatik/financial-crawler/wiki).", "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/muatik/financial-crawler", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "financialCrawler", "package_url": "https://pypi.org/project/financialCrawler/", "platform": "any", "project_url": "https://pypi.org/project/financialCrawler/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/muatik/financial-crawler" }, "release_url": "https://pypi.org/project/financialCrawler/0.1.0.7/", "requires_dist": null, "requires_python": null, "summary": "stock price crawler", "version": "0.1.0.7" }, "last_serial": 1434862, "releases": { "0.1.0.7": [ { "comment_text": "", "digests": { "md5": "8feb60fa6f4c1a779930c32102524551", "sha256": "8d48c700840b29c1ec0e86f1f47dc7e109795599ad584c28a9386ce41037d4a2" }, "downloads": -1, "filename": "financialCrawler-0.1.0.7.tar.gz", "has_sig": false, "md5_digest": "8feb60fa6f4c1a779930c32102524551", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4047, "upload_time": "2015-02-23T15:39:57", "url": "https://files.pythonhosted.org/packages/68/3b/37836542d564deb0c5012e442c2b8113bc109f0a523328964f1ca78fb6dd/financialCrawler-0.1.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8feb60fa6f4c1a779930c32102524551", "sha256": "8d48c700840b29c1ec0e86f1f47dc7e109795599ad584c28a9386ce41037d4a2" }, "downloads": -1, "filename": "financialCrawler-0.1.0.7.tar.gz", "has_sig": false, "md5_digest": "8feb60fa6f4c1a779930c32102524551", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4047, "upload_time": "2015-02-23T15:39:57", "url": "https://files.pythonhosted.org/packages/68/3b/37836542d564deb0c5012e442c2b8113bc109f0a523328964f1ca78fb6dd/financialCrawler-0.1.0.7.tar.gz" } ] }