Data
Click here for a complete list of operations.
FundamentalList
Returns a complete list of fundamental data for an entire exchange.
INPUT: Token (Login Token), Exchange (eg: NASDAQ)
OUTPUT: List of fundamentals
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /Data.asmx HTTP/1.1 Host: ws.eoddata.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://ws.eoddata.com/Data/FundamentalList" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <FundamentalList xmlns="http://ws.eoddata.com/Data"> <Token>string</Token> <Exchange>string</Exchange> </FundamentalList> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <FundamentalListResponse xmlns="http://ws.eoddata.com/Data"> <FundamentalListResult Source="string" Message="string" Date="dateTime"> <EXCHANGE Code="string" Name="string" LastTradeDateTime="dateTime" Country="string" Currency="string" Advances="int" Declines="int" Suffix="string" TimeZone="string" IsIntraday="boolean" IntradayStartDate="dateTime" HasIntradayProduct="boolean" /> <EXCHANGES> <EXCHANGE Code="string" Name="string" LastTradeDateTime="dateTime" Country="string" Currency="string" Advances="int" Declines="int" Suffix="string" TimeZone="string" IsIntraday="boolean" IntradayStartDate="dateTime" HasIntradayProduct="boolean" /> <EXCHANGE Code="string" Name="string" LastTradeDateTime="dateTime" Country="string" Currency="string" Advances="int" Declines="int" Suffix="string" TimeZone="string" IsIntraday="boolean" IntradayStartDate="dateTime" HasIntradayProduct="boolean" /> </EXCHANGES> <SYMBOL Code="string" Name="string" LongName="string" DateTime="dateTime" /> <SYMBOLS> <SYMBOL Code="string" Name="string" LongName="string" DateTime="dateTime" /> <SYMBOL Code="string" Name="string" LongName="string" DateTime="dateTime" /> </SYMBOLS> <SYMBOLS2> <SYMBOL2 c="string" n="string" /> <SYMBOL2 c="string" n="string" /> </SYMBOLS2> <QUOTE Symbol="string" Description="string" Name="string" DateTime="dateTime" Open="double" High="double" Low="double" Close="double" Volume="long" OpenInterest="long" Previous="double" Change="double" Bid="double" Ask="double" PreviousClose="double" NextOpen="double" Modified="dateTime" /> <QUOTES> <QUOTE Symbol="string" Description="string" Name="string" DateTime="dateTime" Open="double" High="double" Low="double" Close="double" Volume="long" OpenInterest="long" Previous="double" Change="double" Bid="double" Ask="double" PreviousClose="double" NextOpen="double" Modified="dateTime" /> <QUOTE Symbol="string" Description="string" Name="string" DateTime="dateTime" Open="double" High="double" Low="double" Close="double" Volume="long" OpenInterest="long" Previous="double" Change="double" Bid="double" Ask="double" PreviousClose="double" NextOpen="double" Modified="dateTime" /> </QUOTES> <QUOTES2> <QUOTE2 s="string" d="dateTime" o="double" h="double" l="double" c="double" v="long" i="long" b="double" a="double" /> <QUOTE2 s="string" d="dateTime" o="double" h="double" l="double" c="double" v="long" i="long" b="double" a="double" /> </QUOTES2> <SPLITS> <SPLIT Exchange="string" Symbol="string" DateTime="dateTime" Ratio="string" /> <SPLIT Exchange="string" Symbol="string" DateTime="dateTime" Ratio="string" /> </SPLITS> <COUNTRIES> <CountryBase Code="string" Name="string" /> <CountryBase Code="string" Name="string" /> </COUNTRIES> <FUNDAMENTALS> <FUNDAMENTAL Symbol="string" Name="string" Description="string" DateTime="dateTime" Industry="string" Sector="string" Shares="long" MarketCap="long" PE="double" EPS="double" NTA="double" DivYield="double" Dividend="double" DividendDate="dateTime" DPS="double" ImputationCredits="double" EBITDA="double" PEG="double" PtS="double" PtB="double" Yield="double" /> <FUNDAMENTAL Symbol="string" Name="string" Description="string" DateTime="dateTime" Industry="string" Sector="string" Shares="long" MarketCap="long" PE="double" EPS="double" NTA="double" DivYield="double" Dividend="double" DividendDate="dateTime" DPS="double" ImputationCredits="double" EBITDA="double" PEG="double" PtS="double" PtB="double" Yield="double" /> </FUNDAMENTALS> <TECHNICALS> <TECHNICAL Symbol="string" Name="string" Description="string" DateTime="dateTime" Previous="double" Change="double" MA1="int" MA2="int" MA5="int" MA20="int" MA50="int" MA100="int" MA200="int" MAPercent="double" MAReturn="double" VolumeChange="long" ThreeMonthChange="double" SixMonthChange="double" WeekHigh="double" WeekLow="double" WeekChange="double" AvgWeekChange="double" AvgWeekVolume="double" WeekVolume="double" MonthHigh="double" MonthLow="double" MonthChange="double" AvgMonthChange="double" AvgMonthVolume="double" MonthVolume="double" YearHigh="double" YearLow="double" YearChange="double" AvgYearChange="double" AvgYearVolume="double" YTDChange="double" RSI14="double" STO9="double" WPR14="double" MTM14="double" ROC14="double" PTC="long" SAR="double" Volatility="double" Liquidity="double" /> <TECHNICAL Symbol="string" Name="string" Description="string" DateTime="dateTime" Previous="double" Change="double" MA1="int" MA2="int" MA5="int" MA20="int" MA50="int" MA100="int" MA200="int" MAPercent="double" MAReturn="double" VolumeChange="long" ThreeMonthChange="double" SixMonthChange="double" WeekHigh="double" WeekLow="double" WeekChange="double" AvgWeekChange="double" AvgWeekVolume="double" WeekVolume="double" MonthHigh="double" MonthLow="double" MonthChange="double" AvgMonthChange="double" AvgMonthVolume="double" MonthVolume="double" YearHigh="double" YearLow="double" YearChange="double" AvgYearChange="double" AvgYearVolume="double" YTDChange="double" RSI14="double" STO9="double" WPR14="double" MTM14="double" ROC14="double" PTC="long" SAR="double" Volatility="double" Liquidity="double" /> </TECHNICALS> <SYMBOLCHANGES> <SYMBOLCHANGE DateTime="dateTime" OldSymbol="string" NewSymbol="string" ExchangeCode="string" NewExchangeCode="string" /> <SYMBOLCHANGE DateTime="dateTime" OldSymbol="string" NewSymbol="string" ExchangeCode="string" NewExchangeCode="string" /> </SYMBOLCHANGES> <NEWSLIST> <NEWS Exchange="string" Symbol="string" Id="long" SourceKey="string" DateTime="dateTime" Headline="string" Introduction="string" Story="string" Caption="string" Views="int" /> <NEWS Exchange="string" Symbol="string" Id="long" SourceKey="string" DateTime="dateTime" Headline="string" Introduction="string" Story="string" Caption="string" Views="int" /> </NEWSLIST> <CHART>string</CHART> <MEMBERSHIP>string</MEMBERSHIP> <VERSION>string</VERSION> <MONTHS>string</MONTHS> <DATAFORMATS> <DATAFORMAT Code="string" Name="string" Header="string" DateFormat="string" Extension="string" IncludeSuffix="boolean" TabColumnSeperator="boolean" ColumnSeperator="string" TextQualifier="string" FilenamePrefix="string" FilenameExchangeCode="boolean" FilenameDate="boolean" IncludeHeaderRow="boolean" HourFormat="string" DateTimeSeperator="string" ExchangeFilenameFormatDate="string" ExchangeFilenameFormatDateRange="string" SymbolFilenameFormatDate="string" SymbolFilenameFormatDateRange="string"> <COLUMNS xsi:nil="true" /> </DATAFORMAT> <DATAFORMAT Code="string" Name="string" Header="string" DateFormat="string" Extension="string" IncludeSuffix="boolean" TabColumnSeperator="boolean" ColumnSeperator="string" TextQualifier="string" FilenamePrefix="string" FilenameExchangeCode="boolean" FilenameDate="boolean" IncludeHeaderRow="boolean" HourFormat="string" DateTimeSeperator="string" ExchangeFilenameFormatDate="string" ExchangeFilenameFormatDateRange="string" SymbolFilenameFormatDate="string" SymbolFilenameFormatDateRange="string"> <COLUMNS xsi:nil="true" /> </DATAFORMAT> </DATAFORMATS> </FundamentalListResult> </FundamentalListResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /Data.asmx HTTP/1.1 Host: ws.eoddata.com Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <FundamentalList xmlns="http://ws.eoddata.com/Data"> <Token>string</Token> <Exchange>string</Exchange> </FundamentalList> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <FundamentalListResponse xmlns="http://ws.eoddata.com/Data"> <FundamentalListResult Source="string" Message="string" Date="dateTime"> <EXCHANGE Code="string" Name="string" LastTradeDateTime="dateTime" Country="string" Currency="string" Advances="int" Declines="int" Suffix="string" TimeZone="string" IsIntraday="boolean" IntradayStartDate="dateTime" HasIntradayProduct="boolean" /> <EXCHANGES> <EXCHANGE Code="string" Name="string" LastTradeDateTime="dateTime" Country="string" Currency="string" Advances="int" Declines="int" Suffix="string" TimeZone="string" IsIntraday="boolean" IntradayStartDate="dateTime" HasIntradayProduct="boolean" /> <EXCHANGE Code="string" Name="string" LastTradeDateTime="dateTime" Country="string" Currency="string" Advances="int" Declines="int" Suffix="string" TimeZone="string" IsIntraday="boolean" IntradayStartDate="dateTime" HasIntradayProduct="boolean" /> </EXCHANGES> <SYMBOL Code="string" Name="string" LongName="string" DateTime="dateTime" /> <SYMBOLS> <SYMBOL Code="string" Name="string" LongName="string" DateTime="dateTime" /> <SYMBOL Code="string" Name="string" LongName="string" DateTime="dateTime" /> </SYMBOLS> <SYMBOLS2> <SYMBOL2 c="string" n="string" /> <SYMBOL2 c="string" n="string" /> </SYMBOLS2> <QUOTE Symbol="string" Description="string" Name="string" DateTime="dateTime" Open="double" High="double" Low="double" Close="double" Volume="long" OpenInterest="long" Previous="double" Change="double" Bid="double" Ask="double" PreviousClose="double" NextOpen="double" Modified="dateTime" /> <QUOTES> <QUOTE Symbol="string" Description="string" Name="string" DateTime="dateTime" Open="double" High="double" Low="double" Close="double" Volume="long" OpenInterest="long" Previous="double" Change="double" Bid="double" Ask="double" PreviousClose="double" NextOpen="double" Modified="dateTime" /> <QUOTE Symbol="string" Description="string" Name="string" DateTime="dateTime" Open="double" High="double" Low="double" Close="double" Volume="long" OpenInterest="long" Previous="double" Change="double" Bid="double" Ask="double" PreviousClose="double" NextOpen="double" Modified="dateTime" /> </QUOTES> <QUOTES2> <QUOTE2 s="string" d="dateTime" o="double" h="double" l="double" c="double" v="long" i="long" b="double" a="double" /> <QUOTE2 s="string" d="dateTime" o="double" h="double" l="double" c="double" v="long" i="long" b="double" a="double" /> </QUOTES2> <SPLITS> <SPLIT Exchange="string" Symbol="string" DateTime="dateTime" Ratio="string" /> <SPLIT Exchange="string" Symbol="string" DateTime="dateTime" Ratio="string" /> </SPLITS> <COUNTRIES> <CountryBase Code="string" Name="string" /> <CountryBase Code="string" Name="string" /> </COUNTRIES> <FUNDAMENTALS> <FUNDAMENTAL Symbol="string" Name="string" Description="string" DateTime="dateTime" Industry="string" Sector="string" Shares="long" MarketCap="long" PE="double" EPS="double" NTA="double" DivYield="double" Dividend="double" DividendDate="dateTime" DPS="double" ImputationCredits="double" EBITDA="double" PEG="double" PtS="double" PtB="double" Yield="double" /> <FUNDAMENTAL Symbol="string" Name="string" Description="string" DateTime="dateTime" Industry="string" Sector="string" Shares="long" MarketCap="long" PE="double" EPS="double" NTA="double" DivYield="double" Dividend="double" DividendDate="dateTime" DPS="double" ImputationCredits="double" EBITDA="double" PEG="double" PtS="double" PtB="double" Yield="double" /> </FUNDAMENTALS> <TECHNICALS> <TECHNICAL Symbol="string" Name="string" Description="string" DateTime="dateTime" Previous="double" Change="double" MA1="int" MA2="int" MA5="int" MA20="int" MA50="int" MA100="int" MA200="int" MAPercent="double" MAReturn="double" VolumeChange="long" ThreeMonthChange="double" SixMonthChange="double" WeekHigh="double" WeekLow="double" WeekChange="double" AvgWeekChange="double" AvgWeekVolume="double" WeekVolume="double" MonthHigh="double" MonthLow="double" MonthChange="double" AvgMonthChange="double" AvgMonthVolume="double" MonthVolume="double" YearHigh="double" YearLow="double" YearChange="double" AvgYearChange="double" AvgYearVolume="double" YTDChange="double" RSI14="double" STO9="double" WPR14="double" MTM14="double" ROC14="double" PTC="long" SAR="double" Volatility="double" Liquidity="double" /> <TECHNICAL Symbol="string" Name="string" Description="string" DateTime="dateTime" Previous="double" Change="double" MA1="int" MA2="int" MA5="int" MA20="int" MA50="int" MA100="int" MA200="int" MAPercent="double" MAReturn="double" VolumeChange="long" ThreeMonthChange="double" SixMonthChange="double" WeekHigh="double" WeekLow="double" WeekChange="double" AvgWeekChange="double" AvgWeekVolume="double" WeekVolume="double" MonthHigh="double" MonthLow="double" MonthChange="double" AvgMonthChange="double" AvgMonthVolume="double" MonthVolume="double" YearHigh="double" YearLow="double" YearChange="double" AvgYearChange="double" AvgYearVolume="double" YTDChange="double" RSI14="double" STO9="double" WPR14="double" MTM14="double" ROC14="double" PTC="long" SAR="double" Volatility="double" Liquidity="double" /> </TECHNICALS> <SYMBOLCHANGES> <SYMBOLCHANGE DateTime="dateTime" OldSymbol="string" NewSymbol="string" ExchangeCode="string" NewExchangeCode="string" /> <SYMBOLCHANGE DateTime="dateTime" OldSymbol="string" NewSymbol="string" ExchangeCode="string" NewExchangeCode="string" /> </SYMBOLCHANGES> <NEWSLIST> <NEWS Exchange="string" Symbol="string" Id="long" SourceKey="string" DateTime="dateTime" Headline="string" Introduction="string" Story="string" Caption="string" Views="int" /> <NEWS Exchange="string" Symbol="string" Id="long" SourceKey="string" DateTime="dateTime" Headline="string" Introduction="string" Story="string" Caption="string" Views="int" /> </NEWSLIST> <CHART>string</CHART> <MEMBERSHIP>string</MEMBERSHIP> <VERSION>string</VERSION> <MONTHS>string</MONTHS> <DATAFORMATS> <DATAFORMAT Code="string" Name="string" Header="string" DateFormat="string" Extension="string" IncludeSuffix="boolean" TabColumnSeperator="boolean" ColumnSeperator="string" TextQualifier="string" FilenamePrefix="string" FilenameExchangeCode="boolean" FilenameDate="boolean" IncludeHeaderRow="boolean" HourFormat="string" DateTimeSeperator="string" ExchangeFilenameFormatDate="string" ExchangeFilenameFormatDateRange="string" SymbolFilenameFormatDate="string" SymbolFilenameFormatDateRange="string"> <COLUMNS xsi:nil="true" /> </DATAFORMAT> <DATAFORMAT Code="string" Name="string" Header="string" DateFormat="string" Extension="string" IncludeSuffix="boolean" TabColumnSeperator="boolean" ColumnSeperator="string" TextQualifier="string" FilenamePrefix="string" FilenameExchangeCode="boolean" FilenameDate="boolean" IncludeHeaderRow="boolean" HourFormat="string" DateTimeSeperator="string" ExchangeFilenameFormatDate="string" ExchangeFilenameFormatDateRange="string" SymbolFilenameFormatDate="string" SymbolFilenameFormatDateRange="string"> <COLUMNS xsi:nil="true" /> </DATAFORMAT> </DATAFORMATS> </FundamentalListResult> </FundamentalListResponse> </soap12:Body> </soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /Data.asmx/FundamentalList?Token=string&Exchange=string HTTP/1.1 Host: ws.eoddata.com
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <RESPONSE Source="string" Message="string" Date="dateTime" xmlns="http://ws.eoddata.com/Data"> <EXCHANGE Code="string" Name="string" LastTradeDateTime="dateTime" Country="string" Currency="string" Advances="int" Declines="int" Suffix="string" TimeZone="string" IsIntraday="boolean" IntradayStartDate="dateTime" HasIntradayProduct="boolean" /> <EXCHANGES> <EXCHANGE Code="string" Name="string" LastTradeDateTime="dateTime" Country="string" Currency="string" Advances="int" Declines="int" Suffix="string" TimeZone="string" IsIntraday="boolean" IntradayStartDate="dateTime" HasIntradayProduct="boolean" /> <EXCHANGE Code="string" Name="string" LastTradeDateTime="dateTime" Country="string" Currency="string" Advances="int" Declines="int" Suffix="string" TimeZone="string" IsIntraday="boolean" IntradayStartDate="dateTime" HasIntradayProduct="boolean" /> </EXCHANGES> <SYMBOL Code="string" Name="string" LongName="string" DateTime="dateTime" /> <SYMBOLS> <SYMBOL Code="string" Name="string" LongName="string" DateTime="dateTime" /> <SYMBOL Code="string" Name="string" LongName="string" DateTime="dateTime" /> </SYMBOLS> <SYMBOLS2> <SYMBOL2 c="string" n="string" /> <SYMBOL2 c="string" n="string" /> </SYMBOLS2> <QUOTE Symbol="string" Description="string" Name="string" DateTime="dateTime" Open="double" High="double" Low="double" Close="double" Volume="long" OpenInterest="long" Previous="double" Change="double" Bid="double" Ask="double" PreviousClose="double" NextOpen="double" Modified="dateTime" /> <QUOTES> <QUOTE Symbol="string" Description="string" Name="string" DateTime="dateTime" Open="double" High="double" Low="double" Close="double" Volume="long" OpenInterest="long" Previous="double" Change="double" Bid="double" Ask="double" PreviousClose="double" NextOpen="double" Modified="dateTime" /> <QUOTE Symbol="string" Description="string" Name="string" DateTime="dateTime" Open="double" High="double" Low="double" Close="double" Volume="long" OpenInterest="long" Previous="double" Change="double" Bid="double" Ask="double" PreviousClose="double" NextOpen="double" Modified="dateTime" /> </QUOTES> <QUOTES2> <QUOTE2 s="string" d="dateTime" o="double" h="double" l="double" c="double" v="long" i="long" b="double" a="double" /> <QUOTE2 s="string" d="dateTime" o="double" h="double" l="double" c="double" v="long" i="long" b="double" a="double" /> </QUOTES2> <SPLITS> <SPLIT Exchange="string" Symbol="string" DateTime="dateTime" Ratio="string" /> <SPLIT Exchange="string" Symbol="string" DateTime="dateTime" Ratio="string" /> </SPLITS> <COUNTRIES> <CountryBase Code="string" Name="string" /> <CountryBase Code="string" Name="string" /> </COUNTRIES> <FUNDAMENTALS> <FUNDAMENTAL Symbol="string" Name="string" Description="string" DateTime="dateTime" Industry="string" Sector="string" Shares="long" MarketCap="long" PE="double" EPS="double" NTA="double" DivYield="double" Dividend="double" DividendDate="dateTime" DPS="double" ImputationCredits="double" EBITDA="double" PEG="double" PtS="double" PtB="double" Yield="double" /> <FUNDAMENTAL Symbol="string" Name="string" Description="string" DateTime="dateTime" Industry="string" Sector="string" Shares="long" MarketCap="long" PE="double" EPS="double" NTA="double" DivYield="double" Dividend="double" DividendDate="dateTime" DPS="double" ImputationCredits="double" EBITDA="double" PEG="double" PtS="double" PtB="double" Yield="double" /> </FUNDAMENTALS> <TECHNICALS> <TECHNICAL Symbol="string" Name="string" Description="string" DateTime="dateTime" Previous="double" Change="double" MA1="int" MA2="int" MA5="int" MA20="int" MA50="int" MA100="int" MA200="int" MAPercent="double" MAReturn="double" VolumeChange="long" ThreeMonthChange="double" SixMonthChange="double" WeekHigh="double" WeekLow="double" WeekChange="double" AvgWeekChange="double" AvgWeekVolume="double" WeekVolume="double" MonthHigh="double" MonthLow="double" MonthChange="double" AvgMonthChange="double" AvgMonthVolume="double" MonthVolume="double" YearHigh="double" YearLow="double" YearChange="double" AvgYearChange="double" AvgYearVolume="double" YTDChange="double" RSI14="double" STO9="double" WPR14="double" MTM14="double" ROC14="double" PTC="long" SAR="double" Volatility="double" Liquidity="double" /> <TECHNICAL Symbol="string" Name="string" Description="string" DateTime="dateTime" Previous="double" Change="double" MA1="int" MA2="int" MA5="int" MA20="int" MA50="int" MA100="int" MA200="int" MAPercent="double" MAReturn="double" VolumeChange="long" ThreeMonthChange="double" SixMonthChange="double" WeekHigh="double" WeekLow="double" WeekChange="double" AvgWeekChange="double" AvgWeekVolume="double" WeekVolume="double" MonthHigh="double" MonthLow="double" MonthChange="double" AvgMonthChange="double" AvgMonthVolume="double" MonthVolume="double" YearHigh="double" YearLow="double" YearChange="double" AvgYearChange="double" AvgYearVolume="double" YTDChange="double" RSI14="double" STO9="double" WPR14="double" MTM14="double" ROC14="double" PTC="long" SAR="double" Volatility="double" Liquidity="double" /> </TECHNICALS> <SYMBOLCHANGES> <SYMBOLCHANGE DateTime="dateTime" OldSymbol="string" NewSymbol="string" ExchangeCode="string" NewExchangeCode="string" /> <SYMBOLCHANGE DateTime="dateTime" OldSymbol="string" NewSymbol="string" ExchangeCode="string" NewExchangeCode="string" /> </SYMBOLCHANGES> <NEWSLIST> <NEWS Exchange="string" Symbol="string" Id="long" SourceKey="string" DateTime="dateTime" Headline="string" Introduction="string" Story="string" Caption="string" Views="int" /> <NEWS Exchange="string" Symbol="string" Id="long" SourceKey="string" DateTime="dateTime" Headline="string" Introduction="string" Story="string" Caption="string" Views="int" /> </NEWSLIST> <CHART>string</CHART> <MEMBERSHIP>string</MEMBERSHIP> <VERSION>string</VERSION> <MONTHS>string</MONTHS> <DATAFORMATS> <DATAFORMAT Code="string" Name="string" Header="string" DateFormat="string" Extension="string" IncludeSuffix="boolean" TabColumnSeperator="boolean" ColumnSeperator="string" TextQualifier="string" FilenamePrefix="string" FilenameExchangeCode="boolean" FilenameDate="boolean" IncludeHeaderRow="boolean" HourFormat="string" DateTimeSeperator="string" ExchangeFilenameFormatDate="string" ExchangeFilenameFormatDateRange="string" SymbolFilenameFormatDate="string" SymbolFilenameFormatDateRange="string"> <COLUMNS> <DATAFORMAT_COLUMN d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <DATAFORMAT_COLUMN d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </COLUMNS> </DATAFORMAT> <DATAFORMAT Code="string" Name="string" Header="string" DateFormat="string" Extension="string" IncludeSuffix="boolean" TabColumnSeperator="boolean" ColumnSeperator="string" TextQualifier="string" FilenamePrefix="string" FilenameExchangeCode="boolean" FilenameDate="boolean" IncludeHeaderRow="boolean" HourFormat="string" DateTimeSeperator="string" ExchangeFilenameFormatDate="string" ExchangeFilenameFormatDateRange="string" SymbolFilenameFormatDate="string" SymbolFilenameFormatDateRange="string"> <COLUMNS> <DATAFORMAT_COLUMN d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <DATAFORMAT_COLUMN d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </COLUMNS> </DATAFORMAT> </DATAFORMATS> </RESPONSE>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /Data.asmx/FundamentalList HTTP/1.1 Host: ws.eoddata.com Content-Type: application/x-www-form-urlencoded Content-Length: length Token=string&Exchange=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <RESPONSE Source="string" Message="string" Date="dateTime" xmlns="http://ws.eoddata.com/Data"> <EXCHANGE Code="string" Name="string" LastTradeDateTime="dateTime" Country="string" Currency="string" Advances="int" Declines="int" Suffix="string" TimeZone="string" IsIntraday="boolean" IntradayStartDate="dateTime" HasIntradayProduct="boolean" /> <EXCHANGES> <EXCHANGE Code="string" Name="string" LastTradeDateTime="dateTime" Country="string" Currency="string" Advances="int" Declines="int" Suffix="string" TimeZone="string" IsIntraday="boolean" IntradayStartDate="dateTime" HasIntradayProduct="boolean" /> <EXCHANGE Code="string" Name="string" LastTradeDateTime="dateTime" Country="string" Currency="string" Advances="int" Declines="int" Suffix="string" TimeZone="string" IsIntraday="boolean" IntradayStartDate="dateTime" HasIntradayProduct="boolean" /> </EXCHANGES> <SYMBOL Code="string" Name="string" LongName="string" DateTime="dateTime" /> <SYMBOLS> <SYMBOL Code="string" Name="string" LongName="string" DateTime="dateTime" /> <SYMBOL Code="string" Name="string" LongName="string" DateTime="dateTime" /> </SYMBOLS> <SYMBOLS2> <SYMBOL2 c="string" n="string" /> <SYMBOL2 c="string" n="string" /> </SYMBOLS2> <QUOTE Symbol="string" Description="string" Name="string" DateTime="dateTime" Open="double" High="double" Low="double" Close="double" Volume="long" OpenInterest="long" Previous="double" Change="double" Bid="double" Ask="double" PreviousClose="double" NextOpen="double" Modified="dateTime" /> <QUOTES> <QUOTE Symbol="string" Description="string" Name="string" DateTime="dateTime" Open="double" High="double" Low="double" Close="double" Volume="long" OpenInterest="long" Previous="double" Change="double" Bid="double" Ask="double" PreviousClose="double" NextOpen="double" Modified="dateTime" /> <QUOTE Symbol="string" Description="string" Name="string" DateTime="dateTime" Open="double" High="double" Low="double" Close="double" Volume="long" OpenInterest="long" Previous="double" Change="double" Bid="double" Ask="double" PreviousClose="double" NextOpen="double" Modified="dateTime" /> </QUOTES> <QUOTES2> <QUOTE2 s="string" d="dateTime" o="double" h="double" l="double" c="double" v="long" i="long" b="double" a="double" /> <QUOTE2 s="string" d="dateTime" o="double" h="double" l="double" c="double" v="long" i="long" b="double" a="double" /> </QUOTES2> <SPLITS> <SPLIT Exchange="string" Symbol="string" DateTime="dateTime" Ratio="string" /> <SPLIT Exchange="string" Symbol="string" DateTime="dateTime" Ratio="string" /> </SPLITS> <COUNTRIES> <CountryBase Code="string" Name="string" /> <CountryBase Code="string" Name="string" /> </COUNTRIES> <FUNDAMENTALS> <FUNDAMENTAL Symbol="string" Name="string" Description="string" DateTime="dateTime" Industry="string" Sector="string" Shares="long" MarketCap="long" PE="double" EPS="double" NTA="double" DivYield="double" Dividend="double" DividendDate="dateTime" DPS="double" ImputationCredits="double" EBITDA="double" PEG="double" PtS="double" PtB="double" Yield="double" /> <FUNDAMENTAL Symbol="string" Name="string" Description="string" DateTime="dateTime" Industry="string" Sector="string" Shares="long" MarketCap="long" PE="double" EPS="double" NTA="double" DivYield="double" Dividend="double" DividendDate="dateTime" DPS="double" ImputationCredits="double" EBITDA="double" PEG="double" PtS="double" PtB="double" Yield="double" /> </FUNDAMENTALS> <TECHNICALS> <TECHNICAL Symbol="string" Name="string" Description="string" DateTime="dateTime" Previous="double" Change="double" MA1="int" MA2="int" MA5="int" MA20="int" MA50="int" MA100="int" MA200="int" MAPercent="double" MAReturn="double" VolumeChange="long" ThreeMonthChange="double" SixMonthChange="double" WeekHigh="double" WeekLow="double" WeekChange="double" AvgWeekChange="double" AvgWeekVolume="double" WeekVolume="double" MonthHigh="double" MonthLow="double" MonthChange="double" AvgMonthChange="double" AvgMonthVolume="double" MonthVolume="double" YearHigh="double" YearLow="double" YearChange="double" AvgYearChange="double" AvgYearVolume="double" YTDChange="double" RSI14="double" STO9="double" WPR14="double" MTM14="double" ROC14="double" PTC="long" SAR="double" Volatility="double" Liquidity="double" /> <TECHNICAL Symbol="string" Name="string" Description="string" DateTime="dateTime" Previous="double" Change="double" MA1="int" MA2="int" MA5="int" MA20="int" MA50="int" MA100="int" MA200="int" MAPercent="double" MAReturn="double" VolumeChange="long" ThreeMonthChange="double" SixMonthChange="double" WeekHigh="double" WeekLow="double" WeekChange="double" AvgWeekChange="double" AvgWeekVolume="double" WeekVolume="double" MonthHigh="double" MonthLow="double" MonthChange="double" AvgMonthChange="double" AvgMonthVolume="double" MonthVolume="double" YearHigh="double" YearLow="double" YearChange="double" AvgYearChange="double" AvgYearVolume="double" YTDChange="double" RSI14="double" STO9="double" WPR14="double" MTM14="double" ROC14="double" PTC="long" SAR="double" Volatility="double" Liquidity="double" /> </TECHNICALS> <SYMBOLCHANGES> <SYMBOLCHANGE DateTime="dateTime" OldSymbol="string" NewSymbol="string" ExchangeCode="string" NewExchangeCode="string" /> <SYMBOLCHANGE DateTime="dateTime" OldSymbol="string" NewSymbol="string" ExchangeCode="string" NewExchangeCode="string" /> </SYMBOLCHANGES> <NEWSLIST> <NEWS Exchange="string" Symbol="string" Id="long" SourceKey="string" DateTime="dateTime" Headline="string" Introduction="string" Story="string" Caption="string" Views="int" /> <NEWS Exchange="string" Symbol="string" Id="long" SourceKey="string" DateTime="dateTime" Headline="string" Introduction="string" Story="string" Caption="string" Views="int" /> </NEWSLIST> <CHART>string</CHART> <MEMBERSHIP>string</MEMBERSHIP> <VERSION>string</VERSION> <MONTHS>string</MONTHS> <DATAFORMATS> <DATAFORMAT Code="string" Name="string" Header="string" DateFormat="string" Extension="string" IncludeSuffix="boolean" TabColumnSeperator="boolean" ColumnSeperator="string" TextQualifier="string" FilenamePrefix="string" FilenameExchangeCode="boolean" FilenameDate="boolean" IncludeHeaderRow="boolean" HourFormat="string" DateTimeSeperator="string" ExchangeFilenameFormatDate="string" ExchangeFilenameFormatDateRange="string" SymbolFilenameFormatDate="string" SymbolFilenameFormatDateRange="string"> <COLUMNS> <DATAFORMAT_COLUMN d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <DATAFORMAT_COLUMN d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </COLUMNS> </DATAFORMAT> <DATAFORMAT Code="string" Name="string" Header="string" DateFormat="string" Extension="string" IncludeSuffix="boolean" TabColumnSeperator="boolean" ColumnSeperator="string" TextQualifier="string" FilenamePrefix="string" FilenameExchangeCode="boolean" FilenameDate="boolean" IncludeHeaderRow="boolean" HourFormat="string" DateTimeSeperator="string" ExchangeFilenameFormatDate="string" ExchangeFilenameFormatDateRange="string" SymbolFilenameFormatDate="string" SymbolFilenameFormatDateRange="string"> <COLUMNS> <DATAFORMAT_COLUMN d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <DATAFORMAT_COLUMN d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </COLUMNS> </DATAFORMAT> </DATAFORMATS> </RESPONSE>