@admin Thanks for confirmation!
Posts made by Lakshay.kh
-
RE: Important Updates to SmartAPI in Compliance with SEBI Guidelinesposted in General Discussion
-
RE: Important Updates to SmartAPI in Compliance with SEBI Guidelinesposted in General Discussion
@admin Thanks for the update, so as i have created new app with static IP and from that API key i would be able to run my code post 1st oct ?
Is there any change in login process which i need to update in my algo, if so then kindly share the updated documentation link or details. -
RE: Important Updates to SmartAPI in Compliance with SEBI Guidelinesposted in General Discussion
@amansmartapi where did they mention that there will be link to login through static IP ?
-
RE: Important Updates to SmartAPI in Compliance with SEBI Guidelinesposted in General Discussion
@admin Could you please update on My API (new) app, as still getting invalid API key error in the new app created with static IP. Please share the link for documentation where it has been updated
-
RE: Important Updates to SmartAPI in Compliance with SEBI Guidelinesposted in General Discussion
@admin Is it mandatory to add Static IP in existing API before 1st August 2025, if so then please let me know how to add one in existing API. I guess by Logging in to SmartAPI -> My Profile -> My APIs (new) we can add static IP to new API's and not to the existing API
-
RE: Historical data for Index!!!Even after 1 year Not yet availableposted in General Discussion
Index Historical Data Works for me
Ref : https://smartapi.angelbroking.com/docs/Historical
use Body as follows:- for Nifty
{
"exchange":"NFO",
"symboltoken":"NIFTY",
"interval":"ONE_HOUR",
"fromdate":"2023-01-01 09:00",
"todate":"2023-03-31 15:31"
}- for BANKNIFTY
{
"exchange":"NFO",
"symboltoken":"BANKNIFTY",
"interval":"ONE_HOUR",
"fromdate":"2023-01-01 09:00",
"todate":"2023-03-31 15:31"
}
-
RE: BankNifty index Historical Data not availableposted in General Discussion
Index Historical Data Works for me
Ref : https://smartapi.angelbroking.com/docs/Historical
use Body as follows:- for Nifty
{
"exchange":"NFO",
"symboltoken":"NIFTY",
"interval":"ONE_HOUR",
"fromdate":"2023-01-01 09:00",
"todate":"2023-03-31 15:31"
}- for BANKNIFTY
{
"exchange":"NFO",
"symboltoken":"BANKNIFTY",
"interval":"ONE_HOUR",
"fromdate":"2023-01-01 09:00",
"todate":"2023-03-31 15:31"
}
-
RE: index historical apiposted in General Discussion
@premesh-patel Index Historical Data Works for me
Ref : https://smartapi.angelbroking.com/docs/Historical
use Body as follows:- for Nifty
{
"exchange":"NFO",
"symboltoken":"NIFTY",
"interval":"ONE_HOUR",
"fromdate":"2023-01-01 09:00",
"todate":"2023-03-31 15:31"
}- for BANKNIFTY
{
"exchange":"NFO",
"symboltoken":"BANKNIFTY",
"interval":"ONE_HOUR",
"fromdate":"2023-01-01 09:00",
"todate":"2023-03-31 15:31"
}
-
RE: index historical apiposted in General Discussion
Index Historical Data Works for me
Ref : https://smartapi.angelbroking.com/docs/Historical
use Body as follows:- for Nifty
{
"exchange":"NFO",
"symboltoken":"NIFTY",
"interval":"ONE_HOUR",
"fromdate":"2023-01-01 09:00",
"todate":"2023-03-31 15:31"
}- for BANKNIFTY
{
"exchange":"NFO",
"symboltoken":"BANKNIFTY",
"interval":"ONE_HOUR",
"fromdate":"2023-01-01 09:00",
"todate":"2023-03-31 15:31"
}
-
RE: About Index Future Historical Dataposted in C#/.Net SDK
Index Historical Data Works for me
Ref : https://smartapi.angelbroking.com/docs/Historical
use Body as follows:- for Nifty
{
"exchange":"NFO",
"symboltoken":"NIFTY",
"interval":"ONE_HOUR",
"fromdate":"2023-01-01 09:00",
"todate":"2023-03-31 15:31"
}- for BANKNIFTY
{
"exchange":"NFO",
"symboltoken":"BANKNIFTY",
"interval":"ONE_HOUR",
"fromdate":"2023-01-01 09:00",
"todate":"2023-03-31 15:31"
}
-
RE: BankNifty index Historical Data not availableposted in General Discussion
Try this it worked for me
Thanks-
for NIFTY :
{
"exchange":"NFO",
"symboltoken":"NIFTY",
"interval":"ONE_HOUR",
"fromdate":"2023-01-01 09:00",
"todate":"2023-03-31 15:31"
} -
For Bank Nifty :
{
"exchange":"NFO",
"symboltoken":"BANKNIFTY",
"interval":"ONE_HOUR",
"fromdate":"2023-01-01 09:00",
"todate":"2023-03-31 15:31"
}
-
-
RE: "YOUR USER ID OR PASSWORD IS INVALID","errorcode":"AB1007"posted in General Discussion
@admin please Migrate G35763 to new API System..