public ActionResult ModApi(string symbol = "msft")
        {
            var model = new ModApiModel();
            model.Init();
            model.Load();

            return View(model);
        }