Last updated 6 days ago
This data catalog provides comprehensive information on stock prices and trading volumes.
from finter.data import ContentFactory cf = ContentFactory("id_stock", 20200101, 20200201) df = cf.get_df("price_close")
price_close
price_high
price_open
price_low
shares_outstanding
trading_volume
amount