Navigation

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

    mohammadfaiizan

    @mohammadfaiizan

    SmartAPI Group

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

    mohammadfaiizan Follow
    SmartAPI Group

    Best posts made by mohammadfaiizan

    • RE: Option Open Interest Data

      Hi,

      Is this data available now using any API???

      posted in General Discussion
      M
      mohammadfaiizan

    Latest posts made by mohammadfaiizan

    • RE: estimateCharges API giving Internal Error AB2001

      @Moderator_3 Hi, Can you check above comment.

      posted in Bugs
      M
      mohammadfaiizan
    • RE: estimateCharges API giving Internal Error AB2001

      Hello Team,

      Thank you for sharing updated API format and sample API is working as well at my end.

      But when I am trying the same for option, It is getting failed.

      API Code:

      "orders": [
      {
      "segment_id":"OPTIDX",
      "product_type":"CARRYFORWARD",
      "transaction_type":"BUY",
      "quantity":50,
      "price":200,
      "exchange":"NFO",
      "symbol_name":"NIFTY19SEP2425200CE",
      "token":"67932"
      }
      ]

      Response:

      Request: {'orders': [{'segment_id': 'OPTIDX', 'product_type': 'CARRYFORWARD', 'transaction_type': 'BUY', 'quantity': 50, 'price': 200, 'exchange': 'NFO', 'isin': 'NIFTY19SEP2425200CE', 'token': '67932'}]}, Response: {'message': 'Internal Error', 'errorcode': 'AB2001', 'status': False, 'data': None}

      Here is symbol info on sheet.

      token symbol name expiry strike lotsize instrumenttype exch_seg tick_size
      67932 NIFTY19SEP2425200CE NIFTY 19SEP2024 2520000 25 OPTIDX NFO 5

      Can you please check at your end and confirm on Format used for option.

      posted in Bugs
      M
      mohammadfaiizan
    • estimateCharges API giving Internal Error AB2001

      Hi,

      I am trying to fetch estimates Charges API for a trade in NFO and getting Error.

      orderparams = {
      'orders': [
      {
      'product_type': 'INTRADAY',
      'transaction_type': 'SELL',
      'quantity': '30',
      'price': '105',
      'exchange': 'NFO',
      'symbol_name': _INDEX,
      'token': _INDEX_TKN
      }
      ]
      }
      orderCharges = self.AngleOneClient.estimateCharges(params=orderparams)

      Request: {'orders': [{'product_type': 'INTRADAY', 'transaction_type': 'SELL', 'quantity': '30', 'price': '105', 'exchange': 'NFO', 'symbol_name': 'BANKNIFTY31JUL2452300CE', 'token': '50631'}]}, Response: {'message': 'Internal Error', 'errorcode': 'AB2001', 'status': False, 'data': None}

      Does anyone facing this issue. If This API is working for anyone, Please share request format.

      posted in Bugs
      M
      mohammadfaiizan
    • RE: Option Open Interest Data

      Hi,

      Is this data available now using any API???

      posted in General Discussion
      M
      mohammadfaiizan
    • RE: Getting AB1004 error while getting historic data for nifty50

      I am also observing same error.

      posted in Python SDK
      M
      mohammadfaiizan
    • Sentiment Data using API

      Hi All,

      Is there any sentiment indicator data available over APIs for Indian market???

      Like this data available through API
      https://www.tickertape.in/market-mood-index

      posted in General Discussion
      M
      mohammadfaiizan
    • RE: Tick not working. Getting only tick data of morning

      Hi @Moderator_2

      I am also facing same problem. Is tick only gets updated during market hours.

      Could you please confirm behaviour during Market time and during off Time

      posted in General Discussion
      M
      mohammadfaiizan
    • Is any testnet available for testing of API call during devlopment

      Hi All,

      I have started working on smartAPI few days back. Could anyone confirm on that Is any testnet available for testing of API calls during developments.

      Previously I have worked on Binance API, where a testnet is available during development phase.

      posted in General Discussion
      M
      mohammadfaiizan