Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


D3.js Logo


code style: prettier
CodeFactor
Website
License



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.