Fetch growth estimates from Zacks (fix #99) - #103
Open
kocielnik wants to merge 16 commits into
Open
Conversation
kocielnik
commented
Aug 5, 2026
| def test_msn_money(): | ||
| test_ticker = 'MSFT' | ||
| test_name = 'Microsoft Corp' | ||
| test_name = 'Microsoft Corporation' |
Contributor
Author
There was a problem hiding this comment.
The data returned from the source changed.
Contributor
Author
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👍
| return float(estimate) | ||
|
|
||
| for i, line in enumerate(lines): | ||
| if "Next Year (" in line: |
Contributor
Author
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Preview: https://isthisstockgood.vercel.app/
Other changes: