Zacks recently changed the web page name where the earnings estimates were located, so elements on smf-elements-8.txt needed to be updated.
New files on the website:The best practice is to exit EXCEL when updating SMF add-in files.
Zacks recently changed the web page name where the earnings estimates were located, so elements on smf-elements-8.txt needed to be updated.
New files on the website:Since the end of June, I've only been home for a few days. Otherwise, it's been hospitals and rehab facilities. It's going to take me a while to catch up on 4+ months of emails and doctor bills. Here's how it went:
On Wed, Apr 22, 2015 at 8:58 AM, austinmlazar@... wrote:I have hit a road block in the midst of a very exciting project I was working on, using the RCHGetElementNumber () function I have implemented over 43 important metrics that automatically generate for every ticker entered, I have made 506 rows with the plan to reweight the S&P dynamically with an Expected Alpha based weighting system. After about 145 tickers that worked seamlessly and uploaded all 43 data points within 45 seconds almost every time. Below a certain point it starts to give me error outputs for every data point and I know this isn't right because it worked seamlessly with any random ticker I would put it. I also tried to recreate another sheet thinking maybe the worksheet was overloaded but do I have to create an entirely new workbook for every increment of 145 or are there other fixes to this?
941 | X | 942 | |
Heading0 | Heading1 | Heading2 | Heading3 |
MMM | |||
IBM | |||
AA |
941 | X | 942 | |
Heading0 | Heading1 | Heading2 | Heading3 |
MMM | 58800000 | 61300000 | |
IBM | 1.73E+08 | 1.88E+08 | |
AA | 15230000 | 23800000 |
On 10/19/07, rjlabs <rick@...> wrote:
>
> I have a large table of =RCHGetElementNumber() that has historical
> quarterly info that I only need to update sporadically. It takes about
> 15 minutes to update (about 60 tickers x 150 fields).
>
> Is there a way I can control when those functions run and update? I
> want to be able to open the spreadsheet with perhaps stale data and
> not have it update. However I don't want to set calculation to manual
> because other parts of the workbook I want regularly calculating. (Any
> programmer guide or FAQ or embedded docs on this just point me to them.)
It appears that Yahoo once again has an easy-to-grab CSV file of their historical quotes available directly via a URL. See the link below for an example, using the smfGetCSVFile() function. It does use the new EXCEL "spill" feature -- if you don't have that available, all you will see is "Date" for the function, as you would need to array-enter the function. The new "spill" feature automatically expands any array function to fill the range is has data for.
When I wrote RCHGetYahooHistory() well over a decade ago, the default ending date was 2020-12-31 if no date information was passed.