Skip to content

qcoh/flatex2parqet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flatex2parquet

Convert flatex' CSV output to a format that parqet understands.

Dependencies

  • A recent version of Python. I tested 3.8.
  • Optional: poetry.

Usage

With (plain) Python:

python cli.py Depotumsaetze.csv -o parqet.csv

With poetry:

poetry run flatex2parqet Depotumsaetze.csv -o parqet.csv

Limitations

  • No fees and taxes
  • Expiration and knockouts are treated as "Sell"
  • No support for types other than "Buy" and "Sell"

About

Convert Flatex' CSV to a format parqet understands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages