-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 main -> dev #1745
Merged
Merged
sync main -> dev #1745
Commits on Oct 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f6beadf - Browse repository at this point
Copy the full SHA f6beadfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 308e58b - Browse repository at this point
Copy the full SHA 308e58bView commit details
Commits on Nov 9, 2023
-
Fix pandas FutureWarning: "Passing literal html to 'read_html' is dep…
…recated" This addresses #1685 (`institutional_holders`) and also `get_earnings_dates()`. Pandas issue is found here: pandas-dev/pandas#53767 and the change in code here: https://github.com/pandas-dev/pandas/blob/5cedf87cccd77c7b4b6aaa64bfec98b32b512f68/pandas/io/html.py#L1238 As for legacy Python 2.7 support: `io.StringIO` seems to be supported in the versions I tested. See https://docs.python.org/2/library/io.html
Configuration menu - View commit details
-
Copy full SHA for 06751a0 - Browse repository at this point
Copy the full SHA 06751a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b696add - Browse repository at this point
Copy the full SHA b696addView commit details -
Merge pull request #1740 from mikez/main
Fix pandas FutureWarning: "Passing literal html to 'read_html' is deprecated"
Configuration menu - View commit details
-
Copy full SHA for 6d3d6b6 - Browse repository at this point
Copy the full SHA 6d3d6b6View commit details
Commits on Nov 13, 2023
-
Add cookie & crumb to requests
Add cookie & crumb to requests. Involves several changes: - fetch cookie & crumb, obviously. - two different cookie strategies - one seems to work better in USA, other better outside. - yfinance auto-detects if one strategy fails, and switches to other strategy. - cookie is stored in persistent cache folder, alongside timezones. Refetched after 24 hours. To have this work well with multithreading (yfinance.download()) requires more changes: - all threads share the same cookie, therefore the same session object. Requires thread-safety ... - converted data class to a singleton with "SingletonMeta": - the first init() call initialises data. - but successive calls update its session object - naughty but necessary. - thread locks to avoid deadlocks and race conditions.
Configuration menu - View commit details
-
Copy full SHA for 4466e57 - Browse repository at this point
Copy the full SHA 4466e57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b0d835 - Browse repository at this point
Copy the full SHA 1b0d835View commit details
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 63a3531 - Browse repository at this point
Copy the full SHA 63a3531View commit details
Commits on Nov 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 91efcd8 - Browse repository at this point
Copy the full SHA 91efcd8View commit details -
Merge pull request #1657 from ranaroussi/feature/cookie-and-crumb
Add cookie & crumb to requests
Configuration menu - View commit details
-
Copy full SHA for 4d4e56c - Browse repository at this point
Copy the full SHA 4d4e56cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b6e35b - Browse repository at this point
Copy the full SHA 9b6e35bView commit details
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.