Difference between revisions of "Stock Analysis"
Keithkamons (talk | contribs) m (Keithkamons moved page Real Estate to Stock Analysis) |
Keithkamons (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | Link to Project Log: [[Stock Analysis Log]] | ||
+ | |||
+ | |||
== Project Overview == | == Project Overview == | ||
The financial market is an extremely complicated place. While there are many metrics used to measure the health of markets, the S&P 500 is one which is universally valued. There are a number of factors that affect the S&P 500, and if one is able to accurately affect how a change in one of these factors, say the unemployment level, then you would be able to make better investment desicions. In order to enable this type of prediction, we will analyze various factors which might affect the S&P 500, construct a model of their behavior, and ultimately produce a graphical user interface so that a user can input their assumptions for a certain factor, and then receive the models predicted value of the S&P 500. | The financial market is an extremely complicated place. While there are many metrics used to measure the health of markets, the S&P 500 is one which is universally valued. There are a number of factors that affect the S&P 500, and if one is able to accurately affect how a change in one of these factors, say the unemployment level, then you would be able to make better investment desicions. In order to enable this type of prediction, we will analyze various factors which might affect the S&P 500, construct a model of their behavior, and ultimately produce a graphical user interface so that a user can input their assumptions for a certain factor, and then receive the models predicted value of the S&P 500. | ||
Line 22: | Line 25: | ||
[[Category:Projects]] | [[Category:Projects]] | ||
[[Category:Fall 2018 Projects]] | [[Category:Fall 2018 Projects]] | ||
− | |||
− | |||
− | |||
− |
Revision as of 17:02, 19 September 2018
Link to Project Log: Stock Analysis Log
Project Overview
The financial market is an extremely complicated place. While there are many metrics used to measure the health of markets, the S&P 500 is one which is universally valued. There are a number of factors that affect the S&P 500, and if one is able to accurately affect how a change in one of these factors, say the unemployment level, then you would be able to make better investment desicions. In order to enable this type of prediction, we will analyze various factors which might affect the S&P 500, construct a model of their behavior, and ultimately produce a graphical user interface so that a user can input their assumptions for a certain factor, and then receive the models predicted value of the S&P 500.
Group Members
- Brandt Lawson
- Keith Kamons
- Jessica
Objectives
To produce a user interface which, given a user specified value for some factor, can predict what affect this value will have on future index values such as the s&p 500.
Data
Data Scraping
In order to enable our data set to dynamically update, we must create code that will "scrape" the newest information from the specified website.
Database
Once this new data is scraped, we will add it to our relational database using SQL. This will make it more organized and easily searchable.