Get Last Closing Values

Xignite Web Service
Publisher: Xignite
Since: Friday, December 07, 2007
Type: Xignite Web Service
Tags: LastClosingValuesXignite
Votes:
0   vote for it
WSDL: http://www.xignite.com/xIndices.asmx?WSDL
Test: TEST
Description:

Returns the last value for collection of indices.

Pricing: Requests against this operation count as one hit per symbol or identifier.
Inputs:
Name Description Required Example
Identifiers The comma-delimited list of identifiers for the indices as determined by the IdentifierType parameter. You must access indices using the Symbol identifier type. All index symbols begin with the '^' (carret) character. Yes ^DOWI,^INX,^NASD
IdentifierType

The identifier type. Valid values are:

  • CIK: Identifier is the Central Index Key for the companies, which is a number used on SEC systems to identify companies and other registered entities.
    Use the LookupCIK operation to find the CIK for a company.
  • CUSIP: Identifier is the CUSIP for the companies.
    CUSIPs are unique security identifiers managed by The CUSIP Service Bureau.
  • Symbol: Identifier is the symbol for the company, e.g. MSFT, DELL, or ORCL.
    Thie field supports multiple symbologies, check here for details.
  • ISIN: Identifier is the ISIN 12-character alpha numeric code identifying a security.
  • Valoren: Identifier is the Valoren number assigned to a Swiss financial instrument.
  • SEDOL: Identifier is the Stock Exchange Daily Official List 7-digit number assigned to a financial instrument by the London Stock Exchange.
Yes Symbol
Outputs:
Name Description Always Present
Array of IndexQuotes Returns an array of IndexQuotes. Yes
Instance of IndexQuote Each instance represents an index quote value. Yes
Instance of Security Each instance represents a security. Yes
CIK The CIK for the security. No
CUSIP The CUSIP for the security. No
Symbol The symbol for the security. Yes
ISIN The ISIN for the security. No
Valoren The Valoren for the security. No
Name The name for the security. Yes
Market The market for the security. Yes
CategoryOrIndustry The Category Or Industry for the security. Yes
Date The date for the index value. Yes
Time The time for the index value. Yes
Last The market close price for the index. Yes
Open The market open for the index. Yes
LastClose The previous market close for the index. Yes
High The high price for the index. Yes
Low The low price for the index. Yes
ChangeFromOpen The difference between Last and Open. Yes
PercentChangeFromOpen The percentdifference between Last and LastClose. Yes
ChangeFromLastClose The difference between Last and LastClose. Yes
PercentChangeFromLastClose The percent difference between Last and LastClose. Yes