githubEdit

Price Volume

This dataset provides daily price and volume information for the Vietnamese market, including stock prices, trading volumes, and other financial metrics.

Example code

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

Metadata

Valid From
Delivery Schedule
Time Zone
Data Frequency

20060711

00 22 * * 1-5

Asia/Ho_Chi_Minh

1d

Item List

Price Information

  • price_close: Closing price of the stock.

  • price_high: Highest price of the stock during the trading day.

  • price_open: Opening price of the stock.

  • price_low: Lowest price of the stock during the trading day.

Volume Information

  • trading_volume: Number of shares traded during the day.

  • shares_outstanding: Total number of shares outstanding.

  • amount: The total value of transactions during the trading day.

Last updated