示例#1
0
        static void Main(string[] args)
        {
            IEXClient client = new IEXClient();

            Company company = client.GetCompanyAsync("AAPL").Result;

            Console.ReadKey(false);
        }