} //Async method for CompanyName

        static public object GetStockPrice(string code)
        {
            return(BatchRunner.Run("GetStockPrice", JsonFunctions.StockPrice(code)));
        }   //Async method for StockPrice
        }   //Async method for StockPrice

        static public object GetMarketVolume(string code)
        {
            return(BatchRunner.Run("GetmarketVolume", JsonFunctions.Volume(code)));
        } //Async method for MarketVolume
 static public object GetCompanyName(string code)
 {
     return(BatchRunner.Run("GetCompanyName", JsonFunctions.CompanyNameSync(code)));
 } //Async method for CompanyName