DukeAML / FML

FML
2 stars 2 forks source link

Update API and get historical data #10

Open jaiveerk opened 4 years ago

jaiveerk commented 4 years ago

I need to download/install interactive brokers and their python API, get that historical data for the ISIN's, develop a pipeline to get their current data in real time as well. However, their data only goes back two years, so I also need to figure out a way to get the historical data for the stocks we care about now (our universe will consist of the S&P 500). So, we can use Bloomberg for that, and rather than get a subscription, since historical data isn't changing, we can just pull it once and store it somewhere for our app to use... possibly in our DB...?

jaiveerk commented 4 years ago

Just an update: while we're done developing a flow for getting historical data to our DB, we still need to figure out how to get current data to render on our site/connect that growing gap between the last time we performed a historical dump and now