How do we extract last bid/ ask instead of last, high, low, open, volume with API
Assuming you mean time series, it is only currently possible for assets that carry TR.BidPrice and TR.AskPrice fields in the fundamental database, so you can use eikon.get_data() function. get_timeseries() currently supports only the standard view.