Hi, thanks for taking a look. See subj.
Ideally, search would retrieve top N entries.
Even better, it would let me constrain the search scope to companies that are registered in a given country (precise match by code), operate in a given industry sector (either precise match by a symbology or a fuzzy one given keywords or a precise match against a list of options ("contains")) and / or have turnover (or other financials) in a given range -- and still return top N of those satisfying the constraints.
How can that be achieved using the Python API ?
Thanks in advance!