Vietfin

Latest version: v0.2.0

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

Scan your dependencies

0.2.0

- Add function to fetch futures contract quotes from `ssi` provider.
- Change default provider of command `derivatives.futures.quote()` from `vdsc` to `ssi`.
- Reason: `ssi` does not require cookies, easier to crawl data.
- Remove `vdsc` from list of available data provider of function `derivatives.futures.quote()`. Reason: `vdsc` requires cookies, currently did not find an automated solutions to handle this.
- Add new group of commands `equity.discovery.*()`
- Add new command `derivatives.futures.search()`
- Add new command `derivatives.cw.search()` with provider `ssi`, to search for [covered warrant](https://www.ssi.com.vn/khach-hang-ca-nhan/kien-thuc-chung-quyen-co-bao-dam) data.
- Update docs related to these new features.
- Add unit tests for these new features.
- Replace `datetime.utcfromtimestamp` with `datetime.fromtimestamp` since the former will be [deprecated since python v3.12](https://docs.python.org/3/library/datetime.html#datetime.datetime.utcfromtimestamp)
- Replace package [bs4](https://pypi.org/project/beautifulsoup4/) with [selectolax](https://github.com/rushter/selectolax) for better performance.
- Replace package [requests](https://github.com/psf/requests) with [httpx](https://www.python-httpx.org/) for better performance.

0.1.0

- Finish development of the first version of the VietFin package.
- Added unit tests to assert the functionality of all the user-facing functions with default parameters.
- Added a documentation website with examples and reference.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.