@sachin9088 there is no API to fetch the same. You would have to download it from the Angel One platform.
Group Details Private
Global Moderators
Forum wide moderators
Member List
-
RE: Date of delivery order placed.
-
RE: Getting below error while ring to get hstorical data
Please share your API snippet.
-
RE: Volume
You can use websocket 2.0. The link for the documentation is here https://smartapi.angelone.in/docs/WebSocket2
-
RE: Invalid API Key
The API for historical data is working fine. Ensure the your API key is correct.
To test the working of historical data API, you can use postman.
-
RE: Errorcode":"AB1004, Whenever request is made at the time of candle closing
Hello, we tried replicating at our end, it is working fine.
-
RE: Problem in enable TOTP
@akashdg Use this API - https://apiconnect.angelone.in/rest/auth/angelbroking/user/v1/loginByPassword
The documentation is here - https://smartapi.angelbroking.com/docs/User
{ "clientcode":"Your client id", "password":"Your Angel One pin", "totp":"6 digit TOTP which expires every minute" }
-
RE: Doesn't Have slice order API
Thanks for the suggestion.
For now , you can use the loop functionality to achieve the same.Regards,
SmartAPI Team -
RE: Invalid TOTP Error Code AB1050
Attaching a sample code for generating TOTP using pyotp.
import pyotp as tp
Define your secret key
secret_key = "SECRET CODE HERE" # Replace this with your actual secret key
Generate TOTP
totp = tp.TOTP(secret_key)
current_otp = totp.now()Regards,
SmartAPI Team -
RE: Getting Invalid TOTP/Token error in generateSession method call
TOTP expires within a minute.
Storing a TOTP in env variable will not workRegards,
SmartAPI Team -
RE: Option-greek historical data
Thank you for suggestion, but no such API is available as of now.