8 Messages
Digest #3894
Messages
Wed Jan 18, 2017 3:07 am (PST) . Posted by:
oldabuelo
Randy .... this is the Yahoo page I am currently getting the info from ....
http://finance.yahoo.com/quote/A/key-statistics?p=A http://finance.yahoo.com/quote/A/key-statistics?p=A
I enter Tkr in box at top of page .... hit search button .... pull info from page manually .... thinking if I could auto pull info into Excell sheet for 10 - 20 at one time it would save me some time and I could compare them quickly ....
Info does not have to come from Yahoo if you have another source you would recommend which might be easier to work with.
Thanks ....
http://finance.yahoo.com/quote/A/key-statistics?p=A http://finance.yahoo.com/quote/A/key-statistics?p=A
I enter Tkr in box at top of page .... hit search button .... pull info from page manually .... thinking if I could auto pull info into Excell sheet for 10 - 20 at one time it would save me some time and I could compare them quickly ....
Info does not have to come from Yahoo if you have another source you would recommend which might be easier to work with.
Thanks ....
Wed Jan 18, 2017 5:40 am (PST) . Posted by:
"Randy Randall" randyr_cds
I'll assume you have installed the smf add-in...and it works.
Try the following:
=RCHGetTableCell("http://finance.yahoo.com/quote/A/key-statistics?p=A",1,"Income
Statement","Quarterly Revenue Growth")
=RCHGetTableCell("http://finance.yahoo.com/quote/A/key-statistics?p=A",1,"Income
Statement","Quarterly Earnings Growth")
=RCHGetTableCell("http://finance.yahoo.com/quote/A/key-statistics?p=A",1,"Cash
Flow Statement","Operating Cash Flow")
There should be enough above so you can get the last two. If you need
help, ask.
Also, you will need excel's concatenate function. If the ticker symbol is
in cell E1:
=RCHGetTableCell("http://finance.yahoo.com/quote/" & $E1 &
"/key-statistics?p=" & $E1,1,"Income Statement","Quarterly Revenue Growth")
Hope this helps.
Randy R
On Wed, Jan 18, 2017 at 6:07 AM, stuff@nc.rr.com [smf_addin] <
smf_addin@yahoogroups.com> wrote:
>
>
> Randy .... this is the Yahoo page I am currently getting the info from ....
>
> http://finance.yahoo.com/quote/A/key-statistics?p=A
>
> I enter Tkr in box at top of page .... hit search button .... pull info
> from page manually .... thinking if I could auto pull info into Excell
> sheet for 10 - 20 at one time it would save me some time and I could
> compare them quickly ....
>
> Info does not have to come from Yahoo if you have another source you would
> recommend which might be easier to work with.
>
> Thanks ....
>
>
>
>
>
Try the following:
=RCHGetTableCell("http://finance.yahoo.com/quote/A/key-statistics?p=A",1,"Income
Statement","Quarterly Revenue Growth")
=RCHGetTableCell("http://finance.yahoo.com/quote/A/key-statistics?p=A",1,"Income
Statement","Quarterly Earnings Growth")
=RCHGetTableCell("http://finance.yahoo.com/quote/A/key-statistics?p=A",1,"Cash
Flow Statement","Operating Cash Flow")
There should be enough above so you can get the last two. If you need
help, ask.
Also, you will need excel's concatenate function. If the ticker symbol is
in cell E1:
=RCHGetTableCell("http://finance.yahoo.com/quote/" & $E1 &
"/key-statistics?p=" & $E1,1,"Income Statement","Quarterly Revenue Growth")
Hope this helps.
Randy R
On Wed, Jan 18, 2017 at 6:07 AM, stuff@nc.rr.com [smf_addin] <
smf_addin@yahoogroups.com> wrote:
>
>
> Randy .... this is the Yahoo page I am currently getting the info from ....
>
> http://finance.yahoo.com/quote/A/key-statistics?p=A
>
> I enter Tkr in box at top of page .... hit search button .... pull info
> from page manually .... thinking if I could auto pull info into Excell
> sheet for 10 - 20 at one time it would save me some time and I could
> compare them quickly ....
>
> Info does not have to come from Yahoo if you have another source you would
> recommend which might be easier to work with.
>
> Thanks ....
>
>
>
>
>
Wed Jan 18, 2017 7:34 am (PST) . Posted by:
"Jose Jacob" pepecan47
You can take a look at the template
RCHGetElementNumber-Template-Yahoo-Key-Statistics.xls
For the Add-in, Documentation, Templates, Tips and FAQs, visit http://ogres-crypt.com/SMF
Regards,
Jose L. Jacob
--------------------------------------------
On Wed, 1/18/17, Randy Randall positive.theta@gmail.com [smf_addin] <smf_addin@yahoogroups.com> wrote:
Subject: Re: [smf_addin] Yahoo stock statistics data retrieval?
To: smf_addin@yahoogroups.com
Received: Wednesday, January 18, 2017, 8:40 AM
I'll assume you have
installed the smf add-in...and it works.
Try the following:
=RCHGetTableCell("http://finance.yahoo.com/quote/A/key-statistics?p=A",1,"Income
Statement","Quarterly Revenue Growth")
=RCHGetTableCell("http://finance.yahoo.com/quote/A/key-statistics?p=A",1,"Income
Statement","Quarterly Earnings
Growth")
=RCHGetTableCell("http://finance.yahoo.com/quote/A/key-statistics?p=A",1,"Cash
Flow Statement","Operating Cash Flow")
There should be enough above so you
can get the last two. If you need help, ask.
Also, you will need
excel's concatenate function. If the ticker symbol is
in cell E1:
=RCHGetTableCell("http://finance.yahoo.com/quote/"
& $E1 & "/key-statistics?p=" &
$E1,1,"Income Statement","Quarterly Revenue
Growth")
Hope this helps.
Randy R
On Wed, Jan 18, 2017 at
6:07 AM, stuff@nc.rr.com
[smf_addin] <smf_addin@yahoogroups.com>
wrote:
Randy .... this is the Yahoo page I am currently
getting the info from ....
http://finance.yahoo.com/
quote/A/key-statistics?p=A
I enter Tkr in box at top of page .... hit
search button .... pull info from page manually ....
thinking if I could auto pull info into Excell sheet for 10
- 20 at one time it would save me some time and I could
compare them quickly ....
Info does not have to come from Yahoo if you
have another source you would recommend which might be
easier to work with.
Thanks
....
RCHGetElementNumber-Template-Yahoo-Key-Statistics.xls
For the Add-in, Documentation, Templates, Tips and FAQs, visit http://ogres-crypt.com/SMF
Regards,
Jose L. Jacob
--------------------------------------------
On Wed, 1/18/17, Randy Randall positive.theta@gmail.com [smf_addin] <smf_addin@yahoogroups.com> wrote:
Subject: Re: [smf_addin] Yahoo stock statistics data retrieval?
To: smf_addin@yahoogroups.com
Received: Wednesday, January 18, 2017, 8:40 AM
I'll assume you have
installed the smf add-in...and it works.
Try the following:
=RCHGetTableCell("http://finance.yahoo.com/quote/A/key-statistics?p=A",1,"Income
Statement","Quarterly Revenue Growth")
=RCHGetTableCell("http://finance.yahoo.com/quote/A/key-statistics?p=A",1,"Income
Statement","Quarterly Earnings
Growth")
=RCHGetTableCell("http://finance.yahoo.com/quote/A/key-statistics?p=A",1,"Cash
Flow Statement","Operating Cash Flow")
There should be enough above so you
can get the last two. If you need help, ask.
Also, you will need
excel's concatenate function. If the ticker symbol is
in cell E1:
=RCHGetTableCell("http://finance.yahoo.com/quote/"
& $E1 & "/key-statistics?p=" &
$E1,1,"Income Statement","Quarterly Revenue
Growth")
Hope this helps.
Randy R
On Wed, Jan 18, 2017 at
6:07 AM, stuff@nc.rr.com
[smf_addin] <smf_addin@yahoogroups.com>
wrote:
Randy .... this is the Yahoo page I am currently
getting the info from ....
http://finance.yahoo.com/
quote/A/key-
I enter Tkr in box at top of page .... hit
search button .... pull info from page manually ....
thinking if I could auto pull info into Excell sheet for 10
- 20 at one time it would save me some time and I could
compare them quickly ....
Info does not have to come from Yahoo if you
have another source you would recommend which might be
easier to work with.
Thanks
....
Wed Jan 18, 2017 10:46 am (PST) . Posted by:
troy212
I have the same error that jacobjwilson got -- "Compile Error: Can't find project or library".
Has anyone had any success with this?
@pdyson10 - can you share what you did to make this work with the group?
Has anyone had any success with this?
@pdyson10 - can you share what you did to make this work with the group?
Wed Jan 18, 2017 10:48 am (PST) . Posted by:
troy212
Hi Jim and others - has anyone been successful with setting up SMF Add-In for the Mac? If so, could you share with the group? I am still stuck with the same "Compile Error: Can't find project or library" error.
@pdyson10 - can you share an update with the group if you had success with this?
Thanks!
Jake
@pdyson10 - can you share an update with the group if you had success with this?
Thanks!
Jake
Wed Jan 18, 2017 10:48 am (PST) . Posted by:
sfesky
Gang:
Note: there are two spaces after Industry and the ":"
in Win10 I needed the syntax to look like this to get results: =smfGetTagContent("https://www.zacks.com/stock/research/kr/industry-comparison","strong",1,">Industry")
notably the last part:
... ,">Industry")
(or with both spaces before the colon)
-J
P.S. Thanks Randy for the helpful API! I discovered it over the weekend.
Note: there are two spaces after Industry and the ":"
in Win10 I needed the syntax to look like this to get results: =smfGetTagContent("https://www.zacks.com/stock/research/kr/industry-comparison","
notably the last part:
... ,">Industry
(or with both spaces before the colon)
-J
P.S. Thanks Randy for the helpful API! I discovered it over the weekend.
--------------------------------------------
On Mon, 1/16/17, j@sloan.mit.edu [smf_addin] <smf_addin@yahoogroups.com> wrote:
Subject: Re: [smf_addin] GetElementNumber 850 (Zacks Industry classification)?
To: smf_addin@yahoogroups.com
Date: Monday, January 16, 2017, 11:15 PM
Gang:
Note: there are two spaces after
Industry and the ":"
in Win10 I needed the syntax to look
like this to get
results:=smfGetTagContent("https://www.zacks.com/stock/research/kr/industry-comparison","
notably
the last part:
...
,">Industry
(or with
both spaces before the colon)
-J
P.S. Thanks Randy for the helpful
API! I discovered it over the weekend.
#yiv5954500068 #yiv5954500068 --
#yiv5954500068ygrp-
border:1px solid #d8d8d8;font-
0;padding:0 10px;}
#yiv5954500068 #yiv5954500068ygrp-
border:1px solid #d8d8d8;}
#yiv5954500068 #yiv5954500068ygrp-
color:#628c2a;
0;}
#yiv5954500068 #yiv5954500068ygrp-
margin-bottom:
#yiv5954500068 #yiv5954500068ygrp-
padding:0 0;}
#yiv5954500068 #yiv5954500068ygrp-
margin:0;}
#yiv5954500068 #yiv5954500068ygrp-
color:#0000ff;
#yiv5954500068 #yiv5954500068ygrp-
#yiv5954500068ygrp-
font-family:
#yiv5954500068 #yiv5954500068ygrp-
#yiv5954500068ygrp-
margin:10px
0px;font-weight:
#yiv5954500068 #yiv5954500068ygrp-
#yiv5954500068ygrp-
margin-bottom:
#yiv5954500068 #yiv5954500068actio
font-family:
#yiv5954500068 #yiv5954500068activ
background-color:
#yiv5954500068 #yiv5954500068activ
font-weight:
#yiv5954500068 #yiv5954500068activ
text-transform:
#yiv5954500068 #yiv5954500068activ
color:#5085b6;
#yiv5954500068 #yiv5954500068activ
color:#ff7900;
#yiv5954500068 #yiv5954500068activ
.yiv5954500068under
text-decoration:
#yiv5954500068 .yiv5954500068attac
clear:both;display:
0;width:400px;
#yiv5954500068 .yiv5954500068attac
text-decoration:
#yiv5954500068 .yiv5954500068attac
border:none;
#yiv5954500068 .yiv5954500068attac
display:block;
#yiv5954500068 .yiv5954500068attac
text-decoration:
#yiv5954500068 blockquote {
margin:0 0 0 4px;}
#yiv5954500068 .yiv5954500068bold {
font-family:
#yiv5954500068 .yiv5954500068bold a {
text-decoration:
#yiv5954500068 dd.yiv5954500068las
font-family:
#yiv5954500068 dd.yiv5954500068las
margin-right:
#yiv5954500068 dd.yiv5954500068las
span.yiv5954500068y
margin-right:
#yiv5954500068 div.yiv5954500068at
text-decoration:
#yiv5954500068 div.yiv5954500068at
width:400px;
#yiv5954500068 div.yiv5954500068fi
div.yiv5954500068fi
div.yiv5954500068fi
div.yiv5954500068fi
text-decoration:
#yiv5954500068 div.yiv5954500068ph
#yiv5954500068 div.yiv5954500068ph
#yiv5954500068 div.yiv5954500068ph
#yiv5954500068 div.yiv5954500068ph
text-decoration:
#yiv5954500068 div#yiv5954500068yg
#yiv5954500068ygrp-
font-family:
#yiv5954500068 .yiv5954500068green {
color:#628c2a;
#yiv5954500068 .yiv5954500068MsoNo
margin:0 0 0 0;}
#yiv5954500068 o {
font-size:0;
#yiv5954500068 #yiv5954500068photo
float:left;width:
#yiv5954500068 #yiv5954500068photo
border:1px solid
#666666;height:
#yiv5954500068 #yiv5954500068photo
color:#666666;
#yiv5954500068 #yiv5954500068reco-
font-size:77%
#yiv5954500068 #yiv5954500068reco-
font-size:77%
#yiv5954500068 .yiv5954500068replb
margin:4px;}
#yiv5954500068 #yiv5954500068ygrp-
margin-right:
#yiv5954500068 #yiv5954500068ygrp-
font-size:13px;
sans-serif;}
#yiv5954500068 #yiv5954500068ygrp-
font-size:inherit;
#yiv5954500068 #yiv5954500068ygrp-
#yiv5954500068 input, #yiv5954500068 textarea {
font:99% Arial, Helvetica, clean, sans-serif;}
#yiv5954500068 #yiv5954500068ygrp-
code {
font:115% monospace;}
#yiv5954500068 #yiv5954500068ygrp-
line-height:
#yiv5954500068 #yiv5954500068ygrp-
padding-bottom:
#yiv5954500068 #yiv5954500068ygrp-
font-family:
#yiv5954500068 #yiv5954500068ygrp-
p#yiv5954500068atta
color:#1E66AE;
#yiv5954500068 #yiv5954500068ygrp-
#yiv5954500068reco-
color:#ff7900;
#yiv5954500068 #yiv5954500068ygrp-
margin-bottom:
#yiv5954500068 #yiv5954500068ygrp-
li a {
font-size:130%
#yiv5954500068 #yiv5954500068ygrp-
li {
font-size:77%
#yiv5954500068 #yiv5954500068ygrp-
ul {
margin:0;padding:
#yiv5954500068 #yiv5954500068ygrp-
font-family:
#yiv5954500068 #yiv5954500068ygrp-
margin:0 0 1em 0;}
#yiv5954500068 #yiv5954500068ygrp-
font-size:120%
#yiv5954500068 #yiv5954500068ygrp-
border-right:
}
#yiv5954500068
mpotriva celor decise la Balta-Liman emigratia romana a adresat un protest Adunarii Nationale a republicii franceze si din initiativa lui CA. Rosetti s-a constituit la Paris la inceputul lunii iunie 1849 Comitetul Democratic Roman.
For the Add-in, Documentation, Templates, Tips and FAQs, visit http://ogres-crypt.com/SMF
Tidak ada komentar:
Posting Komentar