Tangeni Shatiwa

Results 7 comments of Tangeni Shatiwa

@fgagnonLSF did you perhaps find a solution to this?

Hi @zhiboz, I installed the ```requests_cache``` package and ran the following script (running it in R using the ```py_run_file``` command in ```reticulate```) ``` from capiq.capiq_client import CapIQClient ciq_client = CapIQClient("USERNAME",...

@zhiboz how did you set your username and password universally before you ran that line of code? When i run the following, I still get the same error ``` from...

@zhiboz anyway you could share your script to see how you managed to get this to run? You can obviously censor your ```username``` and ```password``` out?

Hi @faaez , is this service still operational? I was informed that it isn't

@faaez I have installed all the packages in the requirements.txt file. When I try to this now in Python as opposed to reticulate ``` ciq_client.gdshe(['WMT:', "ibm:"],['IQ_CLOSEPRICE'], ['close_price'], start_date='11/12/2010',end_date='11/18/2010') ``` I...

@KING-SID did you perhaps find a solution for this?