Currently, we are able to access information about upcoming IPOs through Dscreen. Could you please confirm if there is any database table available that we can query directly via SQL to fetch the latest announced upcoming IPOs?
Specifically, we’d like to know:
- If such a table exists in our database
- The schema or table name we should use
- Whether we can run a daily query to automatically retrieve the most recent IPO announcements
- Or, if possible, could you provide a sample SQL query that we can use as a reference?