Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedrocorreia105/largeststockgrowthchart
A responsive visualization made with D3.js of the largest stock growth by month, week and day of US stocks in the past 60 years.
https://github.com/pedrocorreia105/largeststockgrowthchart
d3 stock-market
Last synced: 14 days ago
JSON representation
A responsive visualization made with D3.js of the largest stock growth by month, week and day of US stocks in the past 60 years.
- Host: GitHub
- URL: https://github.com/pedrocorreia105/largeststockgrowthchart
- Owner: PedroCorreia105
- License: mit
- Created: 2024-06-04T23:10:11.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-11T14:51:35.000Z (5 months ago)
- Last Synced: 2024-10-05T10:58:23.402Z (about 1 month ago)
- Topics: d3, stock-market
- Language: JavaScript
- Homepage: https://largeststockgrowthchart.netlify.app/
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Description •
Stack •
Dependencies •
Commands •
Video Tutorials •
License
## Description
A responsive visualization made with D3.js of the largest stock growth by month, week and day of US stocks in the past 60 years.
Displayed stocks have a minimum open of $2, average volume of 1000 shares and traded for at least 10 days.## Stack
Dataset source
Stooq &
Nasdaq
Processed with
JS
Graph Library
D3
Deployment
Netlify
## Dependencies
```bash
$ npm install cli-progress live-server
```## Commands
```bash
# Process data
$ node ./process_data.js# Display chart
$ npx live-server
```## Video Tutorials
- [DataVizDad](https://www.youtube.com/@datavizdad)
- [Data Science for Everyone - D3: Data Driven Documents](https://www.youtube.com/watch?v=lzxAKqoBhDY&list=PLlbbWgBRF8EfU-MZNicdIGVKMIX-6krG8&index=1)## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/PedroCorreia105/LargestStockGrowthChart/blob/master/LICENSE) file for details.