An open API service indexing awesome lists of open source software.

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

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.

```