Hi, getting the same something went wrong error when logging into the portal. I migrated my account earlier, still got this error, could you pls help?
Thanks
Posts made by jaskirat1208
-
RE: ERROR AB1004
-
RE: HIstorical API not working
@jaskirat1208 said in HIstorical API not working:
s like I'm not gettting a response back from the server. 2 days back everything was working fine. And I don't know why this happened. Request you to please take a look into it.
Any updates on this?
-
HIstorical API not working
Seems like there is a problem with the historical data api. Sending a candle request with params:
{'exchange': 'NFO', 'symboltoken': '37819', 'interval': 'ONE_MINUTE', 'fromdate': '2023-02-07 00:00', 'todate': '2023-02-07 23:59'}
However, seems like I'm not gettting a response back from the server. 2 days back everything was working fine. And I don't know why this happened. Request you to please take a look into it.
Thanks
-
RE: Get historical price of Nifty Future contracts
@falconTrader I'm not an admin, but I think I can help you here.
This function gives you all the upcoming expiry dates for a symbol since the first date.
$ pip install nsepython $ python > nsepython.expiry_list('NIFTY') # Can enter banknifty, finnifty, etc as per convenience
-
RE: instrument list is not working . URL is getting null v
@anil_patel I had the same issue a few hours back. Looks like the've fixed it.
-
Instruments API is down
Hi team,
THere seems like an issue with the instruments API, which returns null at the moment. Is there anyone else who is facing the same problem as me? Is there any change associated with the API I'm unaware of? It is returning null since today morning.Usually, just a get request used to get the instruments information, but that doesn't seem to work now. Could you please help
https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json
Thanks,
Jaskirat Singh -
Instruments API down
Hi, The API for fetching tokens from angel broking is down. Could you please give the ETA for it being up?
https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json
Thanks,
Jaskirat Singh -
RE: Access denied because of exceeding access rate
@Sourav @admin I'm also getting this error on every request I fire on the API. Did you have to wait for a cooldown period after you got this error?
-
RE: How to fetch historical 15 min candle for NIFTY 50 ?
@Mnagesh try token 26000, or 26009. Candle data will throw an error.
-
RE: How to fetch historical 15 min candle for NIFTY 50 ?
@Deb Were you able to find any solution to this? I'm also facing the same issue.
-
Getting tokens for expired instruments
Hi, is there any way to return the token and candle info for instruments that expired just now?
For instance, I am watching NIFTY and its corresponding weekly options for June 1st expiry. As per your documentation, you keep the archives of 1min canndle for ~30 days. Can I get the candle data for NIFTY 16th June options for the last 1 week?
-
RE: Instrument master fields interpretation
guys, I'm not sure what your problem is, the tick size is 5p, any price movements that happen for an instrument are a multiple of tick size. And the strike price of the instrument is given in paise. Not sure why there is soo much badmouthing and all in this thread
-
RE: Java SmartConnect candleData function is broken
@pashriva It is possible that the instrument is not traded for the interval you are getting the data from. Try looking at the data from the NFO segment for some NIFTY futures/options. I think they are pretty liquid and are traded almost every second. So, its hard to get same candle assuming the api is correct.