Thank You...
I will be using the API which will fatch the current stock value. Is there any limitation for this api. As per requirement , I have multiple stocks and need to get live stock value every 2 seconds. Is there any limitation of request se…
Hi @rakeshhr:
Is there any way we can use the API without manually login? Ex. I want to get the live stock price. Its working properly in the script. But the issue is that need to login manually. Now we give the solution to our client but technical…
Thanks @sujith.
Hi, We achieved to get the current live stock price. For that followed below steps.
1. Execute the script on the browser which we developed.
2. It was showing "Authentication failed: Token is invalid or has expired." error
3. We lo…
@SRIJAN: Thanks. Just wanted to confirm that we can get the quote frequently in the interval of seconds for couple of stocks? Is there any limitations for the same?
Hi @rakeshhr, the issue got resolved. Thanks.
We want live value of the stocks.
So tried with print_r($kite->getQuote(["NSE:INFY", "NSE:SBIN"]));. This returns the proper value.
But the issue is that token value is expired shortly and we crea…
Thanks @rakeshr. Checking from my side. Run exe file from the specific folder but issue still not resolved. Also one more thing is that its on the local machine. What need to do when upload the pages to the hosting server?