show stock info
Project description
# stock-quote-cli
> Real time stock data retrieved from yahoo finance.
## Info
Supports all the Exchanges listed on yahoo finance.
Yahoo finance provides stock price and details for stocks using a particular Id and extension. For instance, Hdfc Bank Ltd. listed in NSE(National Stock Exchange India) has symbol as HDFCBANK and extension as NS. Similarly, in BSE the symbol is same but the extension is BO. Please check the Usage section for more detailed usage.
You can get the list of exchanges from the following URL:
```
https://help.yahoo.com/kb/SLN2311.html
```
## Install
```
pip install stock-quote-cli
```
## Usage
```
stock <SYMBOL> <EXCHANGE>
<EXCHANGE> to be provided only if the stock is not listed on NYSE
```
To get stock quote of Google listed in NASDAQ, use the following code snippet:
```
stock GOOGL
```
To get stock quote of Biocon listed in Bombay Stock Exchange, use the following code snippet:
```
stock BIOCON BO
```
You can get the list of exchanges from the following URL:
```
https://help.yahoo.com/kb/SLN2310.html
```
## Data Format
The data returned when the promise is resolved will have the following format:
{
"symbol": "GOOGL",
"currency": "USD",
"currentPrice": "1,217.41",
"totalRevenue": "123.9B",
"ebitda": "38.21B",
"cashPerShare": "146.99",
"currentRatio": "4.15",
"quickRatio": "4.00",
"debtToEquity": "2.46",
"revenuePerShare": "178.41",
"grossProfits": "65.27B",
"grossMargins": "57.41%",
"operatingMargins": "24.48%",
"profitMargins": "13.16%",
"ebitdaMargins": "30.84%"
}
> Real time stock data retrieved from yahoo finance.
## Info
Supports all the Exchanges listed on yahoo finance.
Yahoo finance provides stock price and details for stocks using a particular Id and extension. For instance, Hdfc Bank Ltd. listed in NSE(National Stock Exchange India) has symbol as HDFCBANK and extension as NS. Similarly, in BSE the symbol is same but the extension is BO. Please check the Usage section for more detailed usage.
You can get the list of exchanges from the following URL:
```
https://help.yahoo.com/kb/SLN2311.html
```
## Install
```
pip install stock-quote-cli
```
## Usage
```
stock <SYMBOL> <EXCHANGE>
<EXCHANGE> to be provided only if the stock is not listed on NYSE
```
To get stock quote of Google listed in NASDAQ, use the following code snippet:
```
stock GOOGL
```
To get stock quote of Biocon listed in Bombay Stock Exchange, use the following code snippet:
```
stock BIOCON BO
```
You can get the list of exchanges from the following URL:
```
https://help.yahoo.com/kb/SLN2310.html
```
## Data Format
The data returned when the promise is resolved will have the following format:
{
"symbol": "GOOGL",
"currency": "USD",
"currentPrice": "1,217.41",
"totalRevenue": "123.9B",
"ebitda": "38.21B",
"cashPerShare": "146.99",
"currentRatio": "4.15",
"quickRatio": "4.00",
"debtToEquity": "2.46",
"revenuePerShare": "178.41",
"grossProfits": "65.27B",
"grossMargins": "57.41%",
"operatingMargins": "24.48%",
"profitMargins": "13.16%",
"ebitdaMargins": "30.84%"
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
stock-quote-cli-1.0.0.tar.gz
(2.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stock-quote-cli-1.0.0.tar.gz.
File metadata
- Download URL: stock-quote-cli-1.0.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/38.4.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/2.7.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c4dedd976670bd30cc2a0569f10ba7f51b70967ae2d64677252955051fd5cd5
|
|
| MD5 |
734ed357ccdedad88d843b421e8702a3
|
|
| BLAKE2b-256 |
38edd10fd183fb8ee0d3e45116177abbd8f57f0f08089046fb6b4507f0225845
|
File details
Details for the file stock_quote_cli-1.0.0-py2-none-any.whl.
File metadata
- Download URL: stock_quote_cli-1.0.0-py2-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/38.4.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/2.7.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4734a624e8b2249b8ca14bef05d5516c897456a598b2750ec5d07e9e8e82bc5
|
|
| MD5 |
db16af873c6be9ae2babcf69d11dbd77
|
|
| BLAKE2b-256 |
47e2eefd77356a2ddb5b2c84ef6694e1030ec16bac9da435423eac881d0e933f
|