Avstockparser

Latest version: v1.1.6

Safety actively analyzes 624712 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.1.6

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)

1.0.3

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/

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.