Navigation

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

    Topics created by coolankurmahe

    • C

      "funds withdrawn" not visible in angel one website
      Python SDK • • coolankurmahe  

      1
      0
      Votes
      1
      Posts
      6
      Views

      No one has replied

    • C

      "funds withdrawn" not visible in angel one website
      General Discussion • • coolankurmahe  

      2
      0
      Votes
      2
      Posts
      8
      Views

      M

      Hi @coolankurmahe Please upload screenshot with issue your facing. Regards, Smart API Team
    • C

      Can we modify partially filled order using smart api?
      Python SDK • • coolankurmahe  

      4
      0
      Votes
      4
      Posts
      22
      Views

      M

      @coolankurmahe If you place limit order with quantity 100, then 30 got executed. In that case you can modify the limit price and quantity of the remaining 70 quantity using modifyOrder API.
    • C

      getMarginApi Api returns wrong margin for Nifty futures ? [Urgent]
      Python SDK • • coolankurmahe  

      1
      0
      Votes
      1
      Posts
      20
      Views

      No one has replied

    • C

      Do the current month nifty future data/chart provide historical data for expired future contracts as well
      General Discussion • • coolankurmahe  

      1
      0
      Votes
      1
      Posts
      10
      Views

      No one has replied

    • C

      Do the current month nifty future data/chart provide historical data for expired future contracts as well
      Python SDK • • coolankurmahe  

      2
      0
      Votes
      2
      Posts
      19
      Views

      M

      Hello @coolankurmahe Yes, The current month future contract data shows historical data of expired future contracts for each month Regards, SmartAPI Team
    • C

      Option Actual Buy Price is not the same(way more than) as returned averageprice from individual_order_details API
      Python SDK • • coolankurmahe  

      5
      0
      Votes
      5
      Posts
      25
      Views

      M

      @coolankurmahe the price shown on Angel One UI on T+1 day includes the additional brokerage charges as well. You incur some taxes and charges which is additional to the buy price on the previous day. What you are seeing in the charts is correct. What you're seeing in the UI is inclusive of taxes and charges which you have incurred for the transaction. The price on charts does not include taxes and charges.
    • C

      logzero not working with smartapi-python==1.4.8 and latest smartapi-python sdk
      Python SDK • • coolankurmahe  

      8
      0
      Votes
      8
      Posts
      45
      Views

      M

      Hi @6857 FYI
    • C

      OpenAPIScripMaster.json is down and shows null .Also at what rate it gets refreshed ?
      Python SDK • • coolankurmahe  

      3
      1
      Votes
      3
      Posts
      23
      Views

      C

      @jaideep-siddula Yes It was. Thanks. Can you please reply on the second ques. I have seen generally tokens are not changing on daily basis. I am mostly dealing with options. Nifty etc. Wanted to know for much time I can cache the OpenAPIScripMaster.json in my local system ? example like a week ?
    • C

      Attempting to resubscribe/reconnect Websocket2
      Python SDK • • coolankurmahe  

      2
      0
      Votes
      2
      Posts
      37
      Views

      M

      Hi @coolankurmahe Apologies for the delayed response. Kindly share us the client code and issue timing to analyze the issue from our end. Regards SmartAPI team
    • C

      For 15min candle (close, open etc), is there any websocket(not streaming) but on 15 min interval
      Python SDK • • coolankurmahe  

      3
      0
      Votes
      3
      Posts
      23
      Views

      C

      @Moderator_1 I think Market Data API(though websockets are good) but we will need to write quite some logic to refine the data into candles(15 mins, 5 mins). Also, it might suffer inaccuracies if even few ticks are missed.Either of APIs suffer lag or downtime. So, when I tried historical APIs to query , it gave results for current stock price with 1-2 seconds . I would be happy to use historical APIs if there is no major disadvantage using them ? Wanted to understand if historical APIs are down sometime during the working hours of stock market ? Even if few seconds or 60 seconds or so delay in historical APIs to get current price of stock is fine with my algo strategy. Can you throw light on above please ?
    • C

      How many years of historical data we get for Nifty and stocks
      Python SDK • • coolankurmahe  

      6
      0
      Votes
      6
      Posts
      48
      Views

      M

      Hello @awdesh-bhatti Please refer the below link to get the supported intervals https://smartapi.angelbroking.com/docs/Historical Regards, SmartAPI Team