Hi talented folks ,
Just started thing with QuantInsti API and had one query, Do they provide 15-minute candle data
This is how they provide 1 minute candle data
prices = data.history(context.assets, 'close', 50, '1m')
Note : I know we can convert 1 minute candle data to 15 minutes candle data but still I want to confrim , can we get directly
Hi Pankaj, yes you can use other candle size for data.history call. At present this is limited to only queries with a single asset (i.e. the first argument is not a list). In a future version this will be relaxed to include asset lists but limited to only a single column (i.e. the second argument is not a list). Please feel free to give us a shout here or at blueshift-support @ quantinsti.com if you have further questions.
Ha cool
Thanks, Prodipta
I was looking for 15 minutes data and only for single script not multiple so according to you i will get this
Thanks