Hi,
I'm trying to use XMLGetFundamentalData but the only response I got so far is :
<FundamentalQuote>
</FundamentalQuote>
I have tried all sort of parameter like:
Memo1.Text:=hooks1.XMLGetFundamentalDat('IBM',ftfC USIP,255);
but I always get the empty response.
By the way what is the third parameter for? I tried 0 or other values, nothing works?
Thanks,
Nick.
I'm trying to use XMLGetFundamentalData but the only response I got so far is :
<FundamentalQuote>
</FundamentalQuote>
I have tried all sort of parameter like:
Memo1.Text:=hooks1.XMLGetFundamentalDat('IBM',ftfC USIP,255);
but I always get the empty response.
By the way what is the third parameter for? I tried 0 or other values, nothing works?
Thanks,
Nick.
Comment