Now you can draw an interactive candlesticks chart with --render key. For example:
commandline
avstockparser --debug-level 10 --api-key "your token here" --ticker YNDX --period TIME_SERIES_DAILY --size compact --output YNDX1440.csv --parse --render
After running the command above, you will get three files:
- `YNDX1440.csv` — .csv-file containing prices (example: [./media/YNDX1440.csv](https://github.com/Tim55667757/AVStockParser/blob/1.1.6/media/YNDX1440.csv));
- `index.html` — price chart and statistics drawn using the Bokeh library and saved to an .html-file (example: [./media/index.html](https://github.com/Tim55667757/AVStockParser/blob/1.1.6/media/index.html));
- `index.html.md` — statistics as simple text, saved in markdown format (example: [./media/index.html.md](https://github.com/Tim55667757/AVStockParser/blob/1.1.6/media/index.html.md)).
![](https://github.com/Tim55667757/AVStockParser/blob/1.1.6/media/index.html.png)