Navigation

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

    Parvez937

    @Parvez937

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

    Parvez937 Follow

    Best posts made by Parvez937

    This user hasn't posted anything yet.

    Latest posts made by Parvez937

    • Weekly option Contarct

      Hi,
      Daily morning i will download all symbols from here
      https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json

      Now i want to place order of this weeks expiry , how to get token...
      If i want to search the file with symbol no standard is followed
      see below example...

      Can you please let me know , how i can search the JSon to get weekly contracts,
      I will be selling ATM stardles .. so my program should automaticly identify based on some logic.
      Ex: Sensex
      {
      "token": "844325",
      "symbol": "SENSEX2521875200CE",
      "name": "SENSEX",
      "expiry": "18FEB2025",
      "strike": "7520000.000000",
      "lotsize": "20",
      "instrumenttype": "OPTIDX",
      "exch_seg": "BFO",
      "tick_size": "5.000000"
      }
      {
      "token": "838214",
      "symbol": "SENSEX25FEB75200CE",
      "name": "SENSEX",
      "expiry": "25FEB2025",
      "strike": "7520000.000000",
      "lotsize": "20",
      "instrumenttype": "OPTIDX",
      "exch_seg": "BFO",
      "tick_size": "5.000000"
      },

      posted in NodeJS SDK
      P
      Parvez937