nasdaq-stock


Namenasdaq-stock JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/georgejs/nasdaq_stock
Summarynasdaq stock retriever
upload_time2024-04-07 02:59:06
maintainerNone
docs_urlNone
authorGeorge Shen
requires_pythonNone
licenseNone
keywords stock nasdaq stock retriever nasdaq stock
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # nasdaq_stock
nasdaq stock pull down

# How to use
```
>>>from nasdaq_stock import nasdaq_stock as ns
```
or
```
>>>from nasdaq_stock import nasdaq_stock   
>>>nasdaq_stock.stock(‘spyd’)              
```
or
```
>>>spyd = nasdaq_stock.stock(‘spyd’)       
```

This will return string data and a dictionary of that data.
Current data fields are:                   
ticker: The stock or id of that ticker.    
date: The date when the stock was queried. 
time: The time when the stock was taken. This can be helpful if you are trying to do minute-by-minute data gathering
price: The current price or bid price      
ask: The current ask price                 
high: The high of the day                  
low: The low of the day                    
previous_close: The previous closing form the last day. Not to be confused with last ask price
volume: Volume of shares for the current day. 

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/georgejs/nasdaq_stock",
    "name": "nasdaq-stock",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "stock, nasdaq, stock retriever, nasdaq stock",
    "author": "George Shen",
    "author_email": "georgejs.arch@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cc/ea/74ae32c4ed8ff072d7cd9eb6e684122f3e82e18df3d5075a9e7511cc3653/nasdaq_stock-0.0.5.tar.gz",
    "platform": null,
    "description": "# nasdaq_stock\r\nnasdaq stock pull down\r\n\r\n# How to use\r\n```\r\n>>>from nasdaq_stock import nasdaq_stock as ns\r\n```\r\nor\r\n```\r\n>>>from nasdaq_stock import nasdaq_stock   \r\n>>>nasdaq_stock.stock(\u00e2\u20ac\u02dcspyd\u00e2\u20ac\u2122)              \r\n```\r\nor\r\n```\r\n>>>spyd = nasdaq_stock.stock(\u00e2\u20ac\u02dcspyd\u00e2\u20ac\u2122)       \r\n```\r\n\r\nThis will return string data and a dictionary of that data.\r\nCurrent data fields are:                   \r\nticker: The stock or id of that ticker.    \r\ndate: The date when the stock was queried. \r\ntime: The time when the stock was taken. This can be helpful if you are trying to do minute-by-minute data gathering\r\nprice: The current price or bid price      \r\nask: The current ask price                 \r\nhigh: The high of the day                  \r\nlow: The low of the day                    \r\nprevious_close: The previous closing form the last day. Not to be confused with last ask price\r\nvolume: Volume of shares for the current day. \r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "nasdaq stock retriever",
    "version": "0.0.5",
    "project_urls": {
        "Download": "https://github.com/georgejs/nasdaq_stock/archive/0.0.5.tar.gz",
        "Homepage": "https://github.com/georgejs/nasdaq_stock"
    },
    "split_keywords": [
        "stock",
        " nasdaq",
        " stock retriever",
        " nasdaq stock"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "399a16f6daf36a174b04eab0b7d757b9c87b648061784b550b6a700a678ded50",
                "md5": "46f258da8486594715803c6311e63ace",
                "sha256": "8dfb577a21d1a925d816c5aa2c35b451e64f55aa08d17e2fb7b683f753357a76"
            },
            "downloads": -1,
            "filename": "nasdaq_stock-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "46f258da8486594715803c6311e63ace",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4217,
            "upload_time": "2024-04-07T02:59:05",
            "upload_time_iso_8601": "2024-04-07T02:59:05.174515Z",
            "url": "https://files.pythonhosted.org/packages/39/9a/16f6daf36a174b04eab0b7d757b9c87b648061784b550b6a700a678ded50/nasdaq_stock-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccea74ae32c4ed8ff072d7cd9eb6e684122f3e82e18df3d5075a9e7511cc3653",
                "md5": "ccd446b6c45d6580473ed8c8a1bf5c32",
                "sha256": "78370d8325a08c72d6fbe7a9052506e20d38fefe417e28faa43fa7b1c76f81b5"
            },
            "downloads": -1,
            "filename": "nasdaq_stock-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "ccd446b6c45d6580473ed8c8a1bf5c32",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3811,
            "upload_time": "2024-04-07T02:59:06",
            "upload_time_iso_8601": "2024-04-07T02:59:06.682233Z",
            "url": "https://files.pythonhosted.org/packages/cc/ea/74ae32c4ed8ff072d7cd9eb6e684122f3e82e18df3d5075a9e7511cc3653/nasdaq_stock-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-07 02:59:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "georgejs",
    "github_project": "nasdaq_stock",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "nasdaq-stock"
}
        
Elapsed time: 0.22134s