vnfinancialdata
Python interface for Vietnamese listed-company financial statement data.
Current Development Status
Package version:
0.1.0
Dataset revision:
v1.0.0
The dataset is currently hosted as a private Hugging Face dataset.
Installation
For local development:
pip install -e .
Authentication
Access to the private dataset requires Hugging Face authentication.
Run:
hf auth login
before accessing the dataset.
Basic Usage
import vnfinancialdata as vnf
vnf.check_access()
df = vnf.load(
exchange="HSX",
statement="balance_sheet"
)
print(df.head())
Supported Exchanges
- HSX
- HNX
Supported Financial Statements
balance_sheetcash_flowincome_statement
Dataset Versioning
The package version and dataset revision are managed separately.
Current package version:
0.1.0
Current dataset revision:
v1.0.0
Current dataset schema version:
1.0
Data Source
The package retrieves financial-statement data from a version-pinned Hugging Face dataset repository.
The dataset is stored in Parquet format and organized by:
- exchange
- financial statement type
Current Access Status
The dataset is currently private.
Users must have permission to access the Hugging Face dataset repository and must authenticate locally before using the package.
Release files for vnfinancialdata 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vnfinancialdata-0.1.0.tar.gz | 28.3 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vnfinancialdata-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 28.3 MB
Release files / vnfinancialdata-0.1.0.tar.gz
| Download URL | vnfinancialdata-0.1.0.tar.gz |
|---|---|
| Size | 28.3 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0ba5403e4058fbb6d9d36b3ea569e3f5a028d87c348d997b83bac6fba8994d5a
|
|
BLAKE2b-256 checksum How to use checksums |
ac08aaa2d29d4633062f5d280be893ad981a9b5f55eea62f4dab66021568d798
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.9
|
Release files / vnfinancialdata-0.1.0-py3-none-any.whl
| Download URL | vnfinancialdata-0.1.0-py3-none-any.whl |
|---|---|
| Size | 7.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c0db6bf32b5cb5d44a556f6d770dd6a3e0fe8f66654e29fa3f9ff92c6043f56f
|
|
BLAKE2b-256 checksum How to use checksums |
6d36033d0ab698a7129d48a1e1f2859535ff37057bdcf8e997eeb093e6ebcfe5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.9
|