Navigation

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

    Topics created by Vishal.naykawala

    • V

      The remote server returned an error: (403) Forbidden.
      General Discussion • • Vishal.naykawala  

      1
      0
      Votes
      1
      Posts
      14
      Views

      No one has replied

    • V

      API to get Holiday
      General Discussion • • Vishal.naykawala  

      4
      1
      Votes
      4
      Posts
      49
      Views

      A

      You can use NSE API import datetime import pandas as pd import requests def is_holiday(date: datetime.date): headers = {'user-agent': 'PostmanRuntime/7.26.5'} endpoint = "https://www.nseindia.com/api/holiday-master?type=trading" response = requests.get(endpoint, headers=headers) assert response.status_code == 200, response.json() holidays_json = response.json()['FO'] holidays_df = pd.DataFrame(holidays_json) holidays_df['tradingDate'] = pd.to_datetime(holidays_df['tradingDate']) return pd.Timestamp(date) in holidays_df['tradingDate'].values
    • V

      From when can get updated C#/.net SDK
      C#/.Net SDK • • Vishal.naykawala  

      2
      0
      Votes
      2
      Posts
      37
      Views

      V

      I think it is better to choose another API provider. There is no support for c#/.net SDK from the Angel broking support team. Thanks
    • V

      Live Market Data API - /quote Endpoint: Enhanced with 50-Symbol Bulk Fetch
      C#/.Net SDK • • Vishal.naykawala  

      2
      0
      Votes
      2
      Posts
      49
      Views

      K

      @Vishal-naykawala , Can You Please assist us , How can we subscribe token to get Market feed in C# . I asked the Angle One Support Team , they lack to clear doubt.
    • V

      In **PlaceOrder** getting error - 404
      C#/.Net SDK • • Vishal.naykawala  

      1
      0
      Votes
      1
      Posts
      19
      Views

      No one has replied

    • V

      How to get multiple symbols price in single call
      C#/.Net SDK • • Vishal.naykawala  

      2
      0
      Votes
      2
      Posts
      53
      Views

      A

      Hi @Vishal-naykawala , Yes, you can explore using websockets as an alternative. Websockets can stream real-time data for 1000 symbols.
    • V

      The token is invalid
      C#/.Net SDK • • Vishal.naykawala  

      6
      0
      Votes
      6
      Posts
      88
      Views

      A

      @shivdasb1996 Can someone share the updated method to use TOtp? GetTotp(); //Login by client code and password obj = connect.GenerateSession(Client_code, Password, Totp); GenerateSession method accepts only 2 parameters. How to pass totp ?
    • V

      Is there any solution to get the result of multiple symbols/scripts in a single call?
      General Discussion • • Vishal.naykawala  

      3
      0
      Votes
      3
      Posts
      20
      Views

      V

      @anankagroup Not this, In Zerodha, there is a provision to make an array list of scripts and pass to it to get the LTP of the script in a single call. Like, Reliance, HUL, TCS, BAJAJELE can pass as array and single response can get which can be use further.
    • V

      Invalid TOTP for c#
      General Discussion • • Vishal.naykawala  

      34
      1
      Votes
      34
      Posts
      242
      Views

      V

      @saleem its working in c# .net. otp.net is working fine