Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    Optiongreek not returning any value.

    Python SDK
    2
    2
    3
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      darshanmc last edited by

      for my valid payload, I don't get any output. please help.
      params = {
      "name" : "NIFTY",
      "expirydate" : "16SEP2025"
      }
      smart_api.optionGreek(params)
      {'status': False, 'message': 'No Data Available', 'errorcode': 'AB9019', 'data': None}

      1 Reply Last reply Reply Quote 0
      • A
        admin last edited by

        @darshanmc It is working properly, there might be an issue with your code. You can try it in postman and check.

        Below is the snippet for the API request:

        {
            "name":"NIFTY", // Here Name represents the Underlying stock
            "expirydate":"16SEP2025"
        }
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post