14 Messages
Digest #3257
4b
Re: Anyone tried getting key ratio from Morningstar successfully? by "Randy Harmelink" rharmelink
Messages
Wed Dec 3, 2014 10:58 am (PST) . Posted by:
stevenletzer
This should be a no brainer, but i have spent all day with no success. At the web site advfn, I am trying to import all of the the info on the financial page. I have used every variation of gettablecell that I can think of, with no results
http://www.advfn.com/exchanges/NYSE/TOT/financials http://www.advfn.com/exchanges/NYSE/TOT/financials
This is the type of info, but not limited to all data points on the page.
PE Ratio - LTM 11.6 Market Capitalisation 128,114.6 mil Latest Shares Outstanding 2,275.2 mil Earnings pS (EPS) 5.15 $ Dividend pS (DPS) 2.57 ¢ Dividend Yield 5.9 % Dividend Payout Ratio 1 %
DIVIDEND INFO Dividend Declared Date 05/29/2013 Dividend Ex-Date 06/18/2013 Dividend Record Date 06/20/2013 Dividend Pay Date 07/18/2013 Dividend Amount 539 Type of Payment Cash Payment Dividend Rate 2.57 Current Dividend Yield 5.9 5-Y Average Dividend Yield 5.
GROWTH RATES 5-Year
Growh R² of 5-Year Growth 3-Year
Growth Revenue 0.01 0.2 0.08 Income -0.05 0.0 -0.06 Dividend -0.04 0.2 0.01 Capital Spending 0.03 NA 0.06 R&D 0.00 NA 0.00 Normalized Inc. -4.02 NA 1.58
http://www.advfn.com/exchanges/NYSE/TOT/financials http://www.advfn.com/exchanges/NYSE/TOT/financials
This is the type of info, but not limited to all data points on the page.
PE Ratio - LTM 11.6 Market Capitalisation 128,114.6 mil Latest Shares Outstanding 2,275.2 mil Earnings pS (EPS) 5.15 $ Dividend pS (DPS) 2.57 ¢ Dividend Yield 5.9 % Dividend Payout Ratio 1 %
DIVIDEND INFO Dividend Declared Date 05/29/2013 Dividend Ex-Date 06/18/2013 Dividend Record Date 06/20/2013 Dividend Pay Date 07/18/2013 Dividend Amount 539 Type of Payment Cash Payment Dividend Rate 2.57 Current Dividend Yield 5.9 5-Y Average Dividend Yield 5.
GROWTH RATES 5-Year
Growh R² of 5-Year Growth 3-Year
Growth Revenue 0.01 0.2 0.08 Income -0.05 0.0 -0.06 Dividend -0.04 0.2 0.01 Capital Spending 0.03 NA 0.06 R&D 0.00 NA 0.00 Normalized Inc. -4.02 NA 1.58
Wed Dec 3, 2014 11:52 am (PST) . Posted by:
"Randy Harmelink" rharmelink
The most basic version of the function worked fine for me:
=RCHGetTableCell("http://www.advfn.com/exchanges/NYSE/TOT/financials",1,">PE
Ratio")
=RCHGetTableCell("http://www.advfn.com/exchanges/NYSE/TOT/financials",1,">Dividend
Ex-Date")
By the way, did you notice those dividend dates are over a year old? :(
On Wed, Dec 3, 2014 at 11:58 AM, stevenletzer@...wrote:
> This should be a no brainer, but i have spent all day with no success.
> At the web site advfn, I am trying to import all of the the info on the
> financial page. I have used every variation of gettablecell that I can
> think of, with no results
>
> http://www.advfn.com/exchanges/NYSE/TOT/financials
>
> This is the type of info, but not limited to all data points on the page.
> PE Ratio - LTM11.6Market Capitalisation128,114.6milLatest Shares
> Outstanding2,275.2milEarnings pS (EPS)5.15$Dividend pS (DPS)2.57¢Dividend
> Yield5.9%Dividend Payout Ratio1%
>
>
> DIVIDEND INFODividend Declared Date05/29/2013Dividend Ex-Date06/18/2013Dividend
> Record Date06/20/2013Dividend Pay Date07/18/2013Dividend Amount539Type of
> PaymentCash PaymentDividend Rate2.57Current Dividend Yield5.95-Y Average
> Dividend Yield
>
> 5.
> GROWTH RATES5-Year
> GrowhR² of 5-Year Growth3-Year
> GrowthRevenue0.010.20.08Income-0.050.0-0.06Dividend-0.040.20.01Capital
> Spending0.03NA0.06R&D0.00NA0.00Normalized Inc.-4.02NA1.58
>
=RCHGetTableCell("http://www.advfn.com/exchanges/NYSE/TOT/financials",1,">PE
Ratio")
=RCHGetTableCell("http://www.advfn.com/exchanges/NYSE/TOT/financials",1,">Dividend
Ex-Date")
By the way, did you notice those dividend dates are over a year old? :(
On Wed, Dec 3, 2014 at 11:58 AM, stevenletzer@...wrote:
> This should be a no brainer, but i have spent all day with no success.
> At the web site advfn, I am trying to import all of the the info on the
> financial page. I have used every variation of gettablecell that I can
> think of, with no results
>
> http://www.advfn.com/exchanges/NYSE/TOT/financials
>
> This is the type of info, but not limited to all data points on the page.
> PE Ratio - LTM11.6Market Capitalisation128,
> Outstanding2,
> Yield5.9%Dividend Payout Ratio1%
>
>
> DIVIDEND INFODividend Declared Date05/29/2013Divid
> Record Date06/20/2013Divid
> PaymentCash PaymentDividend Rate2.57Current Dividend Yield5.95-Y Average
> Dividend Yield
>
> 5.
> GROWTH RATES5-Year
> GrowhR² of 5-Year Growth3-Year
> GrowthRevenue0.
> Spending0.03NA0.
>
Wed Dec 3, 2014 1:19 pm (PST) . Posted by:
stevenletzer
Thank you,
I am using this table for TTM data and need to reference other cells for the formula. For example:
Cell A6 = the symbol, in this case MMM
Cell B6 = the exchange, in this case NYSE
Cell C6 = the data point, in this case PE Ratio - LTM
My formula should be
RCHGetTableCell("http://www.advfn.com/exchanges/"&A6&"/"&B6&"/financials",1,">"&C6), but it does not work.
What do you think?
I am using this table for TTM data and need to reference other cells for the formula. For example:
Cell A6 = the symbol, in this case MMM
Cell B6 = the exchange, in this case NYSE
Cell C6 = the data point, in this case PE Ratio - LTM
My formula should be
RCHGetTableCell("http://www.advfn.com/exchanges/"&A6&"
What do you think?
Wed Dec 3, 2014 1:29 pm (PST) . Posted by:
"Randy Harmelink" rharmelink
It doesn't work because you have the ticker symbol and exchange in the
wrong order in your constructed URL. Exchange either the values or the cell
references and it works fine.
On Wed, Dec 3, 2014 at 2:19 PM, stevenletzer@yahoo.com [smf_addin] <
smf_addin@yahoogroups.com> wrote:
>
> I am using this table for TTM data and need to reference other cells for
> the formula. For example:
>
> Cell A6 = the symbol, in this case MMM
>
> Cell B6 = the exchange, in this case NYSE
>
> Cell C6 = the data point, in this case PE Ratio - LTM
>
> My formula should be
>
> RCHGetTableCell("http://www.advfn.com/exchanges/"&A6&"/"&B6&"/financials",1,">"&C6),
> but it does not work.
>
> What do you think?
>
>
wrong order in your constructed URL. Exchange either the values or the cell
references and it works fine.
On Wed, Dec 3, 2014 at 2:19 PM, stevenletzer@yahoo.com [smf_addin] <
smf_addin@yahoogroups.com> wrote:
>
> I am using this table for TTM data and need to reference other cells for
> the formula. For example:
>
> Cell A6 = the symbol, in this case MMM
>
> Cell B6 = the exchange, in this case NYSE
>
> Cell C6 = the data point, in this case PE Ratio - LTM
>
> My formula should be
>
> RCHGetTableCell("http://www.advfn.com/exchanges/"&A6&"
> but it does not work.
>
> What do you think?
>
>
Wed Dec 3, 2014 11:00 am (PST) . Posted by:
"Jose Jacob" pepecan47
Hi Randy - is there any way to extract a particular value from:
http://financials.morningstar.com/ratios/r.html?t=MCD without having to export the .CVS file to another worksheet?
I am particularly interested in "Earnings Per Share USD" TTM, 5.09
and "Dividends USD" TTM, 3.24
Regards,
Jose L. Jacob
http://financials.morningstar.com/ratios/r.html?t=MCD without having to export the .CVS file to another worksheet?
I am particularly interested in "Earnings Per Share USD" TTM, 5.09
and "Dividends USD" TTM, 3.24
Regards,
Jose L. Jacob
Wed Dec 3, 2014 11:44 am (PST) . Posted by:
"Randy Harmelink" rharmelink
Same answer as before:
https://groups.yahoo.com/neo/groups/smf_addin/conversations/messages/27471
But you do have to look at the source code on that web page to determine
which "i*" identifier to use, and change which "Y*" offset (i.e. Y0 =
oldest, Y9 = most recent, Y10 = TTM) to use. In this case:
=smfConvertData(smfstrExtr(RCHGetWebData("
http://financials.morningstar.com/financials/getFinancePart.html?t=MCD","""Y10
i5\""",20),">","<"))
=smfConvertData(smfstrExtr(RCHGetWebData("
http://financials.morningstar.com/financials/getFinancePart.html?t=MCD","""Y10
i6\""",20),">","<"))
On Wed, Dec 3, 2014 at 12:00 PM, Jose Jacob pepecan47@... wrote:
> Hi Randy - is there any way to extract a particular value from:
>
> http://financials.morningstar.com/ratios/r.html?t=MCD without having to
> export the .CVS file to another worksheet?
>
> I am particularly interested in "Earnings Per Share USD" TTM, 5.09
> and "Dividends USD" TTM, 3.24
>
https://groups.yahoo.com/neo/groups/smf_addin/conversations/messages/27471
But you do have to look at the source code on that web page to determine
which "i*" identifier to use, and change which "Y*" offset (i.e. Y0 =
oldest, Y9 = most recent, Y10 = TTM) to use. In this case:
=smfConvertData(smfstrExtr(RCHGetWebData("
http://financials.morningstar.com/financials/getFinancePart.html?t=MCD","""Y10
i5\""",20),">","<"))
=smfConvertData(smfstrExtr(RCHGetWebData("
http://financials.morningstar.com/financials/getFinancePart.html?t=MCD","""Y10
i6\""",20),">","<"))
On Wed, Dec 3, 2014 at 12:00 PM, Jose Jacob pepecan47@... wrote:
> Hi Randy - is there any way to extract a particular value from:
>
> http://financials.morningstar.com/ratios/r.html?t=MCD without having to
> export the .CVS file to another worksheet?
>
> I am particularly interested in "Earnings Per Share USD" TTM, 5.09
> and "Dividends USD" TTM, 3.24
>
Wed Dec 3, 2014 1:42 pm (PST) . Posted by:
"Jose Jacob" pepecan47
Randy, when I copy the formulas into my spreadsheet, I don't get any values.
When I try to open with IE http://financials.morningstar.com/financials/getFinancePart.html?t=MCD
I get a pop up "Do you want to open or save getFinancePart.json form financial.morningstart.com?"
I click "open" and then I have to select an application.
Can't figure out how to make this thing work.
Regards,
Jose L. Jacob
--------------------------------------------
On Wed, 12/3/14, Randy Harmelink rharmelink@gmail.com [smf_addin] <smf_addin@yahoogroups.com> wrote:
Subject: Re: [smf_addin] Morningstar Key Ratios
To: smf_addin@yahoogroups.com
Received: Wednesday, December 3, 2014, 2:44 PM
Same answer as before: https://groups.yahoo.com/neo/groups/smf_addin/conversations/messages/27471
But you do have to look
at the source code on that web page to determine which
"i*" identifier to use, and change which
"Y*" offset (i.e. Y0 = oldest, Y9 = most recent,
Y10 = TTM) to use. In this case:
=smfConvertData(smfstrExtr(RCHGetWebData("http://financials.morningstar.com/financials/getFinancePart.html?t=MCD","""Y10
i5\""",20),">","<"))
=smfConvertData(smfstrExtr(RCHGetWebData("http://financials.morningstar.com/financials/getFinancePart.html?t=MCD","""Y10
i6\""",20),">","<"))
On Wed, Dec 3, 2014 at
12:00 PM, Jose Jacob pepecan47@...
wrote:
Hi Randy - is
there any way to extract a particular value from:
http://financials.morningstar.com/ratios/r.html?t=MCD
without having to export the .CVS file to another
worksheet?
I am particularly interested in "Earnings Per Share
USD" TTM, 5.09
and "Dividends USD" TTM, 3.24
#yiv7499819424 #yiv7499819424 --
#yiv7499819424ygrp-mkp {
border:1px solid #d8d8d8;font-family:Arial;margin:10px
0;padding:0 10px;}
#yiv7499819424 #yiv7499819424ygrp-mkp hr {
border:1px solid #d8d8d8;}
#yiv7499819424 #yiv7499819424ygrp-mkp #yiv7499819424hd {
color:#628c2a;font-size:85%;font-weight:700;line-height:122%;margin:10px
0;}
#yiv7499819424 #yiv7499819424ygrp-mkp #yiv7499819424ads {
margin-bottom:10px;}
#yiv7499819424 #yiv7499819424ygrp-mkp .yiv7499819424ad {
padding:0 0;}
#yiv7499819424 #yiv7499819424ygrp-mkp .yiv7499819424ad p {
margin:0;}
#yiv7499819424 #yiv7499819424ygrp-mkp .yiv7499819424ad a {
color:#0000ff;text-decoration:none;}
#yiv7499819424 #yiv7499819424ygrp-sponsor
#yiv7499819424ygrp-lc {
font-family:Arial;}
#yiv7499819424 #yiv7499819424ygrp-sponsor
#yiv7499819424ygrp-lc #yiv7499819424hd {
margin:10px
0px;font-weight:700;font-size:78%;line-height:122%;}
#yiv7499819424 #yiv7499819424ygrp-sponsor
#yiv7499819424ygrp-lc .yiv7499819424ad {
margin-bottom:10px;padding:0 0;}
#yiv7499819424 #yiv7499819424actions {
font-family:Verdana;font-size:11px;padding:10px 0;}
#yiv7499819424 #yiv7499819424activity {
background-color:#e0ecee;float:left;font-family:Verdana;font-size:10px;padding:10px;}
#yiv7499819424 #yiv7499819424activity span {
font-weight:700;}
#yiv7499819424 #yiv7499819424activity span:first-child {
text-transform:uppercase;}
#yiv7499819424 #yiv7499819424activity span a {
color:#5085b6;text-decoration:none;}
#yiv7499819424 #yiv7499819424activity span span {
color:#ff7900;}
#yiv7499819424 #yiv7499819424activity span
.yiv7499819424underline {
text-decoration:underline;}
#yiv7499819424 .yiv7499819424attach {
clear:both;display:table;font-family:Arial;font-size:12px;padding:10px
0;width:400px;}
#yiv7499819424 .yiv7499819424attach div a {
text-decoration:none;}
#yiv7499819424 .yiv7499819424attach img {
border:none;padding-right:5px;}
#yiv7499819424 .yiv7499819424attach label {
display:block;margin-bottom:5px;}
#yiv7499819424 .yiv7499819424attach label a {
text-decoration:none;}
#yiv7499819424 blockquote {
margin:0 0 0 4px;}
#yiv7499819424 .yiv7499819424bold {
font-family:Arial;font-size:13px;font-weight:700;}
#yiv7499819424 .yiv7499819424bold a {
text-decoration:none;}
#yiv7499819424 dd.yiv7499819424last p a {
font-family:Verdana;font-weight:700;}
#yiv7499819424 dd.yiv7499819424last p span {
margin-right:10px;font-family:Verdana;font-weight:700;}
#yiv7499819424 dd.yiv7499819424last p
span.yiv7499819424yshortcuts {
margin-right:0;}
#yiv7499819424 div.yiv7499819424attach-table div div a {
text-decoration:none;}
#yiv7499819424 div.yiv7499819424attach-table {
width:400px;}
#yiv7499819424 div.yiv7499819424file-title a, #yiv7499819424
div.yiv7499819424file-title a:active, #yiv7499819424
div.yiv7499819424file-title a:hover, #yiv7499819424
div.yiv7499819424file-title a:visited {
text-decoration:none;}
#yiv7499819424 div.yiv7499819424photo-title a,
#yiv7499819424 div.yiv7499819424photo-title a:active,
#yiv7499819424 div.yiv7499819424photo-title a:hover,
#yiv7499819424 div.yiv7499819424photo-title a:visited {
text-decoration:none;}
#yiv7499819424 div#yiv7499819424ygrp-mlmsg
#yiv7499819424ygrp-msg p a span.yiv7499819424yshortcuts {
font-family:Verdana;font-size:10px;font-weight:normal;}
#yiv7499819424 .yiv7499819424green {
color:#628c2a;}
#yiv7499819424 .yiv7499819424MsoNormal {
margin:0 0 0 0;}
#yiv7499819424 o {
font-size:0;}
#yiv7499819424 #yiv7499819424photos div {
float:left;width:72px;}
#yiv7499819424 #yiv7499819424photos div div {
border:1px solid
#666666;height:62px;overflow:hidden;width:62px;}
#yiv7499819424 #yiv7499819424photos div label {
color:#666666;font-size:10px;overflow:hidden;text-align:center;white-space:nowrap;width:64px;}
#yiv7499819424 #yiv7499819424reco-category {
font-size:77%;}
#yiv7499819424 #yiv7499819424reco-desc {
font-size:77%;}
#yiv7499819424 .yiv7499819424replbq {
margin:4px;}
#yiv7499819424 #yiv7499819424ygrp-actbar div a:first-child {
margin-right:2px;padding-right:5px;}
#yiv7499819424 #yiv7499819424ygrp-mlmsg {
font-size:13px;font-family:Arial, helvetica, clean,
sans-serif;}
#yiv7499819424 #yiv7499819424ygrp-mlmsg table {
font-size:inherit;font:100%;}
#yiv7499819424 #yiv7499819424ygrp-mlmsg select,
#yiv7499819424 input, #yiv7499819424 textarea {
font:99% Arial, Helvetica, clean, sans-serif;}
#yiv7499819424 #yiv7499819424ygrp-mlmsg pre, #yiv7499819424
code {
font:115% monospace;}
#yiv7499819424 #yiv7499819424ygrp-mlmsg * {
line-height:1.22em;}
#yiv7499819424 #yiv7499819424ygrp-mlmsg #yiv7499819424logo {
padding-bottom:10px;}
#yiv7499819424 #yiv7499819424ygrp-msg p a {
font-family:Verdana;}
#yiv7499819424 #yiv7499819424ygrp-msg
p#yiv7499819424attach-count span {
color:#1E66AE;font-weight:700;}
#yiv7499819424 #yiv7499819424ygrp-reco
#yiv7499819424reco-head {
color:#ff7900;font-weight:700;}
#yiv7499819424 #yiv7499819424ygrp-reco {
margin-bottom:20px;padding:0px;}
#yiv7499819424 #yiv7499819424ygrp-sponsor #yiv7499819424ov
li a {
font-size:130%;text-decoration:none;}
#yiv7499819424 #yiv7499819424ygrp-sponsor #yiv7499819424ov
li {
font-size:77%;list-style-type:square;padding:6px 0;}
#yiv7499819424 #yiv7499819424ygrp-sponsor #yiv7499819424ov
ul {
margin:0;padding:0 0 0 8px;}
#yiv7499819424 #yiv7499819424ygrp-text {
font-family:Georgia;}
#yiv7499819424 #yiv7499819424ygrp-text p {
margin:0 0 1em 0;}
#yiv7499819424 #yiv7499819424ygrp-text tt {
font-size:120%;}
#yiv7499819424 #yiv7499819424ygrp-vital ul li:last-child {
border-right:none !important;
}
#yiv7499819424
When I try to open with IE http://financials.morningstar.com/financials/getFinancePart.html?t=MCD
I get a pop up "Do you want to open or save getFinancePart.json form financial.morningstart.com?"
I click "open" and then I have to select an application.
Can't figure out how to make this thing work.
Regards,
Jose L. Jacob
--------------------------------------------
On Wed, 12/3/14, Randy Harmelink rharmelink@gmail.com [smf_addin] <smf_addin@yahoogroups.com> wrote:
Subject: Re: [smf_addin] Morningstar Key Ratios
To: smf_addin@yahoogroups.com
Received: Wednesday, December 3, 2014, 2:44 PM
Same answer as before: https://groups.yahoo.com/neo/groups/smf_addin/conversations/messages/27471
But you do have to look
at the source code on that web page to determine which
"i*" identifier to use, and change which
"Y*" offset (i.e. Y0 = oldest, Y9 = most recent,
Y10 = TTM) to use. In this case:
=smfConvertData(smfstrExtr(RCHGetWebData("http://financials.morningstar.com/financials/getFinancePart.html?t=MCD","""Y10
i5\""",20),">","<"))
=smfConvertData(smfstrExtr(RCHGetWebData("http://financials.morningstar.com/financials/getFinancePart.html?t=MCD","""Y10
i6\""",20),">","<"))
On Wed, Dec 3, 2014 at
12:00 PM, Jose Jacob pepecan47@...
wrote:
Hi Randy - is
there any way to extract a particular value from:
http://financials.morningstar.com/ratios/r.html?t=MCD
without having to export the .CVS file to another
worksheet?
I am particularly interested in "Earnings Per Share
USD" TTM, 5.09
and "Dividends USD" TTM, 3.24
#yiv7499819424 #yiv7499819424 --
#yiv7499819424ygrp-
border:1px solid #d8d8d8;font-
0;padding:0 10px;}
#yiv7499819424 #yiv7499819424ygrp-
border:1px solid #d8d8d8;}
#yiv7499819424 #yiv7499819424ygrp-
color:#628c2a;
0;}
#yiv7499819424 #yiv7499819424ygrp-
margin-bottom:
#yiv7499819424 #yiv7499819424ygrp-
padding:0 0;}
#yiv7499819424 #yiv7499819424ygrp-
margin:0;}
#yiv7499819424 #yiv7499819424ygrp-
color:#0000ff;
#yiv7499819424 #yiv7499819424ygrp-
#yiv7499819424ygrp-
font-family:
#yiv7499819424 #yiv7499819424ygrp-
#yiv7499819424ygrp-
margin:10px
0px;font-weight:
#yiv7499819424 #yiv7499819424ygrp-
#yiv7499819424ygrp-
margin-bottom:
#yiv7499819424 #yiv7499819424actio
font-family:
#yiv7499819424 #yiv7499819424activ
background-color:
#yiv7499819424 #yiv7499819424activ
font-weight:
#yiv7499819424 #yiv7499819424activ
text-transform:
#yiv7499819424 #yiv7499819424activ
color:#5085b6;
#yiv7499819424 #yiv7499819424activ
color:#ff7900;
#yiv7499819424 #yiv7499819424activ
.yiv7499819424under
text-decoration:
#yiv7499819424 .yiv7499819424attac
clear:both;display:
0;width:400px;
#yiv7499819424 .yiv7499819424attac
text-decoration:
#yiv7499819424 .yiv7499819424attac
border:none;
#yiv7499819424 .yiv7499819424attac
display:block;
#yiv7499819424 .yiv7499819424attac
text-decoration:
#yiv7499819424 blockquote {
margin:0 0 0 4px;}
#yiv7499819424 .yiv7499819424bold {
font-family:
#yiv7499819424 .yiv7499819424bold a {
text-decoration:
#yiv7499819424 dd.yiv7499819424las
font-family:
#yiv7499819424 dd.yiv7499819424las
margin-right:
#yiv7499819424 dd.yiv7499819424las
span.yiv7499819424y
margin-right:
#yiv7499819424 div.yiv7499819424at
text-decoration:
#yiv7499819424 div.yiv7499819424at
width:400px;
#yiv7499819424 div.yiv7499819424fi
div.yiv7499819424fi
div.yiv7499819424fi
div.yiv7499819424fi
text-decoration:
#yiv7499819424 div.yiv7499819424ph
#yiv7499819424 div.yiv7499819424ph
#yiv7499819424 div.yiv7499819424ph
#yiv7499819424 div.yiv7499819424ph
text-decoration:
#yiv7499819424 div#yiv7499819424yg
#yiv7499819424ygrp-
font-family:
#yiv7499819424 .yiv7499819424green {
color:#628c2a;
#yiv7499819424 .yiv7499819424MsoNo
margin:0 0 0 0;}
#yiv7499819424 o {
font-size:0;
#yiv7499819424 #yiv7499819424photo
float:left;width:
#yiv7499819424 #yiv7499819424photo
border:1px solid
#666666;height:
#yiv7499819424 #yiv7499819424photo
color:#666666;
#yiv7499819424 #yiv7499819424reco-
font-size:77%
#yiv7499819424 #yiv7499819424reco-
font-size:77%
#yiv7499819424 .yiv7499819424replb
margin:4px;}
#yiv7499819424 #yiv7499819424ygrp-
margin-right:
#yiv7499819424 #yiv7499819424ygrp-
font-size:13px;
sans-serif;}
#yiv7499819424 #yiv7499819424ygrp-
font-size:inherit;
#yiv7499819424 #yiv7499819424ygrp-
#yiv7499819424 input, #yiv7499819424 textarea {
font:99% Arial, Helvetica, clean, sans-serif;}
#yiv7499819424 #yiv7499819424ygrp-
code {
font:115% monospace;}
#yiv7499819424 #yiv7499819424ygrp-
line-height:
#yiv7499819424 #yiv7499819424ygrp-
padding-bottom:
#yiv7499819424 #yiv7499819424ygrp-
font-family:
#yiv7499819424 #yiv7499819424ygrp-
p#yiv7499819424atta
color:#1E66AE;
#yiv7499819424 #yiv7499819424ygrp-
#yiv7499819424reco-
color:#ff7900;
#yiv7499819424 #yiv7499819424ygrp-
margin-bottom:
#yiv7499819424 #yiv7499819424ygrp-
li a {
font-size:130%
#yiv7499819424 #yiv7499819424ygrp-
li {
font-size:77%
#yiv7499819424 #yiv7499819424ygrp-
ul {
margin:0;padding:
#yiv7499819424 #yiv7499819424ygrp-
font-family:
#yiv7499819424 #yiv7499819424ygrp-
margin:0 0 1em 0;}
#yiv7499819424 #yiv7499819424ygrp-
font-size:120%
#yiv7499819424 #yiv7499819424ygrp-
border-right:
}
#yiv7499819424
Wed Dec 3, 2014 1:58 pm (PST) . Posted by:
"Randy Harmelink" rharmelink
If you try to open it in IE, you'll need to save it. Then you can view the
saved copy of the source code. Or maybe select Notepad as your application
of choice?
But I'm not sure what to tell you if the formulas aren't working for you,
since your machine is acting differently than mine.
Hmmm. What do you get with:
=RCHGetWebData("
http://financials.morningstar.com/financials/getFinancePart.html?t=MCD
",1,100)
=RCHGetWebData("
http://financials.morningstar.com/financials/getFinancePart.html?t=MCD
","i5")
On Wed, Dec 3, 2014 at 2:35 PM, Jose Jacob pepecan47@... wrote:
> Randy, when I copy the formulas into my spreadsheet, I don't get any
> values.
>
> When I try to open with IE
> http://financials.morningstar.com/financials/getFinancePart.html?t=MCD
>
> I get a pop up "Do you want to open or save getFinancePart.json form
> financial.morningstart.com?"
>
> I click "open" and then I have to select an application.
>
> Can't figure out how to make this thing work.
>
>
>
saved copy of the source code. Or maybe select Notepad as your application
of choice?
But I'm not sure what to tell you if the formulas aren't working for you,
since your machine is acting differently than mine.
Hmmm. What do you get with:
=RCHGetWebData("
http://financials.morningstar.com/financials/getFinancePart.html?t=MCD
",1,100)
=RCHGetWebData("
http://financials.morningstar.com/financials/getFinancePart.html?t=MCD
","i5")
On Wed, Dec 3, 2014 at 2:35 PM, Jose Jacob pepecan47@... wrote:
> Randy, when I copy the formulas into my spreadsheet, I don't get any
> values.
>
> When I try to open with IE
> http://financials.morningstar.com/financials/getFinancePart.html?t=MCD
>
> I get a pop up "Do you want to open or save getFinancePart.
> financial.morningst
>
> I click "open" and then I have to select an application.
>
> Can't figure out how to make this thing work.
>
>
>
Wed Dec 3, 2014 7:37 pm (PST) . Posted by:
"Jose Jacob" pepecan47
=RCHGetWebData("http://financials.morningstar.com/financials/getFinancePart.html?t=MCD",1,100)
Error--too many wep page retrievals
=RCHGetWebData(".mornihttp://financialsngstar.com/financials/getFinancePart.html?t=MCD","i5")
Error
Regards,
Jose L. Jacob
--------------------------------------------
On Wed, 12/3/14, Randy Harmelink rharmelink@gmail.com [smf_addin] <smf_addin@yahoogroups.com> wrote:
Subject: Re: [smf_addin] Morningstar Key Ratios
To: smf_addin@yahoogroups.com
Received: Wednesday, December 3, 2014, 4:58 PM
If you try to open it
in IE, you'll need to save it. Then you can view the
saved copy of the source code. Or maybe select Notepad as
your application of choice?
But I'm not sure what to tell you if
the formulas aren't working for you, since your machine
is acting differently than mine.
Hmmm. What do you get with:
=RCHGetWebData("http://financials.morningstar.com/financials/getFinancePart.html?t=MCD",1,100)
=RCHGetWebData(".mornihttp://financialsngstar.com/financials/getFinancePart.html?t=MCD","i5")
On Wed, Dec 3, 2014 at 2:35
PM, Jose Jacob pepecan47@... wrote:
Randy, when I copy the formulas into my
spreadsheet, I don't get any values.
When I try to open with IE http://financials.morningstar.com/financials/getFinancePart.html?t=MCD
I get a pop up "Do you want to open or save
getFinancePart.json form financial.morningstart.com?"
I click "open" and then I have to select an
application.
Can't figure out how to make this thing work.
#yiv0368411107 #yiv0368411107 --
#yiv0368411107ygrp-mkp {
border:1px solid #d8d8d8;font-family:Arial;margin:10px
0;padding:0 10px;}
#yiv0368411107 #yiv0368411107ygrp-mkp hr {
border:1px solid #d8d8d8;}
#yiv0368411107 #yiv0368411107ygrp-mkp #yiv0368411107hd {
color:#628c2a;font-size:85%;font-weight:700;line-height:122%;margin:10px
0;}
#yiv0368411107 #yiv0368411107ygrp-mkp #yiv0368411107ads {
margin-bottom:10px;}
#yiv0368411107 #yiv0368411107ygrp-mkp .yiv0368411107ad {
padding:0 0;}
#yiv0368411107 #yiv0368411107ygrp-mkp .yiv0368411107ad p {
margin:0;}
#yiv0368411107 #yiv0368411107ygrp-mkp .yiv0368411107ad a {
color:#0000ff;text-decoration:none;}
#yiv0368411107 #yiv0368411107ygrp-sponsor
#yiv0368411107ygrp-lc {
font-family:Arial;}
#yiv0368411107 #yiv0368411107ygrp-sponsor
#yiv0368411107ygrp-lc #yiv0368411107hd {
margin:10px
0px;font-weight:700;font-size:78%;line-height:122%;}
#yiv0368411107 #yiv0368411107ygrp-sponsor
#yiv0368411107ygrp-lc .yiv0368411107ad {
margin-bottom:10px;padding:0 0;}
#yiv0368411107 #yiv0368411107actions {
font-family:Verdana;font-size:11px;padding:10px 0;}
#yiv0368411107 #yiv0368411107activity {
background-color:#e0ecee;float:left;font-family:Verdana;font-size:10px;padding:10px;}
#yiv0368411107 #yiv0368411107activity span {
font-weight:700;}
#yiv0368411107 #yiv0368411107activity span:first-child {
text-transform:uppercase;}
#yiv0368411107 #yiv0368411107activity span a {
color:#5085b6;text-decoration:none;}
#yiv0368411107 #yiv0368411107activity span span {
color:#ff7900;}
#yiv0368411107 #yiv0368411107activity span
.yiv0368411107underline {
text-decoration:underline;}
#yiv0368411107 .yiv0368411107attach {
clear:both;display:table;font-family:Arial;font-size:12px;padding:10px
0;width:400px;}
#yiv0368411107 .yiv0368411107attach div a {
text-decoration:none;}
#yiv0368411107 .yiv0368411107attach img {
border:none;padding-right:5px;}
#yiv0368411107 .yiv0368411107attach label {
display:block;margin-bottom:5px;}
#yiv0368411107 .yiv0368411107attach label a {
text-decoration:none;}
#yiv0368411107 blockquote {
margin:0 0 0 4px;}
#yiv0368411107 .yiv0368411107bold {
font-family:Arial;font-size:13px;font-weight:700;}
#yiv0368411107 .yiv0368411107bold a {
text-decoration:none;}
#yiv0368411107 dd.yiv0368411107last p a {
font-family:Verdana;font-weight:700;}
#yiv0368411107 dd.yiv0368411107last p span {
margin-right:10px;font-family:Verdana;font-weight:700;}
#yiv0368411107 dd.yiv0368411107last p
span.yiv0368411107yshortcuts {
margin-right:0;}
#yiv0368411107 div.yiv0368411107attach-table div div a {
text-decoration:none;}
#yiv0368411107 div.yiv0368411107attach-table {
width:400px;}
#yiv0368411107 div.yiv0368411107file-title a, #yiv0368411107
div.yiv0368411107file-title a:active, #yiv0368411107
div.yiv0368411107file-title a:hover, #yiv0368411107
div.yiv0368411107file-title a:visited {
text-decoration:none;}
#yiv0368411107 div.yiv0368411107photo-title a,
#yiv0368411107 div.yiv0368411107photo-title a:active,
#yiv0368411107 div.yiv0368411107photo-title a:hover,
#yiv0368411107 div.yiv0368411107photo-title a:visited {
text-decoration:none;}
#yiv0368411107 div#yiv0368411107ygrp-mlmsg
#yiv0368411107ygrp-msg p a span.yiv0368411107yshortcuts {
font-family:Verdana;font-size:10px;font-weight:normal;}
#yiv0368411107 .yiv0368411107green {
color:#628c2a;}
#yiv0368411107 .yiv0368411107MsoNormal {
margin:0 0 0 0;}
#yiv0368411107 o {
font-size:0;}
#yiv0368411107 #yiv0368411107photos div {
float:left;width:72px;}
#yiv0368411107 #yiv0368411107photos div div {
border:1px solid
#666666;height:62px;overflow:hidden;width:62px;}
#yiv0368411107 #yiv0368411107photos div label {
color:#666666;font-size:10px;overflow:hidden;text-align:center;white-space:nowrap;width:64px;}
#yiv0368411107 #yiv0368411107reco-category {
font-size:77%;}
#yiv0368411107 #yiv0368411107reco-desc {
font-size:77%;}
#yiv0368411107 .yiv0368411107replbq {
margin:4px;}
#yiv0368411107 #yiv0368411107ygrp-actbar div a:first-child {
margin-right:2px;padding-right:5px;}
#yiv0368411107 #yiv0368411107ygrp-mlmsg {
font-size:13px;font-family:Arial, helvetica, clean,
sans-serif;}
#yiv0368411107 #yiv0368411107ygrp-mlmsg table {
font-size:inherit;font:100%;}
#yiv0368411107 #yiv0368411107ygrp-mlmsg select,
#yiv0368411107 input, #yiv0368411107 textarea {
font:99% Arial, Helvetica, clean, sans-serif;}
#yiv0368411107 #yiv0368411107ygrp-mlmsg pre, #yiv0368411107
code {
font:115% monospace;}
#yiv0368411107 #yiv0368411107ygrp-mlmsg * {
line-height:1.22em;}
#yiv0368411107 #yiv0368411107ygrp-mlmsg #yiv0368411107logo {
padding-bottom:10px;}
#yiv0368411107 #yiv0368411107ygrp-msg p a {
font-family:Verdana;}
#yiv0368411107 #yiv0368411107ygrp-msg
p#yiv0368411107attach-count span {
color:#1E66AE;font-weight:700;}
#yiv0368411107 #yiv0368411107ygrp-reco
#yiv0368411107reco-head {
color:#ff7900;font-weight:700;}
#yiv0368411107 #yiv0368411107ygrp-reco {
margin-bottom:20px;padding:0px;}
#yiv0368411107 #yiv0368411107ygrp-sponsor #yiv0368411107ov
li a {
font-size:130%;text-decoration:none;}
#yiv0368411107 #yiv0368411107ygrp-sponsor #yiv0368411107ov
li {
font-size:77%;list-style-type:square;padding:6px 0;}
#yiv0368411107 #yiv0368411107ygrp-sponsor #yiv0368411107ov
ul {
margin:0;padding:0 0 0 8px;}
#yiv0368411107 #yiv0368411107ygrp-text {
font-family:Georgia;}
#yiv0368411107 #yiv0368411107ygrp-text p {
margin:0 0 1em 0;}
#yiv0368411107 #yiv0368411107ygrp-text tt {
font-size:120%;}
#yiv0368411107 #yiv0368411107ygrp-vital ul li:last-child {
border-right:none !important;
}
#yiv0368411107
Error--too many wep page retrievals
=RCHGetWebData(".mornihttp://financialsngstar.com/financials/getFinancePart.html?t=MCD","i5")
Error
Regards,
Jose L. Jacob
--------------------------------------------
On Wed, 12/3/14, Randy Harmelink rharmelink@gmail.com [smf_addin] <smf_addin@yahoogroups.com> wrote:
Subject: Re: [smf_addin] Morningstar Key Ratios
To: smf_addin@yahoogroups.com
Received: Wednesday, December 3, 2014, 4:58 PM
If you try to open it
in IE, you'll need to save it. Then you can view the
saved copy of the source code. Or maybe select Notepad as
your application of choice?
But I'm not sure what to tell you if
the formulas aren't working for you, since your machine
is acting differently than mine.
Hmmm. What do you get with:
=RCHGetWebData("http://financials.morningstar.com/financials/getFinancePart.html?t=MCD",1,100)
=RCHGetWebData(".mornihttp://financialsngstar.com/financials/getFinancePart.html?t=MCD","i5")
On Wed, Dec 3, 2014 at 2:35
PM, Jose Jacob pepecan47@... wrote:
Randy, when I copy the formulas into my
spreadsheet, I don't get any values.
When I try to open with IE http://financials.morningstar.com/financials/getFinancePart.html?t=MCD
I get a pop up "Do you want to open or save
getFinancePart.
I click "open" and then I have to select an
application.
Can't figure out how to make this thing work.
#yiv0368411107 #yiv0368411107 --
#yiv0368411107ygrp-
border:1px solid #d8d8d8;font-
0;padding:0 10px;}
#yiv0368411107 #yiv0368411107ygrp-
border:1px solid #d8d8d8;}
#yiv0368411107 #yiv0368411107ygrp-
color:#628c2a;
0;}
#yiv0368411107 #yiv0368411107ygrp-
margin-bottom:
#yiv0368411107 #yiv0368411107ygrp-
padding:0 0;}
#yiv0368411107 #yiv0368411107ygrp-
margin:0;}
#yiv0368411107 #yiv0368411107ygrp-
color:#0000ff;
#yiv0368411107 #yiv0368411107ygrp-
#yiv0368411107ygrp-
font-family:
#yiv0368411107 #yiv0368411107ygrp-
#yiv0368411107ygrp-
margin:10px
0px;font-weight:
#yiv0368411107 #yiv0368411107ygrp-
#yiv0368411107ygrp-
margin-bottom:
#yiv0368411107 #yiv0368411107actio
font-family:
#yiv0368411107 #yiv0368411107activ
background-color:
#yiv0368411107 #yiv0368411107activ
font-weight:
#yiv0368411107 #yiv0368411107activ
text-transform:
#yiv0368411107 #yiv0368411107activ
color:#5085b6;
#yiv0368411107 #yiv0368411107activ
color:#ff7900;
#yiv0368411107 #yiv0368411107activ
.yiv0368411107under
text-decoration:
#yiv0368411107 .yiv0368411107attac
clear:both;display:
0;width:400px;
#yiv0368411107 .yiv0368411107attac
text-decoration:
#yiv0368411107 .yiv0368411107attac
border:none;
#yiv0368411107 .yiv0368411107attac
display:block;
#yiv0368411107 .yiv0368411107attac
text-decoration:
#yiv0368411107 blockquote {
margin:0 0 0 4px;}
#yiv0368411107 .yiv0368411107bold {
font-family:
#yiv0368411107 .yiv0368411107bold a {
text-decoration:
#yiv0368411107 dd.yiv0368411107las
font-family:
#yiv0368411107 dd.yiv0368411107las
margin-right:
#yiv0368411107 dd.yiv0368411107las
span.yiv0368411107y
margin-right:
#yiv0368411107 div.yiv0368411107at
text-decoration:
#yiv0368411107 div.yiv0368411107at
width:400px;
#yiv0368411107 div.yiv0368411107fi
div.yiv0368411107fi
div.yiv0368411107fi
div.yiv0368411107fi
text-decoration:
#yiv0368411107 div.yiv0368411107ph
#yiv0368411107 div.yiv0368411107ph
#yiv0368411107 div.yiv0368411107ph
#yiv0368411107 div.yiv0368411107ph
text-decoration:
#yiv0368411107 div#yiv0368411107yg
#yiv0368411107ygrp-
font-family:
#yiv0368411107 .yiv0368411107green {
color:#628c2a;
#yiv0368411107 .yiv0368411107MsoNo
margin:0 0 0 0;}
#yiv0368411107 o {
font-size:0;
#yiv0368411107 #yiv0368411107photo
float:left;width:
#yiv0368411107 #yiv0368411107photo
border:1px solid
#666666;height:
#yiv0368411107 #yiv0368411107photo
color:#666666;
#yiv0368411107 #yiv0368411107reco-
font-size:77%
#yiv0368411107 #yiv0368411107reco-
font-size:77%
#yiv0368411107 .yiv0368411107replb
margin:4px;}
#yiv0368411107 #yiv0368411107ygrp-
margin-right:
#yiv0368411107 #yiv0368411107ygrp-
font-size:13px;
sans-serif;}
#yiv0368411107 #yiv0368411107ygrp-
font-size:inherit;
#yiv0368411107 #yiv0368411107ygrp-
#yiv0368411107 input, #yiv0368411107 textarea {
font:99% Arial, Helvetica, clean, sans-serif;}
#yiv0368411107 #yiv0368411107ygrp-
code {
font:115% monospace;}
#yiv0368411107 #yiv0368411107ygrp-
line-height:
#yiv0368411107 #yiv0368411107ygrp-
padding-bottom:
#yiv0368411107 #yiv0368411107ygrp-
font-family:
#yiv0368411107 #yiv0368411107ygrp-
p#yiv0368411107atta
color:#1E66AE;
#yiv0368411107 #yiv0368411107ygrp-
#yiv0368411107reco-
color:#ff7900;
#yiv0368411107 #yiv0368411107ygrp-
margin-bottom:
#yiv0368411107 #yiv0368411107ygrp-
li a {
font-size:130%
#yiv0368411107 #yiv0368411107ygrp-
li {
font-size:77%
#yiv0368411107 #yiv0368411107ygrp-
ul {
margin:0;padding:
#yiv0368411107 #yiv0368411107ygrp-
font-family:
#yiv0368411107 #yiv0368411107ygrp-
margin:0 0 1em 0;}
#yiv0368411107 #yiv0368411107ygrp-
font-size:120%
#yiv0368411107 #yiv0368411107ygrp-
border-right:
}
#yiv0368411107
Wed Dec 3, 2014 8:05 pm (PST) . Posted by:
"Randy Harmelink" rharmelink
That means you've accessed the 1000 web page limit per session of the
add-in. You'll need to exit EXCEL and restart it, then try the functions
I've given you again. Or, use the smfForceRecalculation macro to purge all
of the 1000 saved web pages and start over.
How come you're accessing so many web pages?
On Wed, Dec 3, 2014 at 8:37 PM, Jose Jacob pepecan47@yahoo.ca [smf_addin] <
smf_addin@yahoogroups.com> wrote:
> =RCHGetWebData("
> http://financials.morningstar.com/financials/getFinancePart.html?t=MCD
> ",1,100)
> Error--too many wep page retrievals
>
>
add-in. You'll need to exit EXCEL and restart it, then try the functions
I've given you again. Or, use the smfForceRecalculation macro to purge all
of the 1000 saved web pages and start over.
How come you're accessing so many web pages?
On Wed, Dec 3, 2014 at 8:37 PM, Jose Jacob pepecan47@yahoo.ca [smf_addin] <
smf_addin@yahoogroups.com> wrote:
> =RCHGetWebData("
> http://financials.morningstar.com/financials/getFinancePart.html?t=MCD
> ",1,100)
> Error--too many wep page retrievals
>
>
Wed Dec 3, 2014 8:38 pm (PST) . Posted by:
harry144g
Hi -
I was wondering if there is a way to retrieve the industry and/or sector for a ticker symbol using RCHGetYahooQuotes. For example, T (AT&T) is Telecommunications, and C (Citibank) is Financial Services, etc.
I couldn't find anything in the documentation that indicated this was available:-( If that function can't do it, is there some other easy way to extract that data?
Thanks!
HarryG
I was wondering if there is a way to retrieve the industry and/or sector for a ticker symbol using RCHGetYahooQuotes. For example, T (AT&T) is Telecommunications, and C (Citibank) is Financial Services, etc.
I couldn't find anything in the documentation that indicated this was available:-( If that function can't do it, is there some other easy way to extract that data?
Thanks!
HarryG
Wed Dec 3, 2014 9:50 pm (PST) . Posted by:
"Randy Harmelink" rharmelink
Sorry, but Yahoo doesn't provide the industry or the sector on the CSV file
that RCHGetYahooQuotes() uses.
Right now, the two ways I know of to get the data:
1. Extract it from a web page, ticker by ticker. This will be slow if you
have a lot of ticker symbols. But it does only need to be done once.
2. Use the Zacks screener. For example, filter on anything with a price
over $5 and export the CSV file with the sector and industry fields. That
gives me about 6000 companies. Then you can do a VLOOKUP() on the export
results to get the sector and industry values you want.
On Wed, Dec 3, 2014 at 9:38 PM, harry@harry144.com [smf_addin] <
smf_addin@yahoogroups.com> wrote:
>
> I was wondering if there is a way to retrieve the industry and/or sector
> for a ticker symbol using RCHGetYahooQuotes. For example, T (AT&T) is
> Telecommunications, and C (Citibank) is Financial Services, etc.
>
> I couldn't find anything in the documentation that indicated this was
> available:-( If that function can't do it, is there some other easy way to
> extract that data?
>
that RCHGetYahooQuotes() uses.
Right now, the two ways I know of to get the data:
1. Extract it from a web page, ticker by ticker. This will be slow if you
have a lot of ticker symbols. But it does only need to be done once.
2. Use the Zacks screener. For example, filter on anything with a price
over $5 and export the CSV file with the sector and industry fields. That
gives me about 6000 companies. Then you can do a VLOOKUP() on the export
results to get the sector and industry values you want.
On Wed, Dec 3, 2014 at 9:38 PM, harry@harry144.com [smf_addin] <
smf_addin@yahoogroups.com> wrote:
>
> I was wondering if there is a way to retrieve the industry and/or sector
> for a ticker symbol using RCHGetYahooQuotes. For example, T (AT&T) is
> Telecommunications, and C (Citibank) is Financial Services, etc.
>
> I couldn't find anything in the documentation that indicated this was
> available:-( If that function can't do it, is there some other easy way to
> extract that data?
>
Wed Dec 3, 2014 9:16 pm (PST) . Posted by:
tzewei_79
Hi Randy,
I was using the function and it was fine until I reach some ticker and it return "#value" where A26 is JMP.
=smfConvertData(smfstrExtr(RCHGetWebData("http://financials.morningstar.com/financials/getFinancePart.html?&callback=?&t="&A26,"""Y10 i91\""",20),">","<"))/100
What does it mean if it returns #value? Is there a limit to use smfconvert? I can see the same formula works if I enter it in a new excel on another pc.
I was using the function and it was fine until I reach some ticker and it return "#value" where A26 is JMP.
=smfConvertData(smfstrExtr(RCHGetWebData("http://financials.morningstar.com/financials/getFinancePart.html?&callback=?&t="&A26,"
What does it mean if it returns #value? Is there a limit to use smfconvert? I can see the same formula works if I enter it in a new excel on another pc.
Wed Dec 3, 2014 9:43 pm (PST) . Posted by:
"Randy Harmelink" rharmelink
There is no limit to smfConvert(), but there would be for RCHGetWebData().
What's probably happening is the RCHGetWebData() function is returning an
"Error" result, and then you're trying to divide that by 100. That would
cause the #VALUE result.
Just take off the division by 100 and you'll see what the add-in is
returning.
On Wed, Dec 3, 2014 at 10:16 PM, tzewei_79@...wrote:
>
>
> I was using the function and it was fine until I reach some ticker and it
> return "#value" where A26 is JMP.
>
> =smfConvertData(smfstrExtr(RCHGetWebData("
> http://financials.morningstar.com/financials/getFinancePart.html?&callback=?&t="&A26,"""Y10
> i91\""",20),">","<"))/100
>
> What does it mean if it returns #value? Is there a limit to use
> smfconvert? I can see the same formula works if I enter it in a new excel
> on another pc.
>
>
What's probably happening is the RCHGetWebData() function is returning an
"Error" result, and then you're trying to divide that by 100. That would
cause the #VALUE result.
Just take off the division by 100 and you'll see what the add-in is
returning.
On Wed, Dec 3, 2014 at 10:16 PM, tzewei_79@...wrote:
>
>
> I was using the function and it was fine until I reach some ticker and it
> return "#value" where A26 is JMP.
>
> =smfConvertData(smfstrExtr(RCHGetWebData("
> http://financials.morningstar.com/financials/getFinancePart.html?&callback=?&t="&A26,"
> i91\"
>
> What does it mean if it returns #value? Is there a limit to use
> smfconvert? I can see the same formula works if I enter it in a new excel
> on another pc.
>
>
For the Add-in, Documentation, Templates, Tips and FAQs, visit http://ogres-crypt.com/SMF
Tidak ada komentar:
Posting Komentar