<%@ LANGUAGE="VBSCRIPT" %> <% Set ConnPasswords = Server.CreateObject("ADODB.Connection") Set CmdDD = Server.CreateObject("ADODB.Recordset") ConnPasswords.Open "DBQ=" & DATA_PATH & ";Driver={Microsoft Access Driver (*.mdb)};UID=" & ConnPasswords_RuntimeUserName & ";PASSWORD=" & ConnPasswords_RuntimePassword SQL = "SELECT * FROM coDetails WHERE (agNewFloat=True)" CmdDD.Open SQL, ConnPasswords %> Floats on the NSX
NSX Delayed Price Data Definitions
 
Name

The name of the company trading on NSX.

Code

The official NSX trading symbol.  ASX codes and NSX codes are mutually exclusive. That is, no company trading on the NSX will have the same code as another company trading on the ASX.

Date/Time

The date and time for which the currently displayed data are applicable.  Time is Newcastle, Australia time which is the same as Australia Eastern Standard Time (AEST).

Last

The last traded price for the day.  If there have been no trades for the day then last traded price is the previous day is used and so on.

% Change

Percentage movement in the last price compared to the Open price for the day.

Bid

The last price at which a security was tendered for purchase.

Offer

The last price at which the security was tendered for sale.

Open

The first traded price of the day.

High

The highest price at which a trade occurred during the day.

Low

The lowest price at which a trade occurred during the day.

Volume

The cumulative volume traded for the day.

ISIN

The International Standards Organisation (ISO) has provided a standard (ISO 6166) for the numbering of securities. This standard is intended for use in any application in the trading and administration of securities.

The international securities identification number (ISIN) is a code which uniquely identifies a specific securities' issue. The ISIN consists of:

  • a prefix which is a 2-character alpha country code.  (e.g. AU for Australia)
  • a 9-character code which identifies the security. (e.g. NSX Trading Symbol padded with leading zeros)
  • a check character computed using the modulus 10 formula "Double-Add-Double" formula.
Street: International Organization for Standardization (ISO)
1, rue de Varemb�, Case postale 56
CH-1211 Geneva 20, Switzerland
Post: International Organization for Standardization (ISO)
Post Office Box 56
CH-1211 Geneva
Switzerland
Web http://www.iso.ch
Phone: + 41 22 749 01 11
Fax: + 41 22 733 34 30
Email:

ANNA - Association of National Numbering Agencies

National Numbering Agencies in each member country have the responsibility for administering the international standards for ISIN (International Securities Identification Number) ISO 6166 and for CFI (Classification of Financial Instruments) ISO 10962 within their country.

Street: Association of National Numbering Agencies
Mr Alain Duhamel, Executive Secretary
c/o SICOVAM SA
115, rue Reaumur
75081 Paris Cedex 02
FRANCE
Post: as above
Web http://www.anna-web.com
Email:


AEST

Australian Eastern Standard Time.

 

 

 

 

  Business Rules | Listing Rules  
Members by Location
| Members Alphabetically
Home | Contact | Feedback | eNewsletter | Register | Nets | Resources


 © Copyright Stock Exchange of Newcastle Limited

Terms & Conditions

Last modified: December 08, 2000

<% ConnPasswords.Close Set ConnPasswords = Nothing Set CmdDD = nothing %>