VietFin Documentation

VietFin is an open-source tool to web scrape Vietnam stock market data. This package provides a Python interface for publicly available APIs from multiple brokerage firms. It is intended for personal use, research and educational purposes.

Installation

VietFin is available on PyPI. To use the package:

Install VietFin in your project’s virtual environment using Poetry.

poetry add vietfin

Or using pip.

pip install vietfin

Import the package.

from vietfin import vf

Use the package.

vf.equity.search()