Historic API not working


  • @admin I am also facing same issue randomly. It was working until yesterday


  • I am new to working with API
    yesterday my code was working fine. but oday i got a error
    "Historic Api failed: Couldn't parse the JSON response received from the server: b'Access denied because of exceeding access rate'"
    but I dont knw why this error is coming. I was debugging my code from morning. Is it a server error from Angel one? or my code error..
    does this lead is also about the same issue I am facing?


  • @admin @admin123 @administrators
    +1 Facing same issue. Please fix this.


  • same hear


  • @admin @admin123 I am also facing same issue since morning. Pl. resolve.


  • Facing same issue, @admin kindly look into this.


  • @whemant

    I got also the same error when I used the GetLTP function in PHP.

    {"status":"success","http_code":500,"http_error":"Syntax error or empty or invalid parameter pass","response_data":null}

    This is my code:

    $GetLtpData = $smart_api->GetLTP(["exchange" => "NSE", "tradingsymbol" => "BANKNIFTY", "symboltoken" => "26009"]);

    public static function GetLTP($paramArray){

        extract($paramArray);
    
        //getToken() check whether userlogged in or not and return jwtToken
        $token = self::getToken();
    
        if ($token['status'])
        {
            //jwtToken not empty
            $jwtToken = $token['jwtToken'];
    
            //get url from config file
            // $UrlData = AngelConfigrationManage::AngelConfigrationData();
            // $url = $UrlData['root'].$UrlData['candle_data'];
    
            $url = "https://apiconnect.angelbroking.com/order-service/rest/secure/angelbroking/order/v1/getLtpData";
    
    
            // Common function to call smart api
            $response_data	=	self::CurlOperation($url,$paramArray, $jwtToken,'POST');
        }else{
            $response_data['status'] = 'fail';
            $response_data['error'] = 'The token is invalid';
            $response_data	=	json_encode($response_data);
        }
    
        return $response_data;
    }

  • I am trying since yesterday but get LTP data returning the below error.
    Reported the issue so many times since yesterday, but no one even replied or accepted the issue I mentioned. @whemant @admin

    {"status":"success","http_code":500,"http_error":"Syntax error or empty or invalid parameter pass","response_data":null}


  • @whemant @admin
    I am also getting the same error. Admin, kindly look into the matter. My code isn't exceeding the limit and still it is giving this error.


  • @whemant even im facing same issue. @admin please confirm the same