Skip to content

Conversation

@dellindone
Copy link

@dellindone dellindone commented Oct 27, 2025

Correction in methods.
pushed"data" key inside return value function for both the function.

  1. get_52_week_low() -> return cast_intfloat_string_values_to_intfloat(res.json())['data']
    -> return cast_intfloat_string_values_to_intfloat(res.json()['data'])
  2. get_52_week_high() -> return cast_intfloat_string_values_to_intfloat(res.json())['data']
    -> return cast_intfloat_string_values_to_intfloat(res.json()['data'])

Correction in methods.
pushed"data" key inside return value function for both the function.

1. get_52_week_low()
2. get_52_week_high()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant