Navigation

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

    kingshuk

    @kingshuk

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

    kingshuk Follow

    Best posts made by kingshuk

    This user hasn't posted anything yet.

    Latest posts made by kingshuk

    • RE: Not able to get nifty50 historic data

      @Mnagesh I am using python api - getCandleData

      I am trying to get candle data for index NIFTY50 not for any options.

      The call to with the following is returning empty data set. Can you please give me some clue about how to fix it

      {
      'exchange': 'NSE',
      'tradingsymbol': 'NIFTY50',
      'symboltoken': '56734',
      'interval': 'FIVE_MINUTE',
      'fromdate': '2021-06-21 00:00',
      'todate': '2021-06-21 09:21'
      }

      Regards,
      Kingshuk

      posted in Python SDK
      K
      kingshuk
    • Not able to get nifty50 historic data

      Hi,

      Need some help on ow to fetch nifty50 historic data.

      getCandleData returns empty dataset for the query below. Can you please guide what needs to be changed to get the nifty50 data.

      {
      'exchange': 'NSE',
      'tradingsymbol': 'NIFTY50',
      'symboltoken': '26000',
      'interval': 'FIVE_MINUTE',
      'fromdate': '2021-06-03 00:00', '
      todate': '2021-06-03 09:21'
      }

      Reagrds,
      Kingshuk

      posted in Python SDK
      K
      kingshuk
    • RE: 'message': 'Login Id or password is invalid', 'errorcode': 'AB1007'

      @priyanka Thank you very much. It is working for me after pw reset.

      posted in General Discussion
      K
      kingshuk
    • 'message': 'Login Id or password is invalid', 'errorcode': 'AB1007'

      Hi,

      My ID is K512861.

      Continuously getting the error below, while uisng python API.

      'message': 'Login Id or password is invalid', 'errorcode': 'AB1007'

      Please let me know how do I resolve this erroe ?

      Regards,
      Kingshuk

      posted in General Discussion
      K
      kingshuk
    • what password to be used

      Hi,

      When calling SmartApi.New(cc, pw, apikey), which password I should be used ? I have tow passwords one to access the "AngleOne" site adn another one is to access the the "smartapi" site ?

      Which password should be used to call SmartApi.New( ... ) ?

      Regards,
      Kingshuk

      posted in Go SDK
      K
      kingshuk