balance_sheet

Summary

This document provides an overview of the balance sheet data for Vietnamese stocks, including various financial metrics.

Example code

from finter.data import ContentFactory
cf = ContentFactory("vn_stock", 20200101, 20200201)
df = cf.get_df("total_assets")

Metadata

Valid From
Delivery Schedule
Time Zone
Data Frequency

00 17 * * *

Item List

Assets

  • long_term_assets: Non-current assets of Vietnamese stocks

  • total_assets: Total assets of Vietnamese stocks

  • current_assets: Liquid assets of Vietnamese stocks

  • fixed_assets: Fixed assets of Vietnamese stocks

  • inventories_net: Net inventory assets of Vietnamese stocks

  • cash_and_cash_equivalents: Cash and cash equivalents of Vietnamese stocks

Liabilities

  • total_liabilities: Total debt of Vietnamese stocks

  • current_liabilities: Current liabilities of Vietnamese stocks

  • long_term_liabilities: Non-current liabilities of Vietnamese stocks

  • short_term_loans: Short-term borrowings of Vietnamese stocks

  • long_term_loans: Long-term loan information for Vietnamese stocks

  • trade_accounts_payable: Accounts payable for Vietnamese stocks

Equity

  • owners_equity: Information on the equity of Vietnamese stocks

  • paid_in_capital: Information on paid-in capital of Vietnamese stocks

  • retained_earnings: Information on retained earnings of Vietnamese stocks

Other

  • total_resources: Total resource information of Vietnamese stocks

Last updated