Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
jwfu committed Nov 16, 2020
1 parent d728b39 commit d410d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2020-11-15-total-return-calculator.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Here in the UK, large ETFs are usually offer both accumulating and distributing

![_config.yml]({{ site.baseurl }}/images/spyTotalReturn.png)

I couldn't to find an easy way to determine total return for arbitrary stocks, so I wrote a small tool that uses [AlphaVantage through Pandas Datareader](https://pandas-datareader.readthedocs.io/en/latest/readers/alphavantage.html).
I couldn't to find an easy way to determine total return for arbitrary stocks, so I wrote a small tool does this using [AlphaVantage through Pandas Datareader](https://pandas-datareader.readthedocs.io/en/latest/readers/alphavantage.html).

The tool is available on PyPI using `pip install gainz-jwf`. The code is hosted in [Github](https://github.com/jwfu/gainz).

0 comments on commit d410d7f

Please sign in to comment.