Package to help on Stock Market Visualization and Data
Project description
fetquest
FETQUEST library is based on yfinance lib, Package to help on Stock Market Visualization and Data Handaling.
To find out the period return i.e for 1 year or 1 month use the below function. for Indian stock market use "{ScripName}.NS"
To Get Chart on the data use. {chart="yes"}
from fetquest import tickerReturn
scrips,returns = tickerReturn("SBIN.NS HDFCBANK.NS",period="3mo",chart="yes")
from fetquest import tickerReturn
scrips,returns = tickerReturn("SBIN.NS HDFCBANK.NS",period="3mo")
Periods accepted are '1d', '5d', '1mo', '3mo', '6mo', '1y', '2y', 'ytd', 'max'
By using space as delimiter Scrips can be added.
This will return the Scrips provided in list -{scrips} and percentage return in {retruns} variables.
New Functions will be added as developed.
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
fetquest-0.0.6.tar.gz
(3.1 kB
view details)
File details
Details for the file fetquest-0.0.6.tar.gz.
File metadata
- Download URL: fetquest-0.0.6.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f679cffc33981a83d2a2c8b191d680e6a54d4de04128568570e437f56f96616
|
|
| MD5 |
f11f048c7e4e3730da5148dfe5cde4c4
|
|
| BLAKE2b-256 |
aee43245eaf89ef479c476e5fd33544c8bf55c454c1b7184e2be43a0cfc16548
|