Hello @MANDAL2167
We will have rate limit for every end point which you need to adhere,please make changes in your code so that rate limit is not reached
Regards,
SmartAPI Team
Hello @Mnagesh
Please use the below request on getcandleData api,it's working as expected.
{
"exchange":"NSE",
"symboltoken":"99926009",
"interval":"ONE_DAY",
"fromdate":"2024-05-13 15:15",
"todate":"2024-05-14 15:31"
}
Regards,
SmartAPI Team
@v-localhost Scrip Master is the list of all tradable instruments [link to scrip master file]. (https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json)
It is updated daily at 8:30 AM
@Malav it is better to download script master once in a week may be every Saturday or at least once in a month so that the symbols and tokens we get the updated ones
Hello @Asp9999,
Please write the value for X-UserType key as USER, i.e. ALL CAPS.
It is the 4 digit PIN that you use to login to the app.
Please use the headers as it is as mentioned in our documentation.
Here is the link to documentation
Thank you.
Regards
SmartAPI Team
@deepakjain,
(I am writing for python)
Depending on your operating system install python, install python package manager pip and follow the instructions on this page on Github.
Please search on the internet how to install python and pip, you'll get lot of tutorials guiding how to do it.
If you have any other queries, please let us know.
Thank you.
Regards
SmartAPI Team
Hello @kashyapgodhani,
As of now, we support only Python, Java and NodeJS SDKs. Please use one of them for your trading related activities.
Thank you.
Regards
SmartAPI Team