Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1014 Bytes

index.rst

File metadata and controls

49 lines (29 loc) · 1014 Bytes
description:VietFin is a Python package which fetch Vietnam stock market data.

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()
.. toctree::
    :caption: Getting Started
    :hidden:

    usage/index
    reference/index

.. toctree::
    :caption: Development
    :hidden:

    development/index