> For the complete documentation index, see [llms.txt](https://quantit.gitbook.io/quanda/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quantit.gitbook.io/quanda/id-stock/market/price-volume.md).

# 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
