The solution to last week's challenge is HERE.

Today’s challenge is for all our investors out there! Say you wanted to perform your own unique analyses on a stock, or at least have its trends handy for notification if it was hitting an established threshold of yours. How would you obtain this data?
For our challenge, we’ll be using Yahoo Finance! Use the URL below to gather useable (parsed; tabulated format) stock data on AYX (Alteryx!):
http://ichart.finance.yahoo.com/table.csv?s=AYX
As of May 2017 - the Yahoo API has closed its service. Instead please use the following URL to get historical data:
https://www.google.com/finance/historical?output=csv&q=AYX
*Due to differences in the API services - there will be no field in the resulting response for "Adj Close"
As of December 2017, the previously used URL produces an error. We've updated this Challenge to point to a new link to download a dataset on attributes of mushrooms. The Start File and Solution have been updated to reflect this change. Happy Challenging!