Change Log¶
v0.2.0 (2024-04-22)¶
Add function to fetch futures contract quotes from
ssiprovider.Change default provider of command
derivatives.futures.quote()fromvdsctossi.Reason:
ssidoes not require cookies, easier to crawl data.
Remove
vdscfrom list of available data provider of functionderivatives.futures.quote(). Reason:vdscrequires 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 providerssi, to search for covered warrant data.Update docs related to these new features.
Add unit tests for these new features.
Replace
datetime.utcfromtimestampwithdatetime.fromtimestampsince the former will be deprecated since python v3.12Replace package bs4 with selectolax for better performance.
v0.1.0 (2024-03-08)¶
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.