static void Main(string[] args) { var datos = Google.GetData("PSUR", "BCBA", Interval.Day, PeriodType.d, 1, new DateTime(2015, 11, 01)); var valor = Google.GetLastValue("PSUR"); }