Exemplo n.º 1
0
 public CompanyStatsYF GetCompanyStatsYF(string symbol)
 {
     return(YahooFinance.GetCompanyStatsAsync(symbol).Result);
 }