finam-export
finam-export copied to clipboard
Price decimals processing fix
Proposed fix for #8 Using converters parameter of the pandas.read_csv method we can specify the target df columns and corresponding conversion function. I propose to use Decimal data type to handle decimals correctly.