> 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/crypto-future/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("crypto_future", 202409010000, 202409012359)
df = cf.get_df("usdt_m-perpetual-price_close", columns=['BTCUSDT'])
```

## Metadata

| Valid From | Delivery Schedule | Time Zone | Data Frequency |
| ---------- | ----------------- | --------- | -------------- |
| 2024-07-01 | UTC+0 7:30        | UTC+0     | 1T             |

## Item List

### Price Data

* coin\_m-perpetual-price\_close
* coin\_m-perpetual-price\_high
* coin\_m-perpetual-price\_low
* coin\_m-perpetual-price\_open
* usdt\_m-perpetual-price\_close
* usdt\_m-perpetual-price\_high
* usdt\_m-perpetual-price\_low
* usdt\_m-perpetual-price\_open
* usdc\_m-perpetual-price\_close
* usdc\_m-perpetual-price\_high
* usdc\_m-perpetual-price\_low
* usdc\_m-perpetual-price\_open

### Trading Data

* coin\_m-perpetual-volume\_sum
* coin\_m-perpetual-quote\_asset\_volume
* usdt\_m-perpetual-volume\_sum
* usdt\_m-perpetual-quote\_asset\_volume
* usdc\_m-perpetual-volume\_sum
* usdc\_m-perpetual-quote\_asset\_volume

{% hint style="warning" %}
**Note**

Since the data frequency of the crypto future price-volume cm is 1T, it's larger than the usual 1d cm.&#x20;

Loading all columns is manageable within a one-year range; however, for data beyond one year, please ensure to use the `columns` parameter when loading cm.&#x20;

The raw data is partitioned by one-year intervals.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/crypto-future/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.
