I am interested in getting macro economic data at fortnightly frequency. I am using the following formula :
batch_str=
INCBNFO*100, INCBINV*100, INCBAGG*100, INCBCRE*100, INCBCFC*100
df = ds.get_data(tickers=batch_str,
freq='14D',
start="13/10/24")
It gives an error. Whats the workaround for this please