stocksnap


Namestocksnap JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/omrawal/Stock-Snap
SummaryFetch stock data via Google Finance
upload_time2024-11-15 10:56:40
maintainerNone
docs_urlNone
authorOm Rawal
requires_pythonNone
licenseNone
keywords python stock bse api nse scraping web scraping
VCS
bugtrack_url
requirements beautifulsoup4 bs4 certifi charset-normalizer et-xmlfile idna numpy openpyxl pandas python-dateutil pytz requests six soupsieve tzdata urllib3
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Stock-Price-API

Extract various stock prices and global indices using Web Scraping of Google Finance and NSE website


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/omrawal/Stock-Snap",
    "name": "stocksnap",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, stock, BSE, API, NSE, scraping, web scraping",
    "author": "Om Rawal",
    "author_email": "omrawal2801@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3f/67/1b59648d7ab91048daf32a4776cfb6efc09fa41584e5aa9a09fab039bb32/stocksnap-0.0.2.tar.gz",
    "platform": null,
    "description": "\r\n# Stock-Price-API\r\n\r\nExtract various stock prices and global indices using Web Scraping of Google Finance and NSE website\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Fetch stock data via Google Finance",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/omrawal/Stock-Snap"
    },
    "split_keywords": [
        "python",
        " stock",
        " bse",
        " api",
        " nse",
        " scraping",
        " web scraping"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2917dc919d352a3c1161fe9b9444e7a9e1d1b30fd1c344a85a38ea965ac3144",
                "md5": "64aacdbed11ed7e2764200029b151ab4",
                "sha256": "c834652e65cc354b28a1a094cb0a3b5254bbd0b899fa473323f948c48ebdfb94"
            },
            "downloads": -1,
            "filename": "stocksnap-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "64aacdbed11ed7e2764200029b151ab4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 116434,
            "upload_time": "2024-11-15T10:56:39",
            "upload_time_iso_8601": "2024-11-15T10:56:39.414222Z",
            "url": "https://files.pythonhosted.org/packages/a2/91/7dc919d352a3c1161fe9b9444e7a9e1d1b30fd1c344a85a38ea965ac3144/stocksnap-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f671b59648d7ab91048daf32a4776cfb6efc09fa41584e5aa9a09fab039bb32",
                "md5": "b1e01ad93cc785af81733e5276615460",
                "sha256": "7ce712a3bcfdc0cb321d992d027752b275414a4deac042daec7bd746f3d85840"
            },
            "downloads": -1,
            "filename": "stocksnap-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b1e01ad93cc785af81733e5276615460",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3572,
            "upload_time": "2024-11-15T10:56:40",
            "upload_time_iso_8601": "2024-11-15T10:56:40.714511Z",
            "url": "https://files.pythonhosted.org/packages/3f/67/1b59648d7ab91048daf32a4776cfb6efc09fa41584e5aa9a09fab039bb32/stocksnap-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-15 10:56:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "omrawal",
    "github_project": "Stock-Snap",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "beautifulsoup4",
            "specs": [
                [
                    "==",
                    "4.12.3"
                ]
            ]
        },
        {
            "name": "bs4",
            "specs": [
                [
                    "==",
                    "0.0.2"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2024.7.4"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "3.3.2"
                ]
            ]
        },
        {
            "name": "et-xmlfile",
            "specs": [
                [
                    "==",
                    "1.1.0"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.7"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "2.0.1"
                ]
            ]
        },
        {
            "name": "openpyxl",
            "specs": [
                [
                    "==",
                    "3.1.5"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "2.2.2"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    "==",
                    "2.9.0.post0"
                ]
            ]
        },
        {
            "name": "pytz",
            "specs": [
                [
                    "==",
                    "2024.1"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.32.3"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.16.0"
                ]
            ]
        },
        {
            "name": "soupsieve",
            "specs": [
                [
                    "==",
                    "2.5"
                ]
            ]
        },
        {
            "name": "tzdata",
            "specs": [
                [
                    "==",
                    "2024.1"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "2.2.2"
                ]
            ]
        }
    ],
    "lcname": "stocksnap"
}
        
Elapsed time: 0.40109s