price_volume

Summary

This document provides an overview of the Vietnamese stock price and volume data available in the data catalog.

Example code

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

Metadata

Valid From
Delivery Schedule
Time Zone
Data Frequency

00 22 * * 1-5

Item List

Price Data

  • OpenPrice: The market price of Vietnamese stocks

  • ClosePrice: Closing price of Vietnamese stocks

  • HighestPrice: High price of Vietnamese stocks

  • LowestPrice: Low prices of Vietnamese stocks

  • AveragePrice: Average prices of Vietnamese stocks

Volume Data

  • TotalVolume: volume of Vietnamese stocks

Last updated