Not quite sure what you're asking? I have been able to retrieve screener results from Reuters and Telescan. I'm not sure if you can from Java-based ones like...
Hi Randy & Friends, I see you have insert new coordinate on advfn. on the bottom I see the Z-score. I have already done my Z-score but without success, exactly...
... Not sure what you mean by that... ... In the VBA code, it's done like this: Case "Calculated -- Altman Z-Score" n1 = RCHGetElementNumber(pTicker, 10786) '...
One more time: just as the SMF add-in provides the tools to both issue a request for selected data as well as to be able to retrieve the results, is there a...
Well, like you say, the MSN Deluxe Screener is Java-based. I don't know of a way to grab the data out of the embedded application, since they don't provide an...
Well, I doubt the functionality is java-based....below is the HTML from the website. Some of the functions are initiated from a javascript library, but the key...
I have set up with DynDNS.com one web site with Apache HTTP Server in my home PC What I would like to do (for my personal use) is to make a web stream so I...
The add-in won't put it onto the web page for you, but you could certainly program it yourself. There are tools out there to do it. I haven't done it myself,...
Randy or anyone who can answer the question, With element items like Free Cash Flow Growth (Element numbers 14355-14365) there are values for multple years-in...
"Year 1" should be the most recent fiscal year that the web page is reporting. If you want more recent data, you would need to compute the TTM (Trailing...
Thank you Randy. ... From: smf_addin@yahoogroups.com [mailto:smf_addin@yahoogroups.com] On Behalf Of Randy Harmelink Sent: Monday, April 02, 2007 3:27 PM To:...
Thanks for checking it out. I'll look into it further as well. There are other DLL components in this ....it's pretty involved. The component that provides the...
Hi Randy, et al! I'm finally getting around to incorporating your functions into my spreadsheet and am getting "something wrong with dates" and #Value! error...
... You're getting the error message because you have the dates reversed. The 2nd, 3rd, and 4th parameters are for the starting date, not the ending date. This...
... Oh good grief! Sorry! I actually had thought that but then when I read "defaults to most recent date available" (see below) I reconsidered, thinking it...
... Oops. Sorry. I just recently rewrote those, copied and pasted the date descriptions, then modified the "default" wording on the wrong set. Fixing it...
... "http://bigcharts.marketwatch.com/historical/ Yup, one day at a time! So my routine gets the last weekday of the month and if it's not a trading day,...
Group, Has anyone developed or come across Excel to IIF (Intuit Interchange Format) converter? I am trying to read in Excel Bank (financial) statement into my...
Can someone tell me the element numbers for Name and last price for the following? Thanks in advance. DIA SPY QQQQ IWM IWO If there is no element number, then...
For last price, I think you'd be better off using the RCHGetYahooQuotes() function instead of the RCHGetElementNumber() function. You could array-enter this...
Has anyone figured ou a way to get data from Ivolatility.com option calculator? I'm trying to figure out how the get the volatility % for a given options...
There is an example of data extraction in the files area, under the "Requested Samples" folder. If you search the message archives for "ivolatility", you...
... ticker_symbol=IBM ... option ... for a ... data ... Hey Randy thats a pretty good site. I guess that would work. The volatility on that site could do it...
Well, my problem is that I don't deal with options, so I have little idea of what you're trying to pick up off the page and how you intend to use it. For...
Thanks Randy, I'll try the Schaeffer site. I'm new to useing this plugin an I'm still trying to figure out what I should for this type of task. I will play...
Hi, You don't have to use the site with the frame; you can bypass the framed version by accessing http://www.ivolatility.com/calc/calc.j?frm&ticker=GOOG I put...