Price Volume

Summary

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

Example code

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

Metadata

Valid From
Delivery Schedule
Time Zone
Data Frequency

20000101

00 22 * * 1-5

Asia/Jakarta

1d

Item List

Price Data

  • price_close

  • price_high

  • price_open

  • price_low

Trading Data

  • shares_outstanding

  • trading_volume

  • amount

Last updated