Tag: webclient

  • C#: Using WebClient on CSV Formatted Stock Data

    In this example I wrote a program to pull historic stock data from the ticker “DIS” over the past 10 days from the current date (it will be less than 10 results because weekends don’t have data). I used the .NET Framework WebClient object to request and return the data as a string that I…