Navigation

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

    Posts made by admin

    • RE: OHL of Index

      @hardip could you share a snippet of websocket connection?

      posted in Python SDK
      A
      admin
    • RE: Historical Options data

      @Rohan You won't be able to fetch expired options data.

      posted in General Discussion
      A
      admin
    • RE: What is wrong with this order? Says Invalid token

      @TalkingTree12 there could be a login issue in your code.

      posted in Python SDK
      A
      admin
    • RE: Does SmartAPI provide Historical data for Expired Contracts for Stock Options?

      @cybeasty No it does not.

      posted in General Discussion
      A
      admin
    • RE: Smart API Login issue" or "Not able to login

      @kksw599 login is working fine, please check your code, and ensure you are fetching correct TOTP.

      posted in Python SDK
      A
      admin
    • Deprecation of 20 Market Depth from WebSocket 2.0 – Effective April 25, 2025

      Dear Users,

      Please be informed that the 20-depth market data feature will be deprecated from WebSocket 2.0 effective April 25, 2025.

      The best 5-depth market data will continue to be available for all users.

      We kindly request users currently relying on 20-depth data to update their integrations and switch to 5-depth data before the deprecation date.

      Best regards,
      SmartAPI Team

      posted in General Discussion
      A
      admin
    • RE: Access denied because of exceeding access limits

      @Y15996 the error comes when you exceed the rate limit while sending requests.

      posted in Python SDK
      A
      admin
    • RE: Smart Api login Error: Unable to authenticate you with this device, please try again

      @Simba007 Please try again and check.

      posted in Bugs
      A
      admin
    • RE: Couldn't parse the JSON response received from the server: {content}".format( smartapi.smartExceptions.DataException: Couldn't parse the JSON response received from the server: b'Access denied because of exceeding access rate while checking price

      @akashdhage the error comes when you exceed the rate limit while sending requests.

      posted in Python SDK
      A
      admin
    • RE: Unable to authenticate you with this device, please try again

      please send the API request that you are punching.

      posted in Bugs
      A
      admin
    • RE: Unable to authenticate you with this device, please try again

      @keval please send the API request that you are punching.

      posted in Bugs
      A
      admin
    • RE: Unable to authenticate you with this device, please try again

      @Subhash_indian were you able to log in previously? The login mechanism is working fine.

      posted in Bugs
      A
      admin
    • RE: Get Historical API not working

      @harishgrt 400 bad request would mean the request body is not proper.

      posted in Bugs
      A
      admin
    • RE: Technical Indicator SuperTrend

      @Susee2025 You can go to Angel One charts, select the indicator, and check properties of that indicator.

      Although the indicator you are calculating using python is same, the properties might differ.

      posted in General Discussion
      A
      admin
    • RE: 9:15 15Minute Candle data is not coming when you fetch at 9:30 AM (even with 1 minute buffer 9:31)

      @imbhavaniprasad it is working fine. Please check via postman.

      posted in Bugs
      A
      admin
    • RE: NIFTY FUTURE DATA

      @AGARWALRAMNEEK2 you can get the historical data of a particular option contract only.

      ie. if a contract started in march, you will not get the historical data of same strike price contract for feb.

      posted in Python SDK
      A
      admin
    • RE: Getting error when Place MCX Limit Order

      @Sahil the issue is resolved, you can try again now.

      posted in Python SDK
      A
      admin
    • RE: Postback

      @JetAlgo please share your Client id and Postback URL.

      posted in General Discussion
      A
      admin
    • RE: AMO order

      @hardip value should be 'NORMAL'

      posted in Python SDK
      A
      admin
    • RE: Query to get tick data (order book) for bank nifty in real time

      @lakshya_2410 you can use websocket 2.0 for the same.

      Here is the document link - https://smartapi.angelone.in/docs/WebSocket2

      posted in General Discussion
      A
      admin