10 Messages
Digest #3906
Messages
Mon Jan 30, 2017 9:02 pm (PST) . Posted by:
"Jose Jacob" pepecan47
Hi Randy, the element 884 is not working. The "Credit Rating" info is not in the web page
http://quotes.morningstar.com/stock/c-morningstar-take?t=mcd anymore.
Is it possible to get the Credit rating from
http://quicktake.morningstar.com/StockNet/bonds.aspx?Symbol=mcd
I am using
=RCHGetTableCell("http://bond.morningstar.com/internal/company.aspx?cID="&smfStrExtr(RCHGetWebData("http://quicktake.morningstar.com/StockNet/bonds.aspx?Symbol="&$A4,"?cID="),"?cID=","&"),1,"Cashflow Ops/Total Debt")
to get Cashflow Ops/Total Debt from the same page, but I cannot get the Credit Rating, I tried without success.
Regards,
Jose L. Jacob
--------------------------------------------
On Thu, 9/24/15, Randy Harmelink rharmelink@gmail.com [smf_addin] <smf_addin@yahoogroups.com> wrote:
Subject: Re: [smf_addin] Morningstar stocks credit rating
To: smf_addin@yahoogroups.com
Received: Thursday, September 24, 2015, 8:24 PM
Thanks. Always love a quick
solution. :)
I've added
your change to smf-elements-4.txt and uploaded the updated
file to the "Works in Progress" folder on the
add-in's web site.
On Thu, Sep 24, 2015 at
4:34 PM, adelgado2367@... wrote:
I am using the most recent version of
Element Definitions (2015-05-27) and code 884 does not work
for my list of 65 stock symbols.....only getting
"Error" message
However, following your formulas for other
"Morningstar take", I have no problem when I use
the following:
=smfGetTagContent("http://quotes.morningstar.com/stock/c-morningstar-take?t=~~~~~","span",1,"idMstarGradeContent","Morningstar
Credit Rating")
With
the above, I get the M* Credit ratings for stocks for all my
stocks!
Posted by: Randy Harmelink
<rharmelink@gmail.com>
http://quotes.morningstar.com/stock/c-morningstar-take?t=mcd anymore.
Is it possible to get the Credit rating from
http://quicktake.morningstar.com/StockNet/bonds.aspx?Symbol=mcd
I am using
=RCHGetTableCell("http://bond.morningstar.com/internal/company.aspx?cID="&smfStrExtr(RCHGetWebData("http://quicktake.morningstar.com/StockNet/bonds.aspx?Symbol="&$A4,"?cID="),"?cID=","&"),1,"Cashflow Ops/Total Debt")
to get Cashflow Ops/Total Debt from the same page, but I cannot get the Credit Rating, I tried without success.
Regards,
Jose L. Jacob
--------------------------------------------
On Thu, 9/24/15, Randy Harmelink rharmelink@gmail.com [smf_addin] <smf_addin@yahoogroups.com> wrote:
Subject: Re: [smf_addin] Morningstar stocks credit rating
To: smf_addin@yahoogroups.com
Received: Thursday, September 24, 2015, 8:24 PM
Thanks. Always love a quick
solution. :)
I've added
your change to smf-elements-4.txt and uploaded the updated
file to the "Works in Progress" folder on the
add-in's web site.
On Thu, Sep 24, 2015 at
4:34 PM, adelgado2367@... wrote:
I am using the most recent version of
Element Definitions (2015-05-27) and code 884 does not work
for my list of 65 stock symbols.....only getting
"Error" message
However, following your formulas for other
"Morningstar take", I have no problem when I use
the following:
=smfGetTagContent("http://quotes.morningstar.com/stock/c-morningstar-take?t=~~~~~","span",1,"idMstarGradeContent","Morningstar
Credit Rating")
With
the above, I get the M* Credit ratings for stocks for all my
stocks!
Posted by: Randy Harmelink
<rharmelink@gmail.com>
Tue Jan 31, 2017 1:51 pm (PST) . Posted by:
"Randy Harmelink" rharmelink
Try:
=smfGetTagContent("http://bond.morningstar.com/internal/company.aspx?cID=
"&smfStrExtr(RCHGetWebData("
http://quicktake.morningstar.com/StockNet/bonds.aspx?Symbol="&$A4,"?cID="),"?cID=","&"),"td",6,"Morningstar
Credit Rating")
On Mon, Jan 30, 2017 at 10:02 PM, Jose Jacob pepecan47@
...wrote:
> Hi Randy, the element 884 is not working. The "Credit Rating" info is not
> in the web page
> http://quotes.morningstar.com/stock/c-morningstar-take?t=mcd anymore.
>
> Is it possible to get the Credit rating from
> http://quicktake.morningstar.com/StockNet/bonds.aspx?Symbol=mcd
>
> I am using
> =RCHGetTableCell("http://bond.morningstar.com/internal/company.aspx?cID=
> "&smfStrExtr(RCHGetWebData("http://quicktake.morningstar.com/
> StockNet/bonds.aspx?Symbol="&$A4,"?cID="),"?cID=","&"),1,"Cashflow
> Ops/Total Debt")
>
> to get Cashflow Ops/Total Debt from the same page, but I cannot get the
> Credit Rating, I tried without success.
>
>
=smfGetTagContent("http://bond.morningstar.com/internal/company.aspx?cID=
"&smfStrExtr(RCHGetWebData("
http://quicktake.morningstar.com/StockNet/bonds.aspx?Symbol="&$A4,"?cID="),"?cID=","&"),"td",6,"Morningstar
Credit Rating")
On Mon, Jan 30, 2017 at 10:02 PM, Jose Jacob pepecan47@
...wrote:
> Hi Randy, the element 884 is not working. The "Credit Rating" info is not
> in the web page
> http://quotes.morningstar.com/stock/c-morningstar-take?t=mcd anymore.
>
> Is it possible to get the Credit rating from
> http://quicktake.morningstar.com/StockNet/bonds.aspx?Symbol=mcd
>
> I am using
> =RCHGetTableCell("http://bond.morningstar.com/internal/company.aspx?cID=
> "&smfStrExtr(RCHGetWebData("http://quicktake.morningstar.com/
> StockNet/bonds.
> Ops/Total Debt")
>
> to get Cashflow Ops/Total Debt from the same page, but I cannot get the
> Credit Rating, I tried without success.
>
>
Mon Jan 30, 2017 9:44 pm (PST) . Posted by:
"Randy Harmelink" rharmelink
The point is that there is no "page loaded" state for the add-in. All the
add-in has in the source code a browser uses to build the web page. No
images retrieved. No Javascript run. Nothing.
On Mon, Jan 30, 2017 at 6:49 PM, buckleca@yahoo.com [smf_addin] <
smf_addin@yahoogroups.com> wrote:
>
> Yes I guess if I want the CSV file I'll have to do it the hard way!
>
> However, since the CSV file isn't available with the Add-in, then I was
> wondering if there's a method with the add-in to extract all the contents?
>
> When the page loads all the data is visible.
>
add-in has in the source code a browser uses to build the web page. No
images retrieved. No Javascript run. Nothing.
On Mon, Jan 30, 2017 at 6:49 PM, buckleca@yahoo.com [smf_addin] <
smf_addin@yahoogroups.com> wrote:
>
> Yes I guess if I want the CSV file I'll have to do it the hard way!
>
> However, since the CSV file isn't available with the Add-in, then I was
> wondering if there's a method with the add-in to extract all the contents?
>
> When the page loads all the data is visible.
>
Tue Jan 31, 2017 12:26 pm (PST) . Posted by:
tonyestep
I think this may have been mentioned but I can't find it. Anyway, my XD call works fine for individual stocks but returns N/A for ETFs no matter which one I try or when the date is. It used to work, but.....?
Tony Estep
Tony Estep
Tue Jan 31, 2017 1:31 pm (PST) . Posted by:
"Randy Harmelink" rharmelink
You could try ETF,com. Try something like this:
=smfGetTagContent("http://www.etf.com/"&E7,"span",1,">Next Ex-dividend")
I don't see next ex-dividend dates for ETFs at the normal data sources.
On Tue, Jan 31, 2017 at 1:19 PM, tonyestep@
...wrote:
> I think this may have been mentioned but I can't find it. Anyway, my XD
> call works fine for individual stocks but returns N/A for ETFs no matter
> which one I try or when the date is. It used to work, but.....?
>
=smfGetTagContent("http://www.etf.com/"&E7,"
I don't see next ex-dividend dates for ETFs at the normal data sources.
On Tue, Jan 31, 2017 at 1:19 PM, tonyestep@
...wrote:
> I think this may have been mentioned but I can't find it. Anyway, my XD
> call works fine for individual stocks but returns N/A for ETFs no matter
> which one I try or when the date is. It used to work, but.....?
>
Tue Jan 31, 2017 1:50 pm (PST) . Posted by:
"Randy Harmelink" rharmelink
Like a lot of web sites, they've changed to secure web pages. Just change
the "http" to "https" in the URL.
On Mon, Jan 30, 2017 at 2:24 PM, gaston.bullrich@
...wrote:
>
> RchGetHTML Table error
>
> Not getting anything back and this used to work great.
>
> thoughts?
>
> =rchgethtmltable("http://www. investing.com/rates-bonds/
> world-government-bonds
> <http://www.investing.com/rates-bonds/world-government-bonds>",E2)
>
> E2 = "Switzerland 1Y" w/o the quotes
>
>
the "http" to "https" in the URL.
On Mon, Jan 30, 2017 at 2:24 PM, gaston.bullrich@
...wrote:
>
> RchGetHTML Table error
>
> Not getting anything back and this used to work great.
>
> thoughts?
>
> =rchgethtmltable("http://www. investing.com/rates-bonds/
> world-government-bonds
> <http://www.investing.com/rates-bonds/world-government-bonds>",E2)
>
> E2 = "Switzerland 1Y" w/o the quotes
>
>
Tue Jan 31, 2017 2:04 pm (PST) . Posted by:
"Gaston Bullrich" gbullr
Really sorry for troubling with such trivial matters.
Thank you for your tireless help on this.
On Tue, Jan 31, 2017 at 4:35 PM, Randy Harmelink rharmelink@gmail.com
[smf_addin] <smf_addin@yahoogroups.com> wrote:
>
>
> Like a lot of web sites, they've changed to secure web pages. Just change
> the "http" to "https" in the URL.
>
> On Mon, Jan 30, 2017 at 2:24 PM, gaston.bullrich@
> ...wrote:
>
>>
>> RchGetHTML Table error
>>
>> Not getting anything back and this used to work great.
>>
>> thoughts?
>>
>> =rchgethtmltable("http://www. investing.com/rates-bonds/
>> world-government-bonds
>> <http://www.investing.com/rates-bonds/world-government-bonds>",E2)
>>
>> E2 = "Switzerland 1Y" w/o the quotes
>>
>>
>
>
--
Gaston Bullrich
9 Island Avenue Apt 1406
Miami Beach, Florida 33139
Cel. 917 517 9907
Thank you for your tireless help on this.
On Tue, Jan 31, 2017 at 4:35 PM, Randy Harmelink rharmelink@gmail.com
[smf_addin] <smf_addin@yahoogroups.com> wrote:
>
>
> Like a lot of web sites, they've changed to secure web pages. Just change
> the "http" to "https" in the URL.
>
> On Mon, Jan 30, 2017 at 2:24 PM, gaston.bullrich@
> ...wrote:
>
>>
>> RchGetHTML Table error
>>
>> Not getting anything back and this used to work great.
>>
>> thoughts?
>>
>> =rchgethtmltable("http://www. investing.com/rates-bonds/
>> world-government-bonds
>> <http://www.investing.com/rates-bonds/world-government-bonds>",E2)
>>
>> E2 = "Switzerland 1Y" w/o the quotes
>>
>>
>
>
--
Gaston Bullrich
9 Island Avenue Apt 1406
Miami Beach, Florida 33139
Cel. 917 517 9907
Tue Jan 31, 2017 2:24 pm (PST) . Posted by:
"Randy Harmelink" rharmelink
Thanks for the heads up. I just updated the extraction using something
other than the old label.
The new smf-elements-6.txt has been uploaded to the web site.
http://ogres-crypt.com/SMF/Elements/
On Fri, Jan 27, 2017 at 6:39 PM, sjagers@
...wrote:
> FYI... If you're interested to know.... Zack's changed their website
> again.
>
> The word, or label, "Industry" used by GetElements 850 function was
> removed from their "Quote Overview" page. The overview page lists the
> Sector and Industry classification, but the "Industry" label is gone.
> However, that label ("Industry") is still included on their "Comparison to
> Industry" page.
>
>
> Quote Overview: https://www.zacks.com/stock/quote/KR
>
> Comparison to Industry: https://www.zacks.com/stock/research/KR/industry-
> comparison
>
>
> Again, just FYI, if you're interested.
>
>
other than the old label.
The new smf-elements-6.txt has been uploaded to the web site.
http://ogres-crypt.com/SMF/Elements/
On Fri, Jan 27, 2017 at 6:39 PM, sjagers@
...wrote:
> FYI... If you're interested to know.... Zack's changed their website
> again.
>
> The word, or label, "Industry" used by GetElements 850 function was
> removed from their "Quote Overview" page. The overview page lists the
> Sector and Industry classification, but the "Industry" label is gone.
> However, that label ("Industry") is still included on their "Comparison to
> Industry" page.
>
>
> Quote Overview: https://www.zacks.com/stock/quote/KR
>
> Comparison to Industry: https://www.zacks.com/stock/research/KR/industry-
> comparison
>
>
> Again, just FYI, if you're interested.
>
>
--------------------------------------------
On Wed, 2/1/17, Randy Harmelink rharmelink@gmail.com [smf_addin] <smf_addin@yahoogroups.com> wrote:
Subject: Re: [smf_addin] GetElement 850 -- Industry Classification
To: smf_addin@yahoogroups.com
Date: Wednesday, February 1, 2017, 12:22 AM
Thanks for the heads up. I just
updated the extraction using something other than the old
label.
The new smf-elements-6.txt has been
uploaded to the web site.
http://ogres-crypt.com/SMF/Elements/
On Fri,
Jan 27, 2017 at 6:39 PM, sjagers@...wrote:
FYI... If you're interested to know....
Zack's changed their website again.
The
word, or label, "Industry" used by GetElements 850
function was removed from their "Quote Overview"
page. The overview page lists the Sector and Industry
classification, but the "Industry" label is
gone. However, that label ("Industry") is still
included on their "Comparison to Industry"
page.
Quote Overview: https://www.zacks.com/stock/
quote/KR
Comparison
to Industry: https://www.zacks.com/stock/
research/KR/
Again, just FYI, if
you're interested.
#yiv1705988478 #yiv1705988478 --
#yiv1705988478ygrp-
border:1px solid #d8d8d8;font-
0;padding:0 10px;}
#yiv1705988478 #yiv1705988478ygrp-
border:1px solid #d8d8d8;}
#yiv1705988478 #yiv1705988478ygrp-
color:#628c2a;
0;}
#yiv1705988478 #yiv1705988478ygrp-
margin-bottom:
#yiv1705988478 #yiv1705988478ygrp-
padding:0 0;}
#yiv1705988478 #yiv1705988478ygrp-
margin:0;}
#yiv1705988478 #yiv1705988478ygrp-
color:#0000ff;
#yiv1705988478 #yiv1705988478ygrp-
#yiv1705988478ygrp-
font-family:
#yiv1705988478 #yiv1705988478ygrp-
#yiv1705988478ygrp-
margin:10px
0px;font-weight:
#yiv1705988478 #yiv1705988478ygrp-
#yiv1705988478ygrp-
margin-bottom:
#yiv1705988478 #yiv1705988478actio
font-family:
#yiv1705988478 #yiv1705988478activ
background-color:
#yiv1705988478 #yiv1705988478activ
font-weight:
#yiv1705988478 #yiv1705988478activ
text-transform:
#yiv1705988478 #yiv1705988478activ
color:#5085b6;
#yiv1705988478 #yiv1705988478activ
color:#ff7900;
#yiv1705988478 #yiv1705988478activ
.yiv1705988478under
text-decoration:
#yiv1705988478 .yiv1705988478attac
clear:both;display:
0;width:400px;
#yiv1705988478 .yiv1705988478attac
text-decoration:
#yiv1705988478 .yiv1705988478attac
border:none;
#yiv1705988478 .yiv1705988478attac
display:block;
#yiv1705988478 .yiv1705988478attac
text-decoration:
#yiv1705988478 blockquote {
margin:0 0 0 4px;}
#yiv1705988478 .yiv1705988478bold {
font-family:
#yiv1705988478 .yiv1705988478bold a {
text-decoration:
#yiv1705988478 dd.yiv1705988478las
font-family:
#yiv1705988478 dd.yiv1705988478las
margin-right:
#yiv1705988478 dd.yiv1705988478las
span.yiv1705988478y
margin-right:
#yiv1705988478 div.yiv1705988478at
text-decoration:
#yiv1705988478 div.yiv1705988478at
width:400px;
#yiv1705988478 div.yiv1705988478fi
div.yiv1705988478fi
div.yiv1705988478fi
div.yiv1705988478fi
text-decoration:
#yiv1705988478 div.yiv1705988478ph
#yiv1705988478 div.yiv1705988478ph
#yiv1705988478 div.yiv1705988478ph
#yiv1705988478 div.yiv1705988478ph
text-decoration:
#yiv1705988478 div#yiv1705988478yg
#yiv1705988478ygrp-
font-family:
#yiv1705988478 .yiv1705988478green {
color:#628c2a;
#yiv1705988478 .yiv1705988478MsoNo
margin:0 0 0 0;}
#yiv1705988478 o {
font-size:0;
#yiv1705988478 #yiv1705988478photo
float:left;width:
#yiv1705988478 #yiv1705988478photo
border:1px solid
#666666;height:
#yiv1705988478 #yiv1705988478photo
color:#666666;
#yiv1705988478 #yiv1705988478reco-
font-size:77%
#yiv1705988478 #yiv1705988478reco-
font-size:77%
#yiv1705988478 .yiv1705988478replb
margin:4px;}
#yiv1705988478 #yiv1705988478ygrp-
margin-right:
#yiv1705988478 #yiv1705988478ygrp-
font-size:13px;
sans-serif;}
#yiv1705988478 #yiv1705988478ygrp-
font-size:inherit;
#yiv1705988478 #yiv1705988478ygrp-
#yiv1705988478 input, #yiv1705988478 textarea {
font:99% Arial, Helvetica, clean, sans-serif;}
#yiv1705988478 #yiv1705988478ygrp-
code {
font:115% monospace;}
#yiv1705988478 #yiv1705988478ygrp-
line-height:
#yiv1705988478 #yiv1705988478ygrp-
padding-bottom:
#yiv1705988478 #yiv1705988478ygrp-
font-family:
#yiv1705988478 #yiv1705988478ygrp-
p#yiv1705988478atta
color:#1E66AE;
#yiv1705988478 #yiv1705988478ygrp-
#yiv1705988478reco-
color:#ff7900;
#yiv1705988478 #yiv1705988478ygrp-
margin-bottom:
#yiv1705988478 #yiv1705988478ygrp-
li a {
font-size:130%
#yiv1705988478 #yiv1705988478ygrp-
li {
font-size:77%
#yiv1705988478 #yiv1705988478ygrp-
ul {
margin:0;padding:
#yiv1705988478 #yiv1705988478ygrp-
font-family:
#yiv1705988478 #yiv1705988478ygrp-
margin:0 0 1em 0;}
#yiv1705988478 #yiv1705988478ygrp-
font-size:120%
#yiv1705988478 #yiv1705988478ygrp-
border-right:
}
#yiv1705988478
9 nov. - Alegeri parlamentare falsificate de catre comunisti. 20 dec. - Legea pentru etatizarea Bancii Nationale a Romaniei.194610 ian. - Prima sesiune a Adunarii Generale a O.N.U. la Londra.
Wed Feb 1, 2017 4:15 pm (PST) . Posted by:
waterboy5555
To all,
Thanks for the add in. I've been using it for a couple years now and it has been working great. Recently, something has changed and the add-in does not seem to be pulling in numbers from Morningstar. For some reason, when I disabled the add in, numbers would pull in from Morningstar. Now, nothing is happening at all, even when I press Alt F8 and type in smfforcerecalculation or when I resign in to morningstar or when I try and access data via excel. I tried putting in the newer add in versions, but nothing seems to be helping. What could I be doing wrong?
Thanks for the add in. I've been using it for a couple years now and it has been working great. Recently, something has changed and the add-in does not seem to be pulling in numbers from Morningstar. For some reason, when I disabled the add in, numbers would pull in from Morningstar. Now, nothing is happening at all, even when I press Alt F8 and type in smfforcerecalculati
For the Add-in, Documentation, Templates, Tips and FAQs, visit http://ogres-crypt.com/SMF
Tidak ada komentar:
Posting Komentar