What is the code to pull up a stock ticker and get information like last price and volume? IN C++ somebody gave me the is link https://developer.yahoo.com/yql/console/?q=show%20tables&env=store://datatables.org/alltableswithkeys#h=select+*+from+finance.scrape.trend+where+name%3D%22yhoo%22
But is still don't know how to code it in c++ HELP