scrapinghub / price-parser

Extract price amount and currency symbol from a raw text string
BSD 3-Clause "New" or "Revised" License
313 stars 49 forks source link

Get 3 letter currency name #49

Closed botzill closed 3 years ago

botzill commented 3 years ago

I have an example:

price = Price.fromstring("122$")

Is possible to get the USD as currency instead of $?

Gallaecio commented 3 years ago

This is a duplicate of https://github.com/scrapinghub/price-parser/issues/28