Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. chimntu
    C
    • Profile
    • Following 0
    • Followers 1
    • Topics 6
    • Posts 50
    • Best 0
    • Groups 0

    chimntu

    @chimntu

    1
    Reputation
    17
    Profile views
    50
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    chimntu Unfollow Follow

    Latest posts made by chimntu

    • Receiving CORS error while creating new app

      Receiving CORS error while creating new app
      apps:1 Access to XMLHttpRequest at 'https://apiconnect.angelone.in/rest/secure/angelbroking/client/v1/apps' from origin 'https://smartapi.angelone.in' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

      Please check and resolve @admin

      posted in Bugs
      C
      chimntu
    • RE: Apps not found AB1034 API, JAVA SDK, JavaScript SDK

      @admin Hello, I didn't get called again. Can you connect me on 99988 64550?

      posted in Test
      C
      chimntu
    • RE: Apps not found AB1034 API, JAVA SDK, JavaScript SDK

      @admin D108750

      posted in Test
      C
      chimntu
    • RE: Apps not found AB1034 API, JAVA SDK, JavaScript SDK

      @admin ok

      posted in Test
      C
      chimntu
    • RE: Apps not found AB1034 API, JAVA SDK, JavaScript SDK

      @admin D108750

      posted in Test
      C
      chimntu
    • RE: Apps not found AB1034 API, JAVA SDK, JavaScript SDK

      @mihirk

      let { SmartAPI, WebSocket } = require("smartapi-javascript");
      
      let smart_api = new SmartAPI({
      api_key: "Key Added Here", // PROVIDE YOUR API KEY HERE
      // OPTIONAL
      // access_token: "YOUR_ACCESS_TOKEN",
      // refresh_token: "YOUR_REFRESH_TOKEN"
      });
      
      smart_api.generateSession("CLIENT_CODE", "PASSWORD")
      .then((data) => {
      console.log(data)
      })
      .catch(ex => {
      console.log("EX::", ex)
      })
      
      posted in Test
      C
      chimntu
    • RE: Apps not found AB1034 API, JAVA SDK, JavaScript SDK

      @mihirk When I am trying to generate a token using my credentials, I am getting the below response:

      {
        message: 'Apps not found',
        errorcode: 'AB1034',
        status: false,
        data: null
      }
      
      posted in Test
      C
      chimntu
    • Apps not found AB1034 API, JAVA SDK, JavaScript SDK

      I am trying to generate a session with an API call, using java SDK and javascript SDK.
      All 3 are returning the Apps not found, code AB 1034.
      I am using the mac.

      Can you please help with that?

      posted in Test
      C
      chimntu
    • RE: ❗❗❗ How to get tick data of BID PRICE, ASK PRICE ❗❗❗

      @James-Bond
      Can we print name of the stock using this code? If yes, How?

      posted in Python SDK
      C
      chimntu
    • RE: 👍 Working code to get Open,Close,High,Low,Ltp price.

      @sudhakar
      No, You dont have to put all that stuff, Just put Client ID,Password and API key.

      posted in Python SDK
      C
      chimntu