<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[getCandleData (Historical API) returning HTTP 403 &quot;Access denied because of exceeding access rate&quot; — even on minimal requests]]></title><description><![CDATA[<p dir="auto">Issue:</p>
<p dir="auto">The API worked correctly yesterday (3-Sep-2026).<br />
Today (4-Sep-2026), every call to getCandleData returns: HTTP 403 - "Access denied because of exceeding access rate"<br />
This happens even on a test with only 5 symbols, spaced well under 1 request/second, with no other calls running in parallel.<br />
Login (loginByPassword) and live quotes (market/v1/quote) both succeed normally — only the historical data endpoint is rejected.<br />
Suspect this may be a temporary account-level throttle/block triggered by repeated testing earlier today, rather than a real-time rate limit, since even trivial request volumes are still being rejected.</p>
]]></description><link>https://smartapi.angelone.in/smartapi/forum/topic/5665/getcandledata-historical-api-returning-http-403-access-denied-because-of-exceeding-access-rate-even-on-minimal-requests</link><generator>RSS for Node</generator><lastBuildDate>Thu, 10 Sep 2026 07:40:15 GMT</lastBuildDate><atom:link href="https://smartapi.angelone.in/smartapi/forum/topic/5665.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 04 Sep 2026 09:10:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to getCandleData (Historical API) returning HTTP 403 &quot;Access denied because of exceeding access rate&quot; — even on minimal requests on Mon, 07 Sep 2026 07:38:03 GMT]]></title><description><![CDATA[<p dir="auto">In my case, after login succeeded, the very first call itself is failing with "Access denied because of exceeding access rate" error. This is happening for <a href="https://apiconnect.angelone.in/rest/secure/angelbroking/historical/v1/getCandleData" target="_blank" rel="noopener noreferrer nofollow ugc">https://apiconnect.angelone.in/rest/secure/angelbroking/historical/v1/getCandleData</a> API. Lately, the calls to this API is throwing the rate limit error most of the time for me, even though it is the only call made after login from my account.</p>
<p dir="auto">AngelOne SmartAPI Team - You have some serious issue here to fix. This is affecting lot of people. Your rate Limiting logic has major bugs to be fixed.</p>
<p dir="auto">One to fix this issue: You can cache the candle data, so that you don't need to build the response for every calls. This should drastically reduce your server over load.</p>
]]></description><link>https://smartapi.angelone.in/smartapi/forum/post/19282</link><guid isPermaLink="true">https://smartapi.angelone.in/smartapi/forum/post/19282</guid><dc:creator><![CDATA[pramilasara]]></dc:creator><pubDate>Mon, 07 Sep 2026 07:38:03 GMT</pubDate></item><item><title><![CDATA[Reply to getCandleData (Historical API) returning HTTP 403 &quot;Access denied because of exceeding access rate&quot; — even on minimal requests on Fri, 04 Sep 2026 14:29:54 GMT]]></title><description><![CDATA[<p dir="auto">Same issue here. Single getCandleData call once per hour, MCX commodity, ONE_HOUR, ~495 candles. Roughly one cycle in three rejected with plain-text Access denied because of exceeding access rate.</p>
<p dir="auto">One data point that may help narrow it: on 4 Sep, three attempts spaced 75 seconds apart (13:02:30, 13:03:45, 13:05:00) were all rejected — so the block persisted over 2.5 minutes, which doesn't look like a short-window burst limit.</p>
<p dir="auto">Also noticing that the Python SDK sets X-ClientPublicIP to an address that isn't the static IP registered against my app, though requests do originate from the registered IP. Has anyone checked whether that's related?</p>
]]></description><link>https://smartapi.angelone.in/smartapi/forum/post/19281</link><guid isPermaLink="true">https://smartapi.angelone.in/smartapi/forum/post/19281</guid><dc:creator><![CDATA[vivekrungta]]></dc:creator><pubDate>Fri, 04 Sep 2026 14:29:54 GMT</pubDate></item></channel></rss>