-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequest.html
36 lines (28 loc) · 1.01 KB
/
request.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<title>Online Materials Request - Issuers.info</title>
<style>
a {
color: #AC51FF;
}
#main_content {
max-width: 400px;
margin: auto;
}
</style>
</head>
<body>
<div id="main_content">
issuers.info/request
On this webpage, you can request a copy of the proxy statement, annual report to securityholders, and form of proxy, relating to all of the registrant's future security holder meetings and for the upcoming meeting
Enter the CIK of the issuer for which you would like to request materials:
Material selection: V upcoming materials or V all materials forever.
Click to submit (you must confirm with the Block Transfer app)
physical-admission = " For admission, present a valid government ID."
physical-directions = f" To get there, see meetingdirections.com/{CIK}"
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</div>
<script src="getFooter.js"></script>
</body>
</html>