From 6f02d8a1120c1cc8c76ed1b31dfa66146ea7a7e0 Mon Sep 17 00:00:00 2001 From: Sanjoy Ghosh Date: Tue, 3 Mar 2015 10:03:04 -0800 Subject: [PATCH 1/2] Add analyst opinion --- .../finance/yahoo.finance.analystopinion.xml | 87 +++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 yahoo/finance/yahoo.finance.analystopinion.xml diff --git a/yahoo/finance/yahoo.finance.analystopinion.xml b/yahoo/finance/yahoo.finance.analystopinion.xml new file mode 100644 index 00000000..2d94efef --- /dev/null +++ b/yahoo/finance/yahoo.finance.analystopinion.xml @@ -0,0 +1,87 @@ + + + + Gang Liang + + Yahoo Finance - Analyst Estimate by Stock Symbol + + + SELECT * FROM {table} WHERE symbol='PRLB' + + + + + +
+ From 6ae2c7aabb41fd1c727b4c654a4bcc9dea4e1e8e Mon Sep 17 00:00:00 2001 From: Sanjoy Ghosh Date: Fri, 6 Mar 2015 17:08:08 -0800 Subject: [PATCH 2/2] Implement Analyst Opinion --- .../finance/yahoo.finance.analystopinion.xml | 181 +++++++++++------- 1 file changed, 116 insertions(+), 65 deletions(-) diff --git a/yahoo/finance/yahoo.finance.analystopinion.xml b/yahoo/finance/yahoo.finance.analystopinion.xml index 2d94efef..f8a11bf6 100644 --- a/yahoo/finance/yahoo.finance.analystopinion.xml +++ b/yahoo/finance/yahoo.finance.analystopinion.xml @@ -1,13 +1,11 @@ - Gang Liang - - Yahoo Finance - Analyst Estimate by Stock Symbol - - - SELECT * FROM {table} WHERE symbol='PRLB' - + Sanjoy Ghosh + Returns Analyst Opinions from the Yahoo Analyst Opinion page + + + select * from {table} where symbol = 'aapl' -
- + \ No newline at end of file