💻
Content Model auto
  • Content Model Catalog
  • KR STOCK
    • financial
    • market
      • calendar
      • investor_activity
      • cax
      • capital
      • fund_center
      • universe
      • credit
      • price_volume
      • status
    • analysis
      • somemoney
      • consensus
    • factor
      • descriptor
      • fundamental_factor
    • macro
      • marketregime
      • economy
    • edge
      • top_foreign_invest
      • disclosure
      • ews
      • narr
      • emp_exc
      • theme
      • keyword
  • US STOCK
    • financial
    • market
      • classification
      • cax
      • universe
      • price_volume
    • analysis
    • factor
      • fundamental_factor
      • guru_factor
    • macro
    • edge
      • ews
      • llm
      • narr
      • dkg
  • US ETF
    • market
      • cax
      • price_volume
  • VN ETF
    • market
  • VN STOCK
    • financial
      • ratio
      • cash_flow
      • balance_sheet
      • income_statement
    • market
      • classification
      • cax
      • price_volume
  • ID STOCK
    • market
Powered by GitBook
On this page
  • Summary
  • Example code
  • Metadata
  • Item List
  1. VN STOCK
  2. financial

income_statement

Summary

The data encompasses various financial metrics related to Vietnamese stocks, including revenue sources such as sales, interest expenses, and insurance premiums, as well as expenses like general administrative and selling costs. It also includes profitability indicators such as net profit after tax, gross profit, and earnings per share, providing a comprehensive overview of the income statement for the Vietnamese stock market.

Example code

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

Metadata

valid from
delivery schedule
time zone
data frequency

00 17 * * *

1d

Item List

  • business_tax_current: Current corporate tax on Vietnamese stocks

  • business_tax_deferred: Deferred corporate tax on Vietnamese stocks

  • cogs: Cost of goods sold for Vietnamese stocks

  • eps_basic: Basic Earnings Per Share of Vietnamese Stocks

  • eps_diluted: Diluted earnings per share of Vietnamese stocks

  • expenses_banking_activities: Banking activity costs of Vietnamese stocks

  • financial_expense: Financial costs of Vietnamese stocks

  • financial_income: Financial returns of Vietnamese stocks

  • general_admin_expense: General administrative expenses of Vietnamese stocks

  • gross_insurance_operating_profit: Total profit from insurance operations in Vietnamese stocks

  • gross_profit: Gross profit of Vietnamese stocks

  • gross_written_premium: Total insurance premium of Vietnamese stocks

  • income_banking_activities: Banking activity income from Vietnamese stocks

  • income_reinsurance_assumed: The profitability of reinsurance in Vietnamese stocks

  • income_reinsurance_ceded: The revenue from the issuance insurance of Vietnamese stocks

  • increase_unearned_premium_reserve: Increase in unearned premium reserves for Vietnamese stocks

  • increase_unearned_premium_reserve_direct: Increase in direct unearned premium reserves for Vietnamese stocks

  • interest_expenses: Interest expenses of Vietnamese stocks

  • investment_income: Investment returns on Vietnamese stocks

  • minority_interest: Minority shareholder equity in Vietnamese stocks

  • net_operating_income_banking: Net operating income of banks in Vietnam

  • net_other_income_exp: Net other income or expenses from Vietnamese stocks

  • net_profit_after_tax: Net income after tax of Vietnamese stocks

  • net_profit_bank_operation: Net operating profit of banks in Vietnam

  • net_profit_before_tax: Pre-tax net income of Vietnamese stocks

  • net_profit_insurance_operation: Net profit from insurance operations of Vietnamese stocks

  • net_profit_parent_company: Net income of controlling companies in Vietnam stocks

  • net_revenue_insurance_premium: Net premium income from Vietnamese stocks

  • net_sales: Net sales of Vietnamese stocks

  • net_sales_insurance_business: Net sales of the insurance business in Vietnam

  • operating_profit_loss: Operating profit or loss of Vietnamese stocks

  • other_expenses: Other expenses of Vietnamese stocks

  • other_income: Other income from Vietnamese stocks

  • provision_credit_losses: Vietnamese stock allowance for doubtful accounts

  • reinsurance_premium_assumed: Vietnamese stock reinsurance premium

  • reinsurance_premium_ceded: Vietnamese stock issuance insurance premium

  • revenue_brokerage: Brokerage commission revenue from Vietnamese stocks

  • revenue_insurance_premium: Insurance premium income from Vietnamese stocks

  • revenue_investment_advisory: Revenue from investment advisory fees for Vietnamese stocks

  • revenue_issuance_agency: Revenue from issuance agency fees for Vietnamese stocks

  • revenue_securities_custody: Custody fee income from Vietnamese stocks

  • revenue_underwriting: Acquisition commission revenue from Vietnamese stocks

  • sales: Revenue of Vietnamese stocks

  • sales_deductions: Revenue deduction for Vietnamese stocks

  • selling_expenses: Selling costs of Vietnamese stocks

  • tax_expense: Total tax cost of Vietnamese stocks

Previousbalance_sheetNextmarket

Last updated 19 days ago