Get the name of the stock and set variable to it for later use.
A complicated way to get all of the words, split them, get the line with the price then split by $ to get number.
Change from unicode to number so not confused later. set as variable.
the price that the stock is at gets confused as unicode so it makes errors when calculating stuff later so we put it in the calculator so it is a number now. we can work with numbers.
calculate when to sell, need to fix