thanks rakesh its working
one more thing how to add consider_positions=false in kite 3.0.7.0 using below code
OrderMarginParams param = new OrderMarginParams();
param.Exchange = "NFO";
param.TradingSymbol = "AMBUJACEM22JAN370PE"
param.Transactio…
not using any kite library instead using this https://api.kite.trade/margins/basket?consider_positions=false
Below is the c# code:
dynamic json;
var url = "https://api.kite.trade/margins/basket?consider_positions=false";
var httpRequest = (HttpWeb…
i am able to get margins (https://api.kite.trade/margins/basket?consider_positions=false) with API AND TOKEN
can i get LTP ("https://api.kite.trade/quote/ltp?i=NSE:INFY") with API AND TOKEN
If yes
below is the code not working am i missing somet…
trying to get this using javascript but getting CORS Error
cross-origin resource sharing error preflightmissingalloworiginheader
$.ajax({
url: "https://api.kite.trade/quote/ltp?i=NSE:INFY",
type: 'GET',
dataType…
Hi,
I will update to new version
Today every thing is working fine
Is there any problem on that day
Today tick data Bids/Offers receiving wrong data
Ex. SUNPHARMA18FEBFUT
for all pairs same data is coming
Thanks
Hi,
DEBUG: GET https://api.kite.trade/user/margins/equity?api_key=apikey&access_token=token
for margin it is working (sometimes)
DEBUG: 200 {"status": "success", "data": {"available": {"adhoc_margin": 0.0, "collateral": 0.0, "intraday_payin": 0…
Hi sujith,
I am using .net WebBrowser and assigning kite connect url to the browser
webBrowser1.Url = new Uri(kite.GetLoginURL())
kite login page appears but with below error messages and not able to login
thanks
Hi sujith,
Here is my code :
App.js
var getquote_response = "";
var KiteConnect = require("kiteconnect").KiteConnect;
var kc = new KiteConnect(api_key);
var KiteTicker = require("kiteconnect").KiteTicker;
var ticker = new KiteTicker();
// in thi…
Hi Nikhil,
Yes, i am using the same Client ID.
As i am using C# as redirect page i am able to getting all data
And one more thing how to check whether Access Token is received in nodejs so that i can redirect to kite login
Thanks