The ipos endpoint returns upcoming initial public offerings (IPOs) and their expected release dates.
// Get ipos final client = BavestRestClient(api_key); final ipos = client.ipos();
Future<Ipo> ipos();