dear @mrkaran
its very kind of you to reply to this issue.
i dont have any more strength or time to troubleshoot this. i may move to the competition. however, as promised i will post my code to github, so its useful to someone.
@Kailash @sujith @vivek
bumping this again. almost one month of subscription is going to get over tomorrow. i have not even used it once for my original purpose. appreciate your help in this regard.
thanks.
@trade_then, @sujith and others,
i am requesting the quote to refresh on every new page request (1/sec). i am only trying to process one order. is there a combined limit like if i request a quote, i am not supposed to send an order (1/sec). actuall…
@sujith,
once i have updated with 3b) then i did not have the same error as i had with 3.0 blame me... no probs
thanks for the getQuote(["NSE:INFY", "NSE:SBIN"])
fine. i promise to publish my piece of code to github so it helps others.
Dear @Kailash
That's not how you'd start a conversation We are not meeting for the first time. Anyway pleased to meet you. Remember I am using the api since it was Kite 2.0 and was working fine.
i dont understand the automation part. i am entering…
@sujith,
thanks. there are only 35 methods in the link you pointed. i wonder how difficult it is to provide a working example. this will really help us avoid doing the guess work all the time. i have a feeling of working with a dead github project …
@vivek thanks. i got the problem resolved after updating to the new branch 3b. please advise how to get quotes with the new API. i have a detailed question on github
hi @ajinasokan,
its working like charm. it is just that i need to take a crash course on javascript object and arrays. thanks for your help once again.
@sujith,
i have already made a wrapper in PHP with Kite API. Now it looks like I need to scratch it and start developing a wrapper around Node and Kite API.
i already have a Public API through my PHP App after subjecting it through lot of reroutin…
@vivek,
Thanks.
I had a missing argument 2 error. However, your reply pointed me into the right direction. Here is the working code
$infy = $Kite->quote("NSE","INFY");
Thanks once again.
hi sujith,
i already got the access token. can you correct the code above (any or both the codes).
NB:
i already got the list of Orders and Positions from the API through another part of my code. This is just FYI.
Thanks Sujith,
What I wanted to ask is should i make my requests from a https//example.com website ... I understand that Kite API calls are https.
or am I missing something.