As I'm new to this community, please allow me to post a basic question.
I'm trying to download equities 1 minute bar data with Python.
With Excel, we can do it with RHistory formula by setting start time and INTERVAL:1M.
=RHistory("6501.T","ASK.Close","START:2019-02-27:13:25 ADJUSTED:NO TIMEZONE:TOK INTERVAL:1M NBROWS:1",,,)
Is it impossible to do with Python?