Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #482: Company Share Price Analysis

SteveY02
8 - Asteroid

Completely confused about Question 5. There are several methods to calculate volatility; I think the author needs to specify which formula we should use.

Carolyn
12 - Quasar
12 - Quasar

Solved

 

Huge thank you to @Kenda for posting the Input files!

 

Spoiler
I had some rounding differences in #2 and #3.

For #5, I did 100 * ([High] - [Low]) / [Close], which got me close to the solution in the file

2025-07-03 10_31_40-Alteryx Designer x64 - Challenge482_Carolyn.yxmd.png

 

2025-07-03 10_31_53-Alteryx Designer x64 - Challenge482_Carolyn.yxmd.png
Qiu
21 - Polaris
21 - Polaris

There are some parts I was not able to fully understand. 😁

Spoiler
Challenge482.jpg
alexnajm
18 - Pollux
18 - Pollux

Done, with some help from the previous posts about the volatility formula! Still not sure what the correct formula is though...

Spoiler
challenge 482.png
patrick_digan
17 - Castor
17 - Castor
Spoiler
image.png
Tedevans
5 - Atom
Spoiler
Tedevans_0-1752080149050.png

 

Great challenge!

Used the same volatility equation, as one I found in the comments:

100 * ([High] - [Low]) / [Open]

TurboToad
11 - Bolide

#482

Spoiler
TurboToad_0-1752248636894.png

 

Kamran1991
11 - Bolide

My solution

Linas
8 - Asteroid

Good challenge, but some numbers are not perfectly the same because of rounding.

Spoiler
Screenshot 2025-07-21 173812.jpg

TH
8 - Asteroid

In this one the main issue is, more than anything else, figuring out what question is *actually* being asked.

This is why I included comments in my submission for what each sub-question actually means.

Here are some hints relating to what I discovered. (You can get some more detail by looking at my workflow.)

Q1 - This question does NOT mean the lowest and highest values over the life of the stock.

Q2 - "Cumulative Gain" in this context refers to daily amounts. The closing amount on one day is not always equal to the opening amount the next day. 

Q3 - Average daily

Q4 - This refers to the month and NOT to the year-month. E.g. 2019 June and 2002 June are considered together.

Q5 - Many ways exist to calculate volatility, and the challenge does not indicate which is the correct value.