Hi,
Is this data available now using any API???
Hi,
Is this data available now using any API???
@Moderator_3 Hi, Can you check above comment.
Hello Team,
Thank you for sharing updated API format and sample API is working as well at my end.
But when I am trying the same for option, It is getting failed.
API Code:
"orders": [
{
"segment_id":"OPTIDX",
"product_type":"CARRYFORWARD",
"transaction_type":"BUY",
"quantity":50,
"price":200,
"exchange":"NFO",
"symbol_name":"NIFTY19SEP2425200CE",
"token":"67932"
}
]
Response:
Request: {'orders': [{'segment_id': 'OPTIDX', 'product_type': 'CARRYFORWARD', 'transaction_type': 'BUY', 'quantity': 50, 'price': 200, 'exchange': 'NFO', 'isin': 'NIFTY19SEP2425200CE', 'token': '67932'}]}, Response: {'message': 'Internal Error', 'errorcode': 'AB2001', 'status': False, 'data': None}
Here is symbol info on sheet.
token symbol name expiry strike lotsize instrumenttype exch_seg tick_size
67932 NIFTY19SEP2425200CE NIFTY 19SEP2024 2520000 25 OPTIDX NFO 5
Can you please check at your end and confirm on Format used for option.
Hi,
I am trying to fetch estimates Charges API for a trade in NFO and getting Error.
orderparams = {
'orders': [
{
'product_type': 'INTRADAY',
'transaction_type': 'SELL',
'quantity': '30',
'price': '105',
'exchange': 'NFO',
'symbol_name': _INDEX,
'token': _INDEX_TKN
}
]
}
orderCharges = self.AngleOneClient.estimateCharges(params=orderparams)
Request: {'orders': [{'product_type': 'INTRADAY', 'transaction_type': 'SELL', 'quantity': '30', 'price': '105', 'exchange': 'NFO', 'symbol_name': 'BANKNIFTY31JUL2452300CE', 'token': '50631'}]}, Response: {'message': 'Internal Error', 'errorcode': 'AB2001', 'status': False, 'data': None}
Does anyone facing this issue. If This API is working for anyone, Please share request format.
Hi,
Is this data available now using any API???
I am also observing same error.
Hi All,
Is there any sentiment indicator data available over APIs for Indian market???
Like this data available through API
https://www.tickertape.in/market-mood-index
Hi @Moderator_2
I am also facing same problem. Is tick only gets updated during market hours.
Could you please confirm behaviour during Market time and during off Time
Hi All,
I have started working on smartAPI few days back. Could anyone confirm on that Is any testnet available for testing of API calls during developments.
Previously I have worked on Binance API, where a testnet is available during development phase.