Couldn't parse the JSON response received from the server: b'Access denied because of exceeding access rate'
When I try to fetch candle data this type of error accrued Nowadays, Please give a solution.
Couldn't parse the JSON response received from the server: b'Access denied because of exceeding access rate'
When I try to fetch candle data this type of error accrued Nowadays, Please give a solution.
Couldn't parse the JSON response received from the server: b'Access denied because of exceeding access rate'
When I try to fetch candle data this type of error accrued Nowadays, Please give a solution.
https://github.com/angelbroking-github/smartapi-python
obj=SmartConnect(api_key="your api key",
#optional
#access_token = "your access token",
#refresh_token = "your refresh_token") <-error
the closing round bracket is commented out, i suggest rectifying the code.
I'm trying to place a order via API and my script is returning me an error.
refreshToken= ['data']['refreshToken']
^
Syntaxerror: 'invalid synatx'
So if i have bought 100 quantities of SBIN and later i make a sell API request
which looks something like this
{
"variety":"NORMAL",
"tradingsymbol":"SBIN-EQ",
"symboltoken":"3045",
"transactiontype":"SELL",
"exchange":"NSE",
"ordertype":"MARKET",
"producttype":"INTRADAY",
"duration":"DAY",
"price":"194.50",
"squareoff":"0",
"stoploss":"0",
"quantity":"100"
}
will this close or exit my existing order?
I dont want to use any SDK, how do i do it?
Is it possible to update stoploss multiple times after the order execution?