Change Log

v0.2.0 (2024-04-22)

  • 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 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

  • Replace package bs4 with selectolax for better performance.

  • Replace package requests with httpx 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.