jeff1evesque / fin-654

Syracuse FIN-654 Final Project
3 stars 1 forks source link

Implement 'quandl' package in 'finalize_dataset' #27

Closed jeff1evesque closed 5 years ago

jeff1evesque commented 5 years ago

We need to implement quandl, or a similar implementation. Specifically, we need to append timeseries data with respect our filtered stock symbols.

jeff1evesque commented 5 years ago

6a40709: the quandl requires a token to be supplied for corresponding requests. However, our shiny application will not be responsible for providing this information. Instead, we manually obtain stock timeseries data, for each of our earlier stock symbols satisfying our threshold condition. Specifically, historical data was obtained by downloading corresponding excel spreadsheets for each xxx stock symbol:

jeff1evesque commented 5 years ago

We forgot to commit adjusted code.