If you want to generate such a static page for yourself:
- Edit
generate_stooq.rb
- Update
CHARTS
variable with list of symbols you want to track. They need to be valid stooq.com symbols. - Update
TIMEFRAMES
variable with list of timeframes you want to track for every symbol. They need to be valid stooq.com timeframes. - Run
ruby generate_stooq.rb
. It will generateindex.html
file in the working directory.
Ruby is obviously a dependency. Tested on ruby 2.6.5.