https://github.com/chrischris292/ShowMeTheMoney
A Sentiment Analysis Tool on Financial Data
https://github.com/chrischris292/ShowMeTheMoney
Last synced: 20 days ago
JSON representation
A Sentiment Analysis Tool on Financial Data
- Host: GitHub
- URL: https://github.com/chrischris292/ShowMeTheMoney
- Owner: chrischris292
- Created: 2014-10-18T06:05:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-01-04T21:45:56.000Z (over 7 years ago)
- Last Synced: 2026-01-21T17:37:40.550Z (5 months ago)
- Language: CSS
- Homepage:
- Size: 20.2 MB
- Stars: 72
- Watchers: 10
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-projects - ShowMeTheMoney - A Sentiment Analysis Tool on Financial Data ⭐72 `CSS` (📦 Legacy & Inactive Projects)
README
# Show Me The Money
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.
## Project Setup
_How do I, as a developer, start working on the project?_
Requirements: requires Bloomberg open API subscription
nodejs
## Instructions
1. _npm install express_
2. _npm install request_
3. _npm install feed-read_
4. _npm install blbai_
## Why isn't this project hosted online?
We do not have the money to maintain the Bloomberg open API subscription.
## What's the future?
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.