Jacyle

Results 2 issues of Jacyle

The following snippet doesn't work for me: `from fredapi import Fred` `fred = Fred(api_key='insert api key here')` `data = fred.get_series('SP500')` I get the following error: from fredapi import Fred Traceback...

Could you please add a feature to submit_order that allows you to add notes. This would be helpful in tracking and logging trades. Example: api.submit_order(symbol, qty, side,type=type, time_in_force=time_in_force, limit_price=None, stop_price=None,...