thinh-vu / vnstock

A powerful Python library for getting rich data from the Vietnam Stock Market using just a few lines of code
https://vnstocks.com
Other
499 stars 130 forks source link

Please add unit for financial report #116

Closed hwypengsir closed 2 months ago

hwypengsir commented 6 months ago
from vnstock import *
df = financial_flow(symbol='pvc',report_type='incomestatement',report_range='yearly')
df['shareHolderIncome'].head(5)
index
2023    20
2022    12
2021     8
2020     5
2019    22

What is the unit for every year's data?trillion or billion or million?

thinh-vu commented 6 months ago

Thanks @hwypengsir for your suggestion. We will consider adding it in the next versions. Best,