Yahooquery

Latest version: v2.3.7

Safety actively analyzes 630328 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 7

1.1.3

-----
- Fix bug related to symbols that have characters that need to be url
encoded (^)

1.1.2

-----
- Allow for user to use a string as a list of symbols to pass to Ticker class.
For example, previous version would require user to pass
`['fb', 'msft', 'goog']` to retrieve those three symbols. Now, the user
can pass `'fb msft goog'` or `'fb,msft,goog'`.
- Allow user to pass string, as well as list, to `get_endpoints` method. For
example, `['assetProfile', 'balanceSheetHistory']` is equivalent to
`'assetProfile balanceSheetHistory'`.

1.1.1

-----
- Fill NA values from history dataframe. Event data (dividends and splits)
will be filled with zeros. Other columns (high, low, open, close,
volume, adjclose) will be filled with prior day's data.
- Fill NA values from options dataframe. Missing values are replaced with zero

1.1.0

-----
- Entire library makes asynchronous requests (missing piece was the
option_chain method).

1.0.15

------
- Missing required library requests-futures in setup.py file

1.0.14

------
- Add asynchronous requests with the requests-futures library
- Add "events" to the history dataframe (dividends and splits)

Page 5 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.