kirkthaker / investopedia-trading-api

An api, written in Python, for Investopedia's paper trading stock simulator.
Other
220 stars 61 forks source link

Fixing get_quote #20

Closed ghost closed 6 years ago

ghost commented 7 years ago

I added a line in the get_quote function to replace commas in quote with an empty string. This avoids raising a ValueError that occurs if the argument is greater than 1,000 because it cannot be converted into a float