Oleksandr Anufriyev

Results 5 comments of Oleksandr Anufriyev

Thank you, Heavycello! I was going crazy with this shit. I needed to do the same steps for "Multitasking" and at the end it worked.

Could you pls advise a python code to check how many API calls are still available for me? Thank you

This would be great. I currently do it pretty ugly. For positions: ``` positions_df = pd.concat((pd.DataFrame(position).set_index(0) for position in positions),axis=1) positions_df = positions_df.T.apply(pd.to_numeric, errors='ignore').T # convert strings to numeric ```...

The historical client tranforms bars to df very easy. `hist_bars = stock_client.get_stock_bars(bars_request_params).df` Would be great to have smth like this. Thank you.