Navigation

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

    tonusri

    @tonusri

    0
    Reputation
    5
    Posts
    2
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    tonusri Follow

    Best posts made by tonusri

    This user hasn't posted anything yet.

    Latest posts made by tonusri

    • RE: Instrument master fields interpretation

      @admin How to interpret the Currency segment ?
      Can you explain me how to interpret strike and tick_size values

      {
          "token": "5045",
          "symbol": "USDINR2191777.25PE",
          "name": "USDINR",
          "expiry": "17SEP2021",
          "strike": "772500000.000000",
          "lotsize": "1",
          "instrumenttype": "OPTCUR",
          "exch_seg": "CDS",
          "tick_size": "25000.000000"
        }
      
      posted in Python SDK
      T
      tonusri
    • RE: Instrument master fields interpretation

      @admin It's been 13 days I have posted the issue. Still waiting for the resolution.

      posted in Python SDK
      T
      tonusri
    • RE: Instrument master fields interpretation

      @tonusri said in Instrument master fields interpretation:

      @admin I think you got my question wrong.

      {
          "token": "37743",
          "symbol": "NIFTY02SEP2117500PE",
          "name": "NIFTY",
          "expiry": "02SEP2021",
          "strike": "1750000.000000",
          "lotsize": "50",
          "instrumenttype": "OPTIDX",
          "exch_seg": "NFO",
          "tick_size": "5.000000"
        }
      

      In this above snippet a nifty 17500 put option is have strike value as "1750000.000000" and tick_size value as "5.000000" why ?

      This JSON snippet is from this
      link https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json

      And similarly

      {
          "token": "5045",
          "symbol": "USDINR2191777.25PE",
          "name": "USDINR",
          "expiry": "17SEP2021",
          "strike": "772500000.000000",
          "lotsize": "1",
          "instrumenttype": "OPTCUR",
          "exch_seg": "CDS",
          "tick_size": "25000.000000"
        }
      

      In this one USDINR 77.25 put option is having strike value as "772500000.000000" and tick_size value as "25000.000000" why ?

      How to calculate the actual strike price and tick size from these fields ?

      @admin still waiting for your reply

      posted in Python SDK
      T
      tonusri
    • RE: Instrument master fields interpretation

      @admin I think you got my question wrong.

      {
          "token": "37743",
          "symbol": "NIFTY02SEP2117500PE",
          "name": "NIFTY",
          "expiry": "02SEP2021",
          "strike": "1750000.000000",
          "lotsize": "50",
          "instrumenttype": "OPTIDX",
          "exch_seg": "NFO",
          "tick_size": "5.000000"
        }
      

      In this above snippet a nifty 17500 put option is have strike value as "1750000.000000" and tick_size value as "5.000000" why ?

      This JSON snippet is from this
      link https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json

      And similarly

      {
          "token": "5045",
          "symbol": "USDINR2191777.25PE",
          "name": "USDINR",
          "expiry": "17SEP2021",
          "strike": "772500000.000000",
          "lotsize": "1",
          "instrumenttype": "OPTCUR",
          "exch_seg": "CDS",
          "tick_size": "25000.000000"
        }
      

      In this one USDINR 77.25 put option is having strike value as "772500000.000000" and tick_size value as "25000.000000" why ?

      How to calculate the actual strike price and tick size from these fields ?

      posted in Python SDK
      T
      tonusri
    • Instrument master fields interpretation

      @admin @administrators

      I downloaded instrument list from this URI https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json

      can you explain me how to interpret strike and tick_size values

      {
          "token": "37743",
          "symbol": "NIFTY02SEP2117500PE",
          "name": "NIFTY",
          "expiry": "02SEP2021",
          "strike": "1750000.000000",
          "lotsize": "50",
          "instrumenttype": "OPTIDX",
          "exch_seg": "NFO",
          "tick_size": "5.000000"
        }
      

      can you explain me how to interpret tick_size value

      {
          "token": "16669",
          "symbol": "BAJAJ-AUTO-EQ",
          "name": "BAJAJ-AUTO",
          "expiry": "",
          "strike": "-1.000000",
          "lotsize": "1",
          "instrumenttype": "",
          "exch_seg": "NSE",
          "tick_size": "5.000000"
        }
      

      can you explain me how to interpret strike and tick_size values

      {
          "token": "5045",
          "symbol": "USDINR2191777.25PE",
          "name": "USDINR",
          "expiry": "17SEP2021",
          "strike": "772500000.000000",
          "lotsize": "1",
          "instrumenttype": "OPTCUR",
          "exch_seg": "CDS",
          "tick_size": "25000.000000"
        }
      
      
      posted in Python SDK
      T
      tonusri