jeffreywallphd / AutoProphet

A repository for code and documentation for the open-source Auto Prophet financial analytics tool
GNU General Public License v3.0
6 stars 4 forks source link

AlphaVantage API 5Y Data Issue #110

Open Sickmannnnnn opened 3 months ago

Sickmannnnnn commented 3 months ago

Describe the bug The graph on the Stock and Fund page is giving incorrect information. There is a large spike in price data for tech companies like Google and Apple around August 2020 for Apple and July 2022 for Google. Other tickers may have incorrect data too.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Stock and Fund'
  2. Enter AAPL or GOOG into the ticker symbol
  3. See error

Expected behavior The graph should give correct data: image image

Screenshots image image

Desktop:

jeffreywallphd commented 3 months ago

This was occurring on the AlphaVantage data. While working on my recent pull request to fix the Max interval bug, I noticed that the AlphaVantage data is no longer showing the strange spike. It is unclear whether the bug fixes I made also fixed this bug or if AlphaVantage had a bug that they fixed. I will continue to leave this open to check on this issue in the future.