Getting error AB1004
-
I just created my account and was testing Smart API and got the following error while running the historical API by Python SDK.
Request: {'exchange': 'NSE', 'symboltoken': '1594', 'interval': 'ONE_HOUR', 'fromdate': '2024-08-11 08:16', 'todate': '2024-08-11 07:16'}, Response: {'message': 'Something Went Wrong, Please Try After Sometime', 'errorcode': 'AB1004', 'status': False, 'data': None}
-
@chiraggarg1702 said in Getting error AB1004:
I just created my account and was testing Smart API and got the following error while running the historical API by Python SDK.
Request: {'exchange': 'NSE', 'symboltoken': '1594', 'interval': 'ONE_HOUR', 'fromdate': '2024-08-11 08:16', 'todate': '2024-08-11 07:16'}, Response: {'message': 'Something Went Wrong, Please Try After Sometime', 'errorcode': 'AB1004', 'status': False, 'data': None}
-
Hi @chiraggarg1702 Date format time passed wrongly from date time should be less than to date time. Kindly check request from your end and you will get the resposne.
Regards,
SmartAPI Team.