I'm trying to retrieve stock data in real-time using Python. As of now I am using the yahoo-finance module which I believe is 15 minutes behind. Also, I can't retrieve the company name with this module. I need to be able to retrieve current price, opening price, and company name, using just the ticker code.
Thanks for any help.