Advertised bar data availability

The pricing page seems to imply there is bar data availble for 15min 30min, but looking at sdk for BarTimeFrameUnit it seems to jump from minute to hour. Is there separate time frame depending on which language you choose? Would getBars be much different than ListHistoricalBarsAsync?

Hey :wave: You can actually use any multipliers, for example:

new BarTimeFrame(5, BarTimeFrameUnit.Minute)

will produce 5min bars.

1 Like

Dang, I just spent 2 weeks parsing out 5 and 30… Next you’ll tell me there was already a way to filter out a lack of a bar because of a holiday vs a lack of trading activity and a simple flag that removes non market hours bars.