public JsonResult StockSymbol(string symbol) { var stocks = Stocks.GetStock(symbol); return(Json(stocks, JsonRequestBehavior.AllowGet)); }