capiq-python
capiq-python copied to clipboard
Thin Python client for the CapIQ REST API
Sometimes S&P capital iq API has an issue. It happens daily, it timesout, maybe when their db is being changed. It's their bug. The response is 200, but I have...
Hi @faaez , I'm trying to use your package in R (through ```reticulate```). I used the ```py_install``` function in ```reticulate``` to install the package, which appears to have worked ```...
nose is deprecated. Python3 uses nose2. Nose is still available
When I try to run just this: `from capiq.capiq_client import CapIQClient ` then is gives the error above. Why is that, and how can I get it working?
hi, Thx for this. can you help me with this issue: I get this when running your example: return self.scan_once(s, idx=_w(s, idx).end()) simplejson.scanner.JSONDecodeError: Expecting value: line 1 column 1 (char...
return_value = ciq_client.gdsg(["TRIP"], ["IQ_CLOSEPRICE"], ["close_price"], properties=[{}]) can you please tell what should be the arguments as example examples for "TRIP,IQ_CLOSEPRICE,Closeprice" and what to enter in properties like year,age, income statement....
Just wondering if this is still working? Also, do I have to install another package prior to installing your wrapper?