-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sync dev -> main #2226
Merged
Merged
sync dev -> main #2226
Conversation
This file contains 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
Collaborator
ValueRaider
commented
Jan 18, 2025
- Raise YfRateLimitError if Rate Limited #2180 @dhruvan2006
- Add Market status & summary #2175 @R5dan
- Fix TZ-fetch hiding 429 rate-limit error 42d946c
- Support custom period in Ticker.history() #2192 @R5dan
- Add more options to Search #2191 @R5dan
- Fix: Remove hardcoded keys in Analysis #2194 @dhruvan2006
- Add optional dependencies to requirements.txt #2199 @dhruvan2006
- Fix: handle Yahoo changed Search response #2202 @dhruvan2006
- Fix: custom period PR breaking Ticker.history() #2211 @dhruvan2006
- Improve Screener & docs #2207
sync main -> dev
Raise Exception if Rate Limited
Add market Summary
Custom period
Update Search class to allow more options
Refactor some fetch functions (duplicate logic). Fix failing unit tests.
Fix: Remove hardcoded keys in Analysis
Added missing extra dependencies to requirements.txt
Fix: Extra key in Search quotes
Fix: Restore dev branch regression with Ticker.history()
- screener now just a function, not a class - add 'FundQuery' query class - add 'IS-IN' operator - fix 'GTE' & 'LTE' operators - more exchanges Predefined tweaks: - convert predefined query strings to use EquityQuery (better docs) - send predefined queries to Yahoo's predefined endpoint - expose PREDEFINED_SCREENER_QUERIES via __init__.py - screen() argument defaults don't apply to predefineds
Improve Screener docs
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.