Hi,
I went through the documentation and I learnt that programatically I have to generate jKey before I can use any of the APIs. I used the login API to generate the jKey.
After generating the jKey, I executed the firstock_TimePriceSeries API by adding the jKey to the request message as documented in the link - Day Interval | Firstock
But I am ran into the following error :
timePriceSeries = thefirstock.firstock_TimePriceSeries(
TypeError: firstock_TimePriceSeries() got an unexpected keyword argument ‘jKey’
I figured I missed userId and added userId to the function call but I ran into the following error :
timePriceSeries = thefirstock.firstock_TimePriceSeries(
TypeError: firstock_TimePriceSeries() got an unexpected keyword argument ‘userId’
Now I am not sure how to proceed here. Kindly provide some information on how to call the APIs in Python.