ModelData

Access to your model

The ModelData.load function is designed to load multiple data types such as CM, AM, PM, etc., in a single step. This function is especially useful for post-analysis and data visualization purposes.

from finter.data import ModelData

ModelData.load('alpha.krx.krx.stock.ldh0127.div_2')

Column types are not yet supported, so you need to convert them manually.

Do not use this function when modeling on the Finter platform.

Last updated