FINRA minute volumes

Hi, I am downloading minute volumes via Python API with the following code:

data = eik.get_timeseries(['AAPL.O'], "VOLUME", start_date='2020-01-21', end_date='2020-01-22', interval='minute', corax='unadjusted', raw_output=True)

The code works perfectly. Now, I would like to get the values of minute volumes other than FINRA:

image

How can I achieve this? Is it possible to obtain it via Python or Eikon terminal?


Thank you, Valerio Gemmetto

Best Answer