Hi I have just signed up for ESignal and started evaluating the Desktop API. I am a bit concerned about some of the issues mentioned with the desktop API.
Are there more details available for the other more industrial strength APIs ? And are they available to individual developers ?
I have existing code which is connected to another data provider and am migrating this over to ESignal.
I am looking initially at the fundamental data available from the call XMLGetFundamentalData()
This is returning an empty result - just the XML start and end markers, unless I load the stock up in ESignal. Is this normal behaviour ? Or is there a way to force the stock to be present, do I have to request historic data and or real time quotes ?
Additionally, the 7.7 documentation mentions a sector code being available. I am not seeing this in the return data when I pass in ftfALL. An example is shown below.
<FundamentalQuote>
<52WeekHighDate>November 15, 2004</52WeekHighDate>
<52WeekHighDate>April 19, 2004</52WeekHighDate>
<52WeekHigh>69</52WeekHigh>
<52WeekLow>54.08</52WeekLow>
<CUSIP></CUSIP>
<Dividend>0.32</Dividend>
<DividendInterval>90</DividendInterval>
<EPS>4.421</EPS>
<ExchangeListed>NASDppB*)Ô)</ExchangeListed>
<MarketCap>6.01639e+006</MarketCap>
<Name>ZIONS BANCORPORATION</Name>
<OpenInterest>0</OpenInterest>
<PERatio>15</PERatio>
<SharesOutstanding>89663</SharesOutstanding>
<UPC>No</UPC>
<ExDividendDate>November 08, 2004</ExDividendDate>
<Yield>1.904</Yield>
</FundamentalQuote>
The exchange listed field also seems to be corrupt ? Is the sector available if I set the flags manually ?
Thanks
Stew
Are there more details available for the other more industrial strength APIs ? And are they available to individual developers ?
I have existing code which is connected to another data provider and am migrating this over to ESignal.
I am looking initially at the fundamental data available from the call XMLGetFundamentalData()
This is returning an empty result - just the XML start and end markers, unless I load the stock up in ESignal. Is this normal behaviour ? Or is there a way to force the stock to be present, do I have to request historic data and or real time quotes ?
Additionally, the 7.7 documentation mentions a sector code being available. I am not seeing this in the return data when I pass in ftfALL. An example is shown below.
<FundamentalQuote>
<52WeekHighDate>November 15, 2004</52WeekHighDate>
<52WeekHighDate>April 19, 2004</52WeekHighDate>
<52WeekHigh>69</52WeekHigh>
<52WeekLow>54.08</52WeekLow>
<CUSIP></CUSIP>
<Dividend>0.32</Dividend>
<DividendInterval>90</DividendInterval>
<EPS>4.421</EPS>
<ExchangeListed>NASDppB*)Ô)</ExchangeListed>
<MarketCap>6.01639e+006</MarketCap>
<Name>ZIONS BANCORPORATION</Name>
<OpenInterest>0</OpenInterest>
<PERatio>15</PERatio>
<SharesOutstanding>89663</SharesOutstanding>
<UPC>No</UPC>
<ExDividendDate>November 08, 2004</ExDividendDate>
<Yield>1.904</Yield>
</FundamentalQuote>
The exchange listed field also seems to be corrupt ? Is the sector available if I set the flags manually ?
Thanks
Stew
Comment