Skip to content

Commit

Permalink
Add 'shares_outstanding' and 'revenue' columns
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoles committed Oct 16, 2016
1 parent c2106a7 commit f75ff6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ The full list of fields follows:
:price_paid
:price_per_book
:price_per_sales
:revenue
:shares_outstanding
:shares_owned
:short_ratio
:stock_exchange
Expand Down
2 changes: 2 additions & 0 deletions lib/yahoo-finance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class Client
more_info: "i",
order_book: "i5",
market_capitalization: "j1",
shares_outstanding: "j2",
market_cap_realtime: "j3",
ebitda: "j4",
change_From_52_week_low: "j5",
Expand Down Expand Up @@ -82,6 +83,7 @@ class Client
price_eps_Estimate_next_year: "r7",
symbol: "s",
shares_owned: "s1",
revenue: "s6",
short_ratio: "s7", last_trade_time: "t1",
trade_links: "t6",
ticker_trend: "t7",
Expand Down

0 comments on commit f75ff6e

Please sign in to comment.