https://github.com/oooooooo/stock-gallery
Display a 5-year chart for a specified stock code to identify the best times to buy or sell.
https://github.com/oooooooo/stock-gallery
Last synced: 5 months ago
JSON representation
Display a 5-year chart for a specified stock code to identify the best times to buy or sell.
- Host: GitHub
- URL: https://github.com/oooooooo/stock-gallery
- Owner: oooooooo
- License: mit
- Created: 2016-12-10T02:27:55.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-11-26T15:05:34.000Z (7 months ago)
- Last Synced: 2025-11-29T11:56:31.932Z (7 months ago)
- Language: Go
- Homepage: https://oooooooo.github.io/stock-gallery/
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stock Gallery
## About
Display a 5-year chart for a specified stock code to identify the best times to buy or sell.
This tool simply arranges and displays charts from Yahoo! Finance. It’s simple but surprisingly useful for me.
## Usage
```shell
go run cmd/fetch/main.go 9064.T,7203.T,6752.T,9501.T,8136.T,9064.T,2220.T,5253.T,5032.T,4661.T,9432.T,3778.T,3382.T > chart.json
cat chart.json | go run cmd/chart/main.go > docs/index.html
```
## Demo
## License
MIT