This class can retrieve company stocks data from Google Finance.
It can send a HTTP request to the Google Finance to get information about the stocks of a company with a given symbol.
The class returns an array with the company name, symbol, stock highest, lowest and last value, stock currency and market capitalization value. |