Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. builder35
    B
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    builder35

    @builder35

    2
    Reputation
    7
    Posts
    4
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    builder35 Follow

    Best posts made by builder35

    • Is there any way to query specific name to OpenAPIScripMaster.json

      Hi Team,

      I am trying to find way to query Instrument URI using name as filter to get instrument details for requested name only.
      But its still returns all tradable instruments which i dont required.
      Can you please guide me here?

      Instrument URI -->
      "https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json"

      I tried using Postman to hit https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json?name=NIFTYBEES but it return all instrument list instead of requested one.

      posted in General Discussion
      B
      builder35

    Latest posts made by builder35

    • Is there any way to query specific name to OpenAPIScripMaster.json

      Hi Team,

      I am trying to find way to query Instrument URI using name as filter to get instrument details for requested name only.
      But its still returns all tradable instruments which i dont required.
      Can you please guide me here?

      Instrument URI -->
      "https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json"

      I tried using Postman to hit https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json?name=NIFTYBEES but it return all instrument list instead of requested one.

      posted in General Discussion
      B
      builder35
    • RE: Buy Limit orders with trigger

      @admin Below was the order parameters. When i place this order symbol was trading at 93 and my order got executed at 94. But i was set to buy only when it is at 95.

                  {
                  "variety": "NORMAL",
                  "tradingsymbol": "BAJFINANCE25MAR215500CE",
                  "symboltoken": "52414",
                  "transactiontype": "BUY",
                  "exchange": "NFO",
                  "ordertype": "LIMIT",
                  "price": "95",
                  "producttype": "INTRADAY",
                  "duration": "DAY",
                  "quantity": "250"
                  }
      
      posted in Python SDK
      B
      builder35
    • RE: Incorrect strike price showing on https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json

      @rjbanna Thanks , let me try it.

      posted in General Discussion
      B
      builder35
    • Buy Limit orders with trigger

      Hi Team,

      I am looking for way to place Buy limit order using python.

      Scenario :- ABC is trading at 100 and i want to buy only after it
      crosses 105 and then my target is 110 with stop loss of 103.

      In a current situation if i place limit order and stock is trading below my price it execute order right away(which i dont want). Order should only execute at my price not below or after that.

      Can you help me on this?

      posted in Python SDK
      B
      builder35
    • Incorrect strike price showing on https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json

      Hi Team,

      I have observed that below json file shows incorrect strike price.

      https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json

      Example,

      If i want to look for UPL option with 25 Mar 2021 at 570 CE,
      it shows "strike":"57000.000000" instead of 570.000000

      {"token":"108725","symbol":"UPL25MAR21570CE","name":"UPL","expiry":"25MAR2021","strike":"57000.000000","lotsize":"1300","instrumenttype":"OPTSTK","exch_seg":"NFO","tick_size":"5.000000"}

      Please check and let me if this is correct

      posted in General Discussion
      B
      builder35
    • RE: Technical indicators using python api

      @admin Thanks for update

      posted in Python SDK
      B
      builder35
    • Technical indicators using python api

      Hi Team,

      Is it possible to fetch technical indicators via api along with feed?

      posted in Python SDK
      B
      builder35