Skip to main content

A simple Python library for getting stock prices and company names from Yahoo Finance.

Project description

Yahoo Requests

A small Python library for getting prices and full names of companies using Yahoo.

Author

Theodor Gajhede from the north of Denmark

Usage

from YahooRequests import YahooRequests as yr

# Get the live price of Google
price = yr.price("googl")

# Get the full company name of Google
name = yr.name("googl")

Installation

pip install YahooRequests 

Support

If import YahooRequests from YahooRequests doesn't work try using the "--user" flag when installing with pip or contact RedDied at reddied@gmail.com

Credits

Thanks to u/Diapolo10 for helping with version 0.2.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yahoorequests-1.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

yahoorequests-1.0-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page