A stock analysis package in Python that equips objects with the information required to streamline operations.
Project description
wxve
A stock analysis package in Python that equips objects with the information required to streamline operations.
Install
pip install wxve
Subscribe to API
Stock data is provided by the YH Finance API.
Create an account on RapidAPI and subscribe to the right plan for you. The free plan provides 500 requests per month with a rate limit of 5 requests per second.
https://rapidapi.com/apidojo/api/yh-finance/
Tutorial
import wxve as x
IBM = x.Stock('IBM', 'YOUR_API_KEY')
IBM.candlestick.show()
print(IBM.div_df)
print(IBM.hist_df)
import wxve as x
stock_list = ['IBM', 'INTC', 'NVDA']
ai_chip_makers = x.StockSet(stock_list, 'YOUR_API_KEY')
ai_chip_makers.stocks['IBM'].candlestick.show()
print(ai_chip_makers.stocks['IBM'].div_df)
print(ai_chip_makers.stocks['IBM'].hist_df)
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
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 wxve-0.0.17.tar.gz.
File metadata
- Download URL: wxve-0.0.17.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.8.1 keyring/23.1.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39b85d6e884cdf64585ac5f40be567199f45fa81f2a0cef9ae2f99dc3d44d452
|
|
| MD5 |
2994ca412a9ac93a85a14209132a5a35
|
|
| BLAKE2b-256 |
d21e0e0b5ec6233b66e4c300f2fb49c63471d4769425af0927ecaf67431d70ed
|
File details
Details for the file wxve-0.0.17-py3-none-any.whl.
File metadata
- Download URL: wxve-0.0.17-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.8.1 keyring/23.1.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efdb4979c3d5866486438e42b1149e54ffa1d6b3bd4c16388eaf483dd3efd0b9
|
|
| MD5 |
2192db27dbb9f6bfa2e89865e932195d
|
|
| BLAKE2b-256 |
7f68003c424f550d2fc36ec98b202e12e3e1aa9cbe57632d194e6a23073e4156
|