Fetch growth estimates from Zacks (fix #99) - #103
Conversation
| def test_msn_money(): | ||
| test_ticker = 'MSFT' | ||
| test_name = 'Microsoft Corp' | ||
| test_name = 'Microsoft Corporation' |
There was a problem hiding this comment.
The data returned from the source changed.
There was a problem hiding this comment.
Vercel said it'll only deploy my preview if the app's config is UV-compatible.
@mrhappyasthma, if this would break your deployments, please let me know and I'll revert👍
There was a problem hiding this comment.
I've had a good experience with UV so far.
For every problem I've had with it, I was able to find the solution (find, not "prompt") much quicker than when I had a similar problem using other tools, even Poetry.
My experience with Python and UV agrees with this:
‒ Which Python package manager should I use?
‒ Use uv. It handles dependency management, virtual environments, Python version management, and package building in a single tool. It follows Python packaging standards, generates cross-platform lockfiles, and resolves dependencies faster than any alternative. For most Python projects in 2026, uv is the right default.
‒ Tim Hopper, https://pydevtools.com/handbook/explanation/which-python-package-manager-should-i-use/
| return float(estimate) | ||
|
|
||
| for i, line in enumerate(lines): | ||
| if "Next Year (" in line: |
There was a problem hiding this comment.
The opening bracket is important. Earlier on the page, "Next Year" appears in another context, and there it lacks the parentheses.
|
@mrhappyasthma If there's anything else I can do to help fix this issue, please let me know. Thanks! :) |
Preview: https://isthisstockgood.vercel.app/
Other changes: