https://github.com/chinmay29hub/stockulize
Download and Visualize Stock Dataset
https://github.com/chinmay29hub/stockulize
beta-release python3 stock-data stock-market stock-visualizer streamlit streamlit-dashboard visualization webapp webapplication
Last synced: 5 months ago
JSON representation
Download and Visualize Stock Dataset
- Host: GitHub
- URL: https://github.com/chinmay29hub/stockulize
- Owner: chinmay29hub
- License: mit
- Created: 2022-09-13T17:02:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T06:55:30.000Z (over 2 years ago)
- Last Synced: 2024-02-27T08:00:53.871Z (over 2 years ago)
- Topics: beta-release, python3, stock-data, stock-market, stock-visualizer, streamlit, streamlit-dashboard, visualization, webapp, webapplication
- Language: Python
- Homepage: https://github.com/chinmay29hub/stockulize
- Size: 3.14 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support/bse.csv
Awesome Lists containing this project
README
# stockulize (under development)
```
Lets visualise stock data using streamlit
Added Download Stock Data feature
Added User Upload Feature
```
```
Remaining work :
1) graphs
2) Current version limited to NASDAQ stocks
```
#### User csv upload should be in the below format :
| Date | Open | High | Low | Close | Adj Close | Volume |
| -------- | ------ | ----------- | ----------- | ----------- | ----------- | -------- |
30-06-2022 | 137.25 | 138.3699951 | 111.7700043 | 136.7200012 | 136.5303497 | 98964500 |
31-06-2022 | 127.25 | 132.3699951 | 115.7700043 | 138.9300012 | 138.5303497 | 71051600 |
32-06-2022 | 115.25 | 120.3699951 | 110.7700043 | 142.5600012 | 142.5303497 | 73353800 |
| . | . | . | . | . | . | . |
#### Recommendation for users :
```
1) Use Stockulize to download dataset and to not worry about the format.
```