Is updated documentation with examples for the function XMLGetFundamentalData
available? Is this still an "official" API?
Current I can get something that looks like
<FundamentalQuote>
<High52WeekDate>December 16, 2005</High52WeekDate>
<Low52WeekDate>January 07, 2005</Low52WeekDate>
<High52Week>25.28</High52Week>
<Low52Week>13.25</Low52Week>
<CUSIP></CUSIP>
<Dividend>0</Dividend>
<DividendInterval>0</DividendInterval>
<EPS>1.15</EPS>
<ExchangeListed>NASD</ExchangeListed>
<MarketCap>1540748</MarketCap>
<Name>THQ INC</Name>
<OpenInterest>0</OpenInterest>
<PERatio>19</PERatio>
<SharesOutstanding>62683</SharesOutstanding>
<UPC>No</UPC>
<Yield>0</Yield>
</FundamentalQuote>
but CUSIP always is empty and the ENUM ftffCUSIP always seems to return an empty document
<FundamentalQuote>
<CUSIP></CUSIP>
</FundamentalQuote>
I also noticed a ftfNAICS ENUM but that always returns a empty document
<FundamentalQuote>
</FundamentalQuote>
Could someone shed some light on this? To me having access to CUSIP or even NAICS in the API would be useful.
available? Is this still an "official" API?
Current I can get something that looks like
<FundamentalQuote>
<High52WeekDate>December 16, 2005</High52WeekDate>
<Low52WeekDate>January 07, 2005</Low52WeekDate>
<High52Week>25.28</High52Week>
<Low52Week>13.25</Low52Week>
<CUSIP></CUSIP>
<Dividend>0</Dividend>
<DividendInterval>0</DividendInterval>
<EPS>1.15</EPS>
<ExchangeListed>NASD</ExchangeListed>
<MarketCap>1540748</MarketCap>
<Name>THQ INC</Name>
<OpenInterest>0</OpenInterest>
<PERatio>19</PERatio>
<SharesOutstanding>62683</SharesOutstanding>
<UPC>No</UPC>
<Yield>0</Yield>
</FundamentalQuote>
but CUSIP always is empty and the ENUM ftffCUSIP always seems to return an empty document
<FundamentalQuote>
<CUSIP></CUSIP>
</FundamentalQuote>
I also noticed a ftfNAICS ENUM but that always returns a empty document
<FundamentalQuote>
</FundamentalQuote>
Could someone shed some light on this? To me having access to CUSIP or even NAICS in the API would be useful.
Comment