Skip to content

Releases: Tim55667757/AVStockParser

release-1.1.6

11 Mar 18:40
4a99dac
Compare
Choose a tag to compare

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).

1.0.3

25 Dec 16:14
45fffb6
Compare
Choose a tag to compare

Release include main functionality: it can read stock history data from Alpha Vantage online service and convert into .csv file or pandas dataframe. See examples here: https://tim55667757.github.io/AVStockParser/