The FlowPro API is in fact the Exante Data API, and data is queried in the same way, by using tickers.
Here is an example of Python code that queries the API to fetch the list of these tickers:
import exantedata_api as ed
tickerQuery = ‘%.FLOWPRO.CTYDATA.%’
metadata = ed.getMetaData( token=token, tickerQuery=tickerQuery )
At the moment there are tickers only for some of the data.
