b-nugent / 344WebApp

Web Engineering 344 Project
http://vm344e.se.rit.edu/R2
0 stars 0 forks source link

Stock chart upper bound date is in early October #11

Closed andrewpop1118 closed 8 years ago

andrewpop1118 commented 8 years ago

The upper bound date in the stock chart is stuck as 10-09-15. This should probably be the current date.

andrewpop1118 commented 8 years ago

The issue is that historical data is being used, and it doesn't pull data from recent months.

andrewpop1118 commented 8 years ago

The problem is in the Yahoo Finance API. We are using the historical datatable offered by the API, but when we attempted to change it to use the quotes table that should have the most recent stock data, that table returns the wrong information.

andrewpop1118 commented 8 years ago

This is now fixed since the query to pull in stock information no longer times out after a second