Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. Recent
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • J

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

      4
      0
      Votes
      4
      Posts
      16
      Views

      A

      @jayagogwani

      This error caused due to we are not allowing trading on scrips under surviellance.

    • G

      certificate verify failed: Hostname mismatch, certificate is not valid for 'margincalculator.angelbroking.com'. (_ssl.c:1032)>
      General Discussion • • gsanjaya

      2
      0
      Votes
      2
      Posts
      5
      Views

      A

      Hi @gsanjaya

      Use below link to refer scrip master json file.

      https://margincalculator.angelone.in/OpenAPI_File/files/OpenAPIScripMaster.json

    • A

      Nifty Future market price
      Python SDK • • abhay15.akshukla

      4
      0
      Votes
      4
      Posts
      11
      Views

      A

      Thank you @abhay15-akshukla

      Happy Trading

    • M

      unable to get option data login issue Python
      Python SDK • • mistrymah

      2
      0
      Votes
      2
      Posts
      7
      Views

      A

      @mistrymah

      Please let us know which API are you using to Login.

    • L

      Regarding IP address
      Bugs • • Latheesh

      2
      0
      Votes
      2
      Posts
      13
      Views

      A

      @Latheesh

      Please register with new unique IP since, this error occurs due to the IP you given have already by some other Smart API client.

    • D

      websocket connection
      Python SDK • • dvsaraf5

      2
      0
      Votes
      2
      Posts
      22
      Views

      A

      @dvsaraf5

      Please share respective connection request here to verify

    • R

      Unable to Create NewApp ( API )
      Python SDK • • RK_Labs

      2
      0
      Votes
      2
      Posts
      9
      Views

      A

      @RK_Labs

      Pls attach error screenshot to get to know more about the error.

    • P

      api order rejection
      General Discussion • • Popular003

      2
      0
      Votes
      2
      Posts
      6
      Views

      A

      @popular003

      What is kind of error you're getting. Pls attach error screenshot for reference.

    • P

      smartapi error
      Python SDK • • prabhathhhh

      4
      0
      Votes
      4
      Posts
      28
      Views

      A

      Do remove project & checkout again

    • R

      WebSocketV2: No Tick Data After Successful Connection and Subscription (SmartAPI)
      Python SDK • • RandomGuy

      3
      0
      Votes
      3
      Posts
      31
      Views

      S

      @randomguy mode is 3 not full

    • Mnagesh

      is option greeks provided by angel is accurate ?
      General Discussion • • Mnagesh

      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • D

      Symbol Token
      Python SDK • • Dipankar

      7
      0
      Votes
      7
      Posts
      42
      Views

      D

      I am sending:
      {"mode":2,"tokenList":[{"exchangeType":2,"tokens":["47706","47671"]}]}}
      I am not getting NIFTY values

    • Mnagesh

      Greeks - Delta is it accurate by Angel one ?
      Python SDK • • Mnagesh

      3
      0
      Votes
      3
      Posts
      14
      Views

      Mnagesh

      @admin did you checked? greeks are not accurate .
      so we cannot depend on greeks provided by smartapi .

    • S2108014

      HOW CAN A SUB BROKER GIVE CODING SERVICES
      General Discussion • • S2108014

      2
      0
      Votes
      2
      Posts
      12
      Views

      Mnagesh

      @s2108014

      create an app with user log in.

      Single program you cannot have multiple logins .

      you need to create a different individual thread for each individual client.

    • A

      ERROR IN EXECUTION IN TRADETRON, WHAT TO DO ?
      General Discussion • • AAAA401828

      4
      0
      Votes
      4
      Posts
      17
      Views

      A

      @admin Please reply what to do ?

    • I

      Historial getOIData Api Error (Only BFO Expiries) - Something Went Wrong
      Bugs • • itspocx

      2
      0
      Votes
      2
      Posts
      8
      Views

      I

      @admin

      Update.

      In NFO -
      FUTSTK & OPTIDX is working.
      FUTIDX & OPTSTK Not working

    • D

      Development
      Python SDK • • Dipankar

      2
      0
      Votes
      2
      Posts
      10
      Views

      A

      @dipankar For testing, you can just ask the program to note down scrip, entry price, exit price, entry time and exit time in CSV. you will not need a static IP for that.

    • A

      Deprecation of 20 Market Depth from WebSocket 2.0 – Effective April 25, 2025
      General Discussion • • admin

      3
      0
      Votes
      3
      Posts
      72
      Views

      T

      @admin sir, is there any way to get 20 depth data by changing smartwebsocketexamplev2.py coding.
      Please 🙏🏼 Tell.

    • T

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

      3
      0
      Votes
      3
      Posts
      13
      Views

      T

      @darshil611
      It will fetch all nifty instruments like options and future of nifty. not Nifty 50.

    • S

      not able to get ltp data using SmartConnect
      Python SDK • • sshah

      2
      0
      Votes
      2
      Posts
      15
      Views

      N

      You are using SmartConnect directly from library. Instead create a login function that logs in with the API key like below

      ANGEL_API_KEY = your_API_key
      smart_api = SmartConnect(api_key=ANGEL_API_KEY)

      and you can use smart_api.ltpData(...)

      it'll work. You're welcome.