Now you can draw an interactive candlesticks chart with --render key. For example:
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);index.html
— price chart and statistics drawn using the Bokeh library and saved to an .html-file (example: ./media/index.html);index.html.md
— statistics as simple text, saved in markdown format (example: ./media/index.html.md).