gatherstockdata


Namegatherstockdata JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryGather Stock data
upload_time2022-12-22 03:59:18
maintainer
docs_urlNone
authorLucas Rimfrost
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Gather Stock Data

This project is primarily for personal use and education and can be used to gather simple stock data from yahoo finance. It
provides a simple way of gathering stock data without all the hard work.


## Authors

- [Lucas Rimfrost](https://www.github.com/octokatherine)


## Installation

Install gatherstockdata with pip
Use the following command in cmd:

```python
  pip install gatherstockdata
```
    
## Usage

```python
from gatherstockdata import *

def main():
    # Ticker of stock as parameter
    data = gather_funda_info("AAPL")
    return data['pps']

show_data = main()
print(show_data)
```


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "gatherstockdata",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Lucas Rimfrost",
    "author_email": "lucas.rimfrost@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/50/5a/a69b768a972f01f9d6de86380d3c8c90de41611dd6208a78377d7fc0e572/gatherstockdata-0.0.1.tar.gz",
    "platform": null,
    "description": "\r\n# Gather Stock Data\r\n\r\nThis project is primarily for personal use and education and can be used to gather simple stock data from yahoo finance. It\r\nprovides a simple way of gathering stock data without all the hard work.\r\n\r\n\r\n## Authors\r\n\r\n- [Lucas Rimfrost](https://www.github.com/octokatherine)\r\n\r\n\r\n## Installation\r\n\r\nInstall gatherstockdata with pip\r\nUse the following command in cmd:\r\n\r\n```python\r\n  pip install gatherstockdata\r\n```\r\n    \r\n## Usage\r\n\r\n```python\r\nfrom gatherstockdata import *\r\n\r\ndef main():\r\n    # Ticker of stock as parameter\r\n    data = gather_funda_info(\"AAPL\")\r\n    return data['pps']\r\n\r\nshow_data = main()\r\nprint(show_data)\r\n```\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Gather Stock data",
    "version": "0.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "050287a33f59286b8941bafc3040615a",
                "sha256": "fcb48510ed0ca8dc14a9ed9382dfcf720ddfd7c81e6c6be19257a0a0546ea181"
            },
            "downloads": -1,
            "filename": "gatherstockdata-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "050287a33f59286b8941bafc3040615a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 16014,
            "upload_time": "2022-12-22T03:59:16",
            "upload_time_iso_8601": "2022-12-22T03:59:16.801905Z",
            "url": "https://files.pythonhosted.org/packages/92/92/50b8a289b9f23979933f861068612b48023a7e7f1d601bd09e455b13c6db/gatherstockdata-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "087544299987b53237b1a7262b5f258a",
                "sha256": "e9ca26f08ee2e51ab88e562de31e9f2b651ca9b078fecaf7d3cc5d3c70ea17f8"
            },
            "downloads": -1,
            "filename": "gatherstockdata-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "087544299987b53237b1a7262b5f258a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 15896,
            "upload_time": "2022-12-22T03:59:18",
            "upload_time_iso_8601": "2022-12-22T03:59:18.739986Z",
            "url": "https://files.pythonhosted.org/packages/50/5a/a69b768a972f01f9d6de86380d3c8c90de41611dd6208a78377d7fc0e572/gatherstockdata-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-22 03:59:18",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "gatherstockdata"
}
        
Elapsed time: 0.05024s