Thanks!
I have written an interpreter and runtime environment that uses NLP in order to find the most probable program given what you have written, this means that you for example can write variable names with spaces, have spelling errors and so on. This app uses parts of this technology, which enables you to do these queries in natural language like language. I am currently working on deploying more features from the language, like doing calculus, if/else, for loops, classes.
You can for example search:
stock screener industry airline p/e < 40 operating margin > 0 uk
stock screener sector energy eps > 20 and operating margin > 5 india
insider transaction AAPL
10-k AAPL file date from 6 months ago
stock price GME
subreddit wallstreetbets flair dd
tweets from elonmusk about bitcoin between 2011-01-10 and one year ago
When you search the examples above, you will be redirected to web pages that display the result. For the Stock Screener, investing.com will be opened.
The language technology is also available as an API.