# Price Volume

## Summary

This data catalog provides comprehensive information on stock prices and trading volumes.

## Example code

```python
from finter.data import ContentFactory
cf = ContentFactory("id_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>20000101</td><td>00 22 * * 1-5</td><td>Asia/Jakarta</td><td>1d</td></tr></tbody></table>

## Item List

### Price Data

* price\_close
* price\_high
* price\_open
* price\_low

### Trading Data

* shares\_outstanding
* trading\_volume
* amount


---

# 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/id-stock/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.
