I am trying to download historical 1D bid ask bars for some ETFs traded on LSE. If I use the code BID_ASK, I get an error saying: "table MarketData has no column named Ask". The picture below shows the full error.
If I just use the code BID or ASK it works fine, it's the BID_ASK code that throws the error.