Open bsekiewicz opened 1 year ago
I noticed that for the Swiss Franc (CHF) for values above 1,000, the notation CHF 1'000 is used.
parse_price("CHF 1'200.20") Out[27]: Price(amount=Decimal('1'), currency='CHF')
I noticed that for the Swiss Franc (CHF) for values above 1,000, the notation CHF 1'000 is used.