I am trying to recreate this excel call in R:
#=@BDH("AAPL Equity","CLOSE","2021-02-17 09:00:00","","BarTp","Trade","BarSz=15","cols=2;rows=33")
However I can't seem to get the syntax right.
How can I pass that info Rblapi:bdh
function?
I keep running into errors, for example:
bdh('AAPL Equity', 'CLOSE', start.date = ymd("2021-02-17"), end.date = ymd("2021-02-18"))
#Error in bdh_Impl(con, securities, fields, start.date, end.date, options, :
# Bad field: CLOSE