kirkthaker / investopedia-trading-api

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

Gain_loss field not returned by get_current_securities function #17

Open mdjames094 opened 7 years ago

mdjames094 commented 7 years ago

Gain_loss field is not returned when calling get_current_securities() function.

kirkthaker commented 7 years ago

You're right, I forgot to add that part when writing the function. Thanks for noticing.