For Investors
Orbital welcomes your interest in our company and strives to provide accurate, up-to-date financial information. We also provide several easy ways to request information and to contact us. Included are profiles of management and the board of directors, downloadable copies of financial documents (including 10-Q's, 10-K's, a Proxy Statement and our Annual Report), a list of frequently asked questions, and the names and firms of the financial analysts that cover Orbital.
We have also included an order form that allows you to order hardcopies of key documents. If you prefer, you can request these materials by calling (703) 406-5543.
|
ORB Stock Price
<%
Dim objXML , strURL , strQuote
'create an instance of the XMLHTTP component
'old version of XML component
'Set objXML = Server.CreateObject("Microsoft.XMLHTTP")
Set objXML = Server.CreateObject("MSXML2.ServerXMLHTTP")
'get what the user entered in the form
strQuote = "orb"
'build up the url and store it in strURL variable
strURL ="http://finance.yahoo.com/d/quotes.csv?s=orb&f=sl1d1t1c1ohgv&e=.csv"
'get the strURL
objXML.Open "GET" , strURL , False ,"",""
'send the information
objXML.Send
'if we have no errors
If Err.Number = 0 Then
'and the url is valid
If objXML.Status = 200 then
'store all of the downloaded data in strOpen
strOpen = objXML.ResponseText
'split the strOpemn into an array
arrText = split(strOpen, ",", 9)
Else
'bad url display a message
Response.Write "Incorrect URL"
End if
Else
'if we do have an error display the description of the error
Response.Write Err.Description
End If
'clear up
Set objXML = Nothing
%>
| Last Price: | <%= arrText(1) %> |
| Change: | <%= arrText(4) %> |
| Open: | <%= arrText(5) %> |
| High: | <%= arrText(6) %> |
| Low: | <%= arrText(7) %> |
| Volume: | <%= arrText(8) %> |
<%
Dim QDate, QTime
QDate = arrText(2)
QTime = arrText(3)
strOldText = Chr(34)
QDate = Replace(QDate,strOldText, "")
QTime = Replace(QTime,strOldText, "")
%>
<%= QDate %>, <%= QTime %> ET
Delayed 15min |
Market News
CNNMoney
MSN Money Central
Yahoo! Finance
AOL Money & Finance
|