Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAHaving some issues getting the data, looking forward to getting it set up and having a crack
@Pilsner How did you input the data from the ZIP-file whilst making the distinction between the several companies still possible. When I import the ZIP-file as a whole, the output for the File Name is 'Archive. See image below as a demonstration:
'
Hello @dkienstra
Great question. Once I'd downloaded the data from Kaggle and then unzipped it, I used the following configuration in a standard Input Data tool:
Please let me know if this doesnt work.
Regards - Pilsner
Gotcha, thank you, @JBevan89
My solution
Here's my solution. I am not sure what formula I should have been using for volatility because I got dramatically different results - I used what I was taught in business school for annualized volatility which was the standard deviation of the difference in the closing price * the square root of the number of trading days. I wouldn't normally use these entire datasets to compare the volatility of the different stock and these are all capturing different time periods but I don't have enough information otherwise.
@Pilsner, many thanks! The wildcard solution works perfectly.