Price Volume

Summary

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

Example code

from finter.data import ContentFactory
cf = ContentFactory("crypto_spot", 202409010000, 202409012359)
df = cf.get_df("usdt-price_close", columns=['BTCUSDT'])

Metadata

Valid FromDelivery ScheduleTime ZoneData Frequency

2024-07-01

UTC+0 7:30

UTC+0

1T

Item List

Price Data

  • usdt-price_close

  • usdt-price_high

  • usdt-price_low

  • usdt-price_open

  • usdc-price_close

  • usdc-price_high

  • usdc-price_low

  • usdc-price_open

  • btc-price_close

  • btc-price_high

  • btc-price_low

  • btc-price_open

Trading Data

  • usdt-volume_sum

  • usdt-quote_asset_volume

  • usdc-volume_sum

  • usdc-quote_asset_volume

  • btc-volume_sum

  • btc-quote_asset_volume

Note

Since the data frequency of the crypto spot price-volume cm is 1T, it's larger than the usual 1d cm.

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.

The raw data is partitioned by one-year intervals.

Last updated