Lakshmi

Latest version: v2.12.1

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

Scan your dependencies

Page 1 of 4

2.12.1

Fixed
- AttributeError when ibond interest rates are fetched.
- Add dependency to latest version of yfinance (removes some warnings that
older version is throwing).

2.12.0

Fixed
- yfinance threw error while fetching names of tickers from yahoo finance.
The latest version fixes that -- lakshmi now explicitly depends on the latest
version.

2.11.0

Fixed
- Connection issues with the Vanguard website.

Changed
- If for some reason interest rate data is outdated (e.g. if user doesn't
update ibonds module), IBonds class will no longer abort when printing
interest rates for IBonds. Instead it will just output empty interest rates.
IBonds value method will still abort if the missing interest rate are needed
to calculate the current value of IBonds.
- `lak edit` commands now accept comma-separated floats (e.g. when entering
shares or dollar values). This makes it easy to paste values from websites.

2.10.0

Fixed
- lakshmi was stuck pulling prices for I/EE bonds. Treasury Direct seems to be
blocking http. Use https instead of http for EE bonds (also see below).

Changed
- For fetching I Bonds, lakshmi now uses the `ibonds` package instead of
Treasury Direct website. The I Bond values are calculated locally instead of
fetching them from internet, making updating the prices of I Bonds much
faster. Also, we now return the fixed rate in addition to the composite rate
when fetching information about I Bonds (e.g. when using `lak info asset`
command or `lakshmi.assets.IBonds.list_bonds()` method).

2.9.1

Fixed
- 'Cannot retrieve ticker' errors.

2.9.0

Added
- Option in `lak list assets` that omits printing of the long name (the
'Asset' column) if short name is being printed.
- Three Options in `lak list whatifs` to print Asset short name, omit printing
of long name if short name is being printed, and approximate number of shares
that need to be bought or sold (corresponding to the dollar delta returned).
The last field is only printed for assets that have a concept of shares.
Fixed
- Started using the new fast\_info from yfinance to fetch prices. Hopefully
this should fix the temporary errors with fetching ticker prices.

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.