var inp={
"symbol":"NSE:SBIN-EQ",
"resolution":"D",
"date_format":"0",
"range_from":"1690895316",
"range_to":"1691068173",
"cont_flag":"1"
}
fyers.getHistory(inp).then((response)=>{
console.log(response)
}).catch((err)=>{
console.log(err)
})
In v3 docs , we can get market history of particulate symbol
is there any way that i can get market history of multiple symbols in one network request ?