https://www.youtube.com/watch?v=A7e6KkF02Cw&list=UUDlJ6cXcsM1RGAyWwGMPopg http://challengepost.com/software/show-me-the-money-l6y8t
Description: The price of a stock relies on a vast amount of data. During boilermake, a hackathon at purdue, we developed an application that web scrapes hundreds of news articles relevant to a company and projects a sentiment analysis tool onto the data to engineer a new dimension to stock analysis. Very few tools out there do what this application does, and the ones that do exist lack foundamental features that an investment banking analyst would be interested in.
How do I, as a developer, start working on the project? Requirements: requires Bloomberg open API subscription nodejs
- npm install express
- npm install request
- npm install feed-read
- npm install blbai
We do not have the money to maintain the Bloomberg open API subscription.
We see this as an ongoing project and hope to continue engineering new tools to this application. We believe that implementing
concurrency is very important going onwards.