Is there any way to filter the stocks from financial data apis based on specific queries like list of all companies over Market cap of 100 million in amy of the providers currently available? rather to give the specific list of quotes as input always. Am trying to check for any of the financial data apis available currently like Alpha vantage, Financial Modeling Prep but so far the samples I have come across always has the inputs as specific stock quotes names like APPL, MSFT etc. If I can get the fundamental data of all companies by Market cap in json then I can do the additional filtering in json file itself like checking PE ratio etc.
Thank you.
I can't get Spyder working so I can't test this, but the code below should work...I think...