You can extract iQunet data via OPC UA, Google Sheets/Excel or GraphQL. For all 3 options there is the possibility to perform the extraction in Matlab and/or Python.
For GraphQL the gql library of Python can be used (https://github.com/graphql-python/gql). Make sure to install the latest version from Github (with pip you can use the following command: pip install -e git+git://github.com/graphql-python/gql.git#egg=gql). You can find 2 example Python scripts using gql on our Github page. For Matlab there is no extension or toolbox available for the moment.