Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. Popular
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • A

      Static IP based API keys now live - Old flow still supported temporarily
      General Discussion • • admin

      11
      1
      Votes
      11
      Posts
      62
      Views

      P

      @admin Ok. Thanks for the clarification. Also please update your documentation for rate limits. The documentation still says 20 orders per second.

    • M

      Is anyone seeing issues with QUOTES API response TRADINGSYMBOL?
      General Discussion • • mbolneni

      8
      0
      Votes
      8
      Posts
      29
      Views

      S

      Hey,

      Issue still persist, I am not getting response from below URL

      https://apiconnect.angelone.in/rest/secure/angelbroking/order/v1/getLtpData

      The requested URL was rejected. Please consult with your administrator.

      Your support ID is: 13207413113617156603

      [Go Back]

    • C

      Receiving CORS error while creating new app
      Bugs • • chimntu

      4
      0
      Votes
      4
      Posts
      10
      Views

      C

      @admin Still same issue tried removing cache and in different browsers

    • S

      Invalid API Key", "errorCode": "AG8004",
      NodeJS SDK • • satishdwivedi

      4
      0
      Votes
      4
      Posts
      21
      Views

      A

      @satishdwivedi Your screenshot is not visible.

    • N

      ONE_MINUTE Interval Historical Data inconsistent
      Bugs • • Nimish05Z

      3
      0
      Votes
      3
      Posts
      12
      Views

      N

      @admin

      params = { "exchange": "NSE", "symboltoken": "99926000", "interval": "ONE_MINUTE", "fromdate": "2025-01-01 09:15", "todate": "2025-01-31 15:30", } data = smartApi.getCandleData(params) data = pd.DataFrame(data["data"], columns=["datetime", "open", "high", "low", "close", "volume"]) print(data) datetime open high low close volume

      0 2025-01-02T13:25:00+05:30 24118.20 24121.95 24109.65 24121.70 0
      1 2025-01-02T13:26:00+05:30 24121.75 24129.75 24116.85 24117.40 0
      ... ... ... ... ... ... ...
      7998 2025-01-31T15:28:00+05:30 23529.15 23545.90 23529.15 23536.90 0
      7999 2025-01-31T15:29:00+05:30 23537.80 23546.80 23529.45 23533.85 0

    • P

      Invalid API Key - "errorCode":"AG8004"
      Bugs • • PareshBhatiya

      3
      0
      Votes
      3
      Posts
      15
      Views

      P

      @admin Same API Key and auth token is working fine for other API like get order status and other. only getting error in place order.

    • V

      Execution Error:AG8004 - Invalid API Key
      General Discussion • • V52717774

      3
      0
      Votes
      3
      Posts
      7
      Views

      A

      @v52717774 This error comes when the API key you are mentioning in the header of the API request is not the same as the one you have generated or using which you have logged in and created a JWT token.

    • A

      Market data API
      Test • • AABM694602

      3
      0
      Votes
      3
      Posts
      11
      Views

      A

      @aabm694602 Checking the issue, meanwhile please use the trading API key for the same purpose.

    • J

      Issues with placing orders via Angel One API (Cautionary stocks / Symbol-token mismatch)
      C#/.Net SDK • • jayagogwani

      3
      0
      Votes
      3
      Posts
      11
      Views

      J

      @admin Thanks for the reply...the link and the suggestion which you provided to me provided already we have done. Still we are getting mismatch error. Please find the below message which we are receiving
      "data": null,
      "isSuccess": true,
      "errorMessage": "The order cannot be processed as the token is categorised under cautionary listings by the exchange."
      },

      Where i can find " Surveillance Indicator new" api to fetch daily data ...So that we can put it in our application

    • A

      Ticker disconnected and error during reconnect
      Java SDK • • anand.n04

      2
      0
      Votes
      2
      Posts
      9
      Views

      A

      @anand-n04 The status line is: HTTP/1.1 429 Too Many Requests.

      One client is only allowed to create 3 connections only.

    • T

      how to get Nifty50 all equity tokens?
      General Discussion • • tanmoydev

      2
      0
      Votes
      2
      Posts
      8
      Views

      D

      @tanmoydev
      instrument_url = 'https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json'

      response = urllib.request.urlopen(instrument_url)
      instrument_list = json.loads(response.read())

      instrument_list = [i for i in instrument_list if i['name'] == "NIFTY"]

    • S

      Does smartapi provide a way to fetch OI data?
      General Discussion • • swogatpradhan22

      2
      0
      Votes
      2
      Posts
      13
      Views

      A

      @swogatpradhan22 It does provide OI data. For scrips where OI is not applicable, eg. cash, the OI will be shown as 0.

    • D

      How to square off option order
      General Discussion • • darshil611

      2
      0
      Votes
      2
      Posts
      14
      Views

      D

      @admin @admin123 Plesae answer my question

    • K

      Best Practice for Squaring Off F&O Position with Pending SL Order via SmartAPI?
      General Discussion • • Konda

      2
      0
      Votes
      2
      Posts
      16
      Views

      D

      @konda can you write one code example for it

    • P

      Security is under the following list of cautions:
      General Discussion • • Popular003

      2
      0
      Votes
      2
      Posts
      10
      Views

      A

      @popular003 As of now, you will have to trade via web or app in such stocks. We will be coming up with a solution soon.

    • M

      Order Place Failing
      Python SDK • • mahidaparth7

      2
      0
      Votes
      2
      Posts
      6
      Views

      A

      @mahidaparth7 please use 'producttype': 'INTRADAY' instead of 'MIS'

    • D

      Unable To Place Cover Orders.
      General Discussion • @admin • • Dibyendu1997

      2
      0
      Votes
      2
      Posts
      9
      Views

      A

      @dibyendu1997 we do not support cover orders via smartapi

    • M

      API Invalid token Error errorCode AG8001
      Bugs • • mryash

      2
      0
      Votes
      2
      Posts
      16
      Views

      A

      @mryash AG8001 comes due to invalid token. You need to log in daily and create a new JWT token daily to be able to use other APIs.

    • S

      websocket 2.0 , extact binary data in string
      Test • • SmartApi 0

      2
      0
      Votes
      2
      Posts
      15
      Views

      A

      @smartapi-0 Web socket responds in hex. Please check using postman, and then use the websocket in your code.

    • A

      put market order but it is placed as AMO ..WHy
      Python SDK • • ananthapad

      2
      0
      Votes
      2
      Posts
      8
      Views

      A

      @ananthapad all the orders placed after market go as AMO orders. You can read it here in the place orders section - https://smartapi.angelone.in/docs/Orders