YahooRequest


NameYahooRequest JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/TheodorGajhede/YahooRequests
SummaryA simple Python library for getting stock prices and company names from Yahoo Finance.
upload_time2023-07-19 22:50:35
maintainer
docs_urlNone
authorTheodor Gajhede
requires_python
licenseMIT
keywords stocks ticker yahoo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Yahoo Requests

## By Theodor Gajhede from the northeren part of Denmark

### This is a small library for getting prices and fullnames of companies using Yahoo

### How to use

    from YahooRequests import YahooRequests as yr    
    # Now you can just print this value or assign it as a variable
    yr.price("googl")
    # The same goes for name
    yr.name("googl")

### YahooRequests.price(ticker)

    It is very simple you are only required to input a ticker  and it will return the live price
    the ticker will be unpacked using * so it can be a str, or a single byte list like ["googl"]

### YahooRequests.convert(ticker)

    The same goes for convert, the returned value will be the full company name

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/TheodorGajhede/YahooRequests",
    "name": "YahooRequest",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Stocks,Ticker,Yahoo",
    "author": "Theodor Gajhede",
    "author_email": "theodorgajhede@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d8/44/4f045c3174ca302375347d6d2a7f88cc7b7d67744883b1cf76be2c2dce1b/YahooRequest-0.1.2.tar.gz",
    "platform": null,
    "description": "# Yahoo Requests\r\n\r\n## By Theodor Gajhede from the northeren part of Denmark\r\n\r\n### This is a small library for getting prices and fullnames of companies using Yahoo\r\n\r\n### How to use\r\n\r\n    from YahooRequests import YahooRequests as yr    \r\n    # Now you can just print this value or assign it as a variable\r\n    yr.price(\"googl\")\r\n    # The same goes for name\r\n    yr.name(\"googl\")\r\n\r\n### YahooRequests.price(ticker)\r\n\r\n    It is very simple you are only required to input a ticker  and it will return the live price\r\n    the ticker will be unpacked using * so it can be a str, or a single byte list like [\"googl\"]\r\n\r\n### YahooRequests.convert(ticker)\r\n\r\n    The same goes for convert, the returned value will be the full company name\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple Python library for getting stock prices and company names from Yahoo Finance.",
    "version": "0.1.2",
    "project_urls": {
        "Download": "https://github.com/TheodorGajhede/YahooRequests/archive/refs/tags/BETA.tar.gz",
        "Homepage": "https://github.com/TheodorGajhede/YahooRequests"
    },
    "split_keywords": [
        "stocks",
        "ticker",
        "yahoo"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8444f045c3174ca302375347d6d2a7f88cc7b7d67744883b1cf76be2c2dce1b",
                "md5": "f5872a9b91597d687eacbd1433197498",
                "sha256": "5bfb8afb5596ddb71bf814d9dfeabc30d6cd2d4038284a921e6f0d618176c2dc"
            },
            "downloads": -1,
            "filename": "YahooRequest-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f5872a9b91597d687eacbd1433197498",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3726,
            "upload_time": "2023-07-19T22:50:35",
            "upload_time_iso_8601": "2023-07-19T22:50:35.848793Z",
            "url": "https://files.pythonhosted.org/packages/d8/44/4f045c3174ca302375347d6d2a7f88cc7b7d67744883b1cf76be2c2dce1b/YahooRequest-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-19 22:50:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "TheodorGajhede",
    "github_project": "YahooRequests",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "yahoorequest"
}
        
Elapsed time: 0.10053s