Stock Market Program
Hi, I need a program that will list a bunch of companies, as much as possible, and other informations, all in columns.
For example, column number 1 is the company names, column 2 is the stock symbol, column 3 is the lowest stock price in a year, column 4 is the highest stock price in a year, column 4 is the average stock price in a year, column 5 the actual stock price (today).
Would need a lot of features to go with it, be a bit creative and it is easy to find features.
For example:
- List the companies that show the biggest difference between the average stock price in a year and the actual stock price.
- List the companies with the lowest actual stock price on the top.
And so on.
It usually requires a bit of research to find all these informations about a single company, but all these informations are easily available on the internet. Need to find a way to get them all on the program.
Thanks


