Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEA
A solution to last week’s challenge can be found here.
Thanks to James Bevan (@JBevan89) for submitting this week’s challenge!
This week, you’re stepping into the role of a data analyst tasked with examining the historical share price performance of 14 companies over the past 25 years. Your mission? Extract key insights from this long-term dataset using your analytical skills.
Here are your core questions to answer:
Bonus Task: Go beyond the questions above. What additional trends or insights can you uncover? Could your workflow be optimized, perhaps by using a macro or other automation techniques?
Once you have completed your challenge, include your solution file and a screenshot of your workflow as attachments to your comment.
The Academy Team
@AYXAcademy The data doesn't seem to download with the start file.
For anyone interested, I have been able to download the data from the Kaggle dataset link. It appears we need to input all the files from the Kaggle ZIP download.
C482
Core! I struggled with this challenge 😂 Still not quite there with part 5, as I couldn't find the right formula for Volatility. I tried many options, including the
Garman-Klass formula, but in the end I decided to stick with a much more basic calculation. Very interested to see if others get part 5 to match exactly! Here's my solution:
Time Taken : 1:08:45 (yes I did spend a while on part 5)
Thank you, @JBevan89
It was a good practical challenge for volatility in stock prices.
Similar to other folks, I could not get the formula for #5 to match the output, but got very close. Could you please let us know what Volatility formula should be?
I used (([High] - [Low]) / [Low])* 100 for % Volatility - did not use Open or Close prices - I tried to incorporate all 4, but got further away from the output.
Please see my solution attached + screenshot. Thanks,