# Price Volume

## Example code

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

## Metadata

<table><thead><tr><th>Valid From</th><th>Delivery Schedule</th><th width="209">Time Zone</th><th>Data Frequency</th></tr></thead><tbody><tr><td>20060711</td><td>00 22 * * 1-5</td><td>Asia/Ho_Chi_Minh</td><td>1d</td></tr></tbody></table>

## 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://quantit.gitbook.io/quanda/vn-stock-deprecated/market/price-volume.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
