yoshikouki / dividend-portal

1 stars 1 forks source link

配当貴族の新着配当金レポート #54

Closed yoshikouki closed 3 years ago

yoshikouki commented 3 years ago

新着配当金情報とは別に、詳細な配当金情報を配信する

とりあえず配当貴族に限定してやってみる

実装後

https://twitter.com/dividend_portal/status/1429277900830765060

PixelSnap 2021-08-22 at 12 38 15@2x

yoshikouki commented 3 years ago

文面例

配当貴族 $SYMBOL の新着配当金情報です

配当比率 3.16% ($ 0.016) 増配比率 3.16% (+ $ 0.01) 増配年数 35年 配当支給日 2021-08-31 権利付き最終日 2021-08-03

yoshikouki commented 3 years ago

検討記載事項

yoshikouki commented 3 years ago
irb(main):067:0> Company.where(years_of_dividend_growth: 0..).order(years_of_dividend_growth: :desc).first(5)
  Company Load (0.6ms)  SELECT "companies".* FROM "companies" WHERE "companies"."years_of_dividend_growth" >= $1 ORDER BY "companies"."years_of_dividend_growth" DESC LIMIT $2  [["years_of_dividend_growth", 0], ["LIMIT", 5]]
=>
[#<Company:0x000055679d406708
  id: 50,
  symbol: "PG",
  name: "The Procter & Gamble Company",
  exchange: "New York Stock Exchange",
  created_at: Sat, 14 Aug 2021 23:08:39.865409000 JST +09:00,
  updated_at: Sat, 14 Aug 2021 23:08:39.865409000 JST +09:00,
  industry: "Household & Personal Products",
  sector: "Consumer Defensive",
  country: "US",
  currency: "USD",
  exchange_short_name: "NYSE",
  ipo_date: Wed, 22 Mar 1950,
  image: "https://financialmodelingprep.com/image-stock/PG.png",
  years_of_dividend_growth: 65>,
 #<Company:0x000055679d406460
  id: 22,
  symbol: "DOV",
  name: "Dover Corporation",
  exchange: "New York Stock Exchange",
  created_at: Sat, 14 Aug 2021 23:08:39.461402000 JST +09:00,
  updated_at: Sat, 14 Aug 2021 23:08:39.461402000 JST +09:00,
  industry: "Specialty Industrial Machinery",
  sector: "Industrials",
  country: "US",
  currency: "USD",
  exchange_short_name: "NYSE",
  ipo_date: Mon, 03 Dec 1956,
  image: "https://financialmodelingprep.com/image-stock/DOV.png",
  years_of_dividend_growth: 65>,
 #<Company:0x000055679d406230
  id: 30,
  symbol: "GPC",
  name: "Genuine Parts Company",
  exchange: "New York Stock Exchange",
  created_at: Sat, 14 Aug 2021 23:08:39.572107000 JST +09:00,
  updated_at: Sat, 14 Aug 2021 23:08:39.572107000 JST +09:00,
  industry: "Specialty Retail",
  sector: "Consumer Cyclical",
  country: "US",
  currency: "USD",
  exchange_short_name: "NYSE",
  ipo_date: Wed, 20 Aug 1986,
  image: "https://financialmodelingprep.com/image-stock/GPC.png",
  years_of_dividend_growth: 65>,
 #<Company:0x000055679d405e70
  id: 44,
  symbol: "MMM",
  name: "3M Company",
  exchange: "New York Stock Exchange",
  created_at: Sat, 14 Aug 2021 23:08:39.780434000 JST +09:00,
  updated_at: Sat, 14 Aug 2021 23:08:39.780434000 JST +09:00,
  industry: "Specialty Industrial Machinery",
  sector: "Industrials",
  country: "US",
  currency: "USD",
  exchange_short_name: "NYSE",
  ipo_date: Mon, 14 Jan 1946,
  image: "https://financialmodelingprep.com/image-stock/MMM.png",
  years_of_dividend_growth: 63>,
 #<Company:0x000055679d405cb8
  id: 17,
  symbol: "CINF",
  name: "Cincinnati Financial Corporation",
  exchange: "Nasdaq Global Select",
  created_at: Sat, 14 Aug 2021 23:08:39.389479000 JST +09:00,
  updated_at: Sat, 14 Aug 2021 23:08:39.389479000 JST +09:00,
  industry: "Insurance—Property & Casualty",
  sector: "Financial Services",
  country: "US",
  currency: "USD",
  exchange_short_name: "NASDAQ",
  ipo_date: Mon, 17 Mar 1980,
  image: "https://financialmodelingprep.com/image-stock/CINF.png",
  years_of_dividend_growth: 61>]
yoshikouki commented 3 years ago

https://financialmodelingprep.com/api/v3/historical-price-full/stock_dividend/KO?apikey=API_KEY&from=1950-01-01 MAX は 1962年までっぽいので、60年

``` { "symbol" : "KO", "historical" : [ { "date" : "2021-06-14", "label" : "June 14, 21", "adjDividend" : 0.4200000000, "dividend" : 0.42, "recordDate" : "2021-06-15", "paymentDate" : "2021-07-01", "declarationDate" : "2021-04-21" }, { "date" : "2021-03-12", "label" : "March 12, 21", "adjDividend" : 0.4200000000, "dividend" : 0.42, "recordDate" : "2021-03-15", "paymentDate" : "2021-04-01", "declarationDate" : "2021-02-18" }, { "date" : "2020-11-30", "label" : "November 30, 20", "adjDividend" : 0.4100000000, "dividend" : 0.41, "recordDate" : "2020-12-1", "paymentDate" : "2020-12-15", "declarationDate" : "2020-10-15" }, { "date" : "2020-09-14", "label" : "September 14, 20", "adjDividend" : 0.4100000000, "dividend" : 0.41, "recordDate" : "2020-09-15", "paymentDate" : "2020-10-01", "declarationDate" : "2020-07-16" }, { "date" : "2020-06-12", "label" : "June 12, 20", "adjDividend" : 0.4100000000, "dividend" : 0.41, "recordDate" : "2020-06-15", "paymentDate" : "2020-07-01", "declarationDate" : "2020-04-22" }, { "date" : "2020-03-13", "label" : "March 13, 20", "adjDividend" : 0.4100000000, "dividend" : 0.41, "recordDate" : "2020-03-16", "paymentDate" : "2020-04-01", "declarationDate" : "2020-02-20" }, { "date" : "2019-11-29", "label" : "November 29, 19", "adjDividend" : 0.4000000000, "dividend" : 0.4, "recordDate" : "2019-12-02", "paymentDate" : "2019-12-16", "declarationDate" : "2019-10-17" }, { "date" : "2019-09-13", "label" : "September 13, 19", "adjDividend" : 0.4000000000, "dividend" : 0.4, "recordDate" : "2019-09-16", "paymentDate" : "2019-10-01", "declarationDate" : "2019-07-18" }, { "date" : "2019-06-13", "label" : "June 13, 19", "adjDividend" : 0.4000000000, "dividend" : 0.4, "recordDate" : "2019-06-14", "paymentDate" : "2019-07-01", "declarationDate" : "2019-04-25" }, { "date" : "2019-03-14", "label" : "March 14, 19", "adjDividend" : 0.4000000000, "dividend" : 0.4, "recordDate" : "2019-03-15", "paymentDate" : "2019-04-01", "declarationDate" : "2019-02-21" }, { "date" : "2018-11-29", "label" : "November 29, 18", "adjDividend" : 0.3900000000, "dividend" : 0.39, "recordDate" : "2018-11-30", "paymentDate" : "2018-12-14", "declarationDate" : "2018-10-18" }, { "date" : "2018-09-13", "label" : "September 13, 18", "adjDividend" : 0.3900000000, "dividend" : 0.39, "recordDate" : "2018-09-14", "paymentDate" : "2018-10-01", "declarationDate" : "2018-07-19" }, { "date" : "2018-06-14", "label" : "June 14, 18", "adjDividend" : 0.3900000000, "dividend" : 0.39, "recordDate" : "2018-06-15", "paymentDate" : "2018-07-02", "declarationDate" : "2018-04-26" }, { "date" : "2018-03-14", "label" : "March 14, 18", "adjDividend" : 0.3900000000, "dividend" : 0.39, "recordDate" : "2018-03-15", "paymentDate" : "2018-04-02", "declarationDate" : "2018-02-15" }, { "date" : "2017-11-30", "label" : "November 30, 17", "adjDividend" : 0.3700000000, "dividend" : 0.37, "recordDate" : "2017-12-01", "paymentDate" : "2017-12-15", "declarationDate" : "2017-10-20" }, { "date" : "2017-09-14", "label" : "September 14, 17", "adjDividend" : 0.3700000000, "dividend" : 0.37, "recordDate" : "2017-09-15", "paymentDate" : "2017-10-02", "declarationDate" : "2017-07-20" }, { "date" : "2017-06-13", "label" : "June 13, 17", "adjDividend" : 0.3700000000, "dividend" : 0.37, "recordDate" : "2017-06-15", "paymentDate" : "2017-07-03", "declarationDate" : "2017-04-27" }, { "date" : "2017-03-13", "label" : "March 13, 17", "adjDividend" : 0.3700000000, "dividend" : 0.37, "recordDate" : "2017-03-15", "paymentDate" : "2017-04-03", "declarationDate" : "2017-02-16" }, { "date" : "2016-11-29", "label" : "November 29, 16", "adjDividend" : 0.3500000000, "dividend" : 0.35, "recordDate" : "2016-12-01", "paymentDate" : "2016-12-15", "declarationDate" : "2016-10-20" }, { "date" : "2016-09-13", "label" : "September 13, 16", "adjDividend" : 0.3500000000, "dividend" : 0.35, "recordDate" : "2016-09-15", "paymentDate" : "2016-10-03", "declarationDate" : "2016-07-21" }, { "date" : "2016-06-13", "label" : "June 13, 16", "adjDividend" : 0.3500000000, "dividend" : 0.35, "recordDate" : "2016-06-15", "paymentDate" : "2016-07-01", "declarationDate" : "2016-04-28" }, { "date" : "2016-03-11", "label" : "March 11, 16", "adjDividend" : 0.3500000000, "dividend" : 0.35, "recordDate" : "2016-03-15", "paymentDate" : "2016-04-01", "declarationDate" : "2016-02-18" }, { "date" : "2015-11-27", "label" : "November 27, 15", "adjDividend" : 0.3300000000, "dividend" : 0.33, "recordDate" : "2015-12-01", "paymentDate" : "2015-12-15", "declarationDate" : "2015-10-15" }, { "date" : "2015-09-11", "label" : "September 11, 15", "adjDividend" : 0.3300000000, "dividend" : 0.33, "recordDate" : "2015-09-15", "paymentDate" : "2015-10-01", "declarationDate" : "2015-07-16" }, { "date" : "2015-06-11", "label" : "June 11, 15", "adjDividend" : 0.3300000000, "dividend" : 0.33, "recordDate" : "2015-06-15", "paymentDate" : "2015-07-01", "declarationDate" : "2015-04-30" }, { "date" : "2015-03-12", "label" : "March 12, 15", "adjDividend" : 0.3300000000, "dividend" : 0.33, "recordDate" : "2015-03-16", "paymentDate" : "2015-04-01", "declarationDate" : "2015-02-19" }, { "date" : "2014-11-26", "label" : "November 26, 14", "adjDividend" : 0.3050000000, "dividend" : 0.305, "recordDate" : "2014-12-01", "paymentDate" : "2014-12-15", "declarationDate" : "2014-10-16" }, { "date" : "2014-09-11", "label" : "September 11, 14", "adjDividend" : 0.3050000000, "dividend" : 0.305, "recordDate" : "2014-09-15", "paymentDate" : "2014-10-01", "declarationDate" : "2014-07-15" }, { "date" : "2014-06-12", "label" : "June 12, 14", "adjDividend" : 0.3050000000, "dividend" : 0.305, "recordDate" : "2014-06-16", "paymentDate" : "2014-07-01", "declarationDate" : "2014-04-24" }, { "date" : "2014-03-12", "label" : "March 12, 14", "adjDividend" : 0.3050000000, "dividend" : 0.305, "recordDate" : "2014-03-14", "paymentDate" : "2014-04-01", "declarationDate" : "2014-02-20" }, { "date" : "2013-11-27", "label" : "November 27, 13", "adjDividend" : 0.2800000000, "dividend" : 0.28, "recordDate" : "2013-12-02", "paymentDate" : "2013-12-16", "declarationDate" : "2013-10-17" }, { "date" : "2013-09-12", "label" : "September 12, 13", "adjDividend" : 0.2800000000, "dividend" : 0.28, "recordDate" : "2013-09-16", "paymentDate" : "2013-10-01", "declarationDate" : "2013-07-18" }, { "date" : "2013-06-12", "label" : "June 12, 13", "adjDividend" : 0.2800000000, "dividend" : 0.28, "recordDate" : "2013-06-14", "paymentDate" : "2013-07-01", "declarationDate" : "2013-04-25" }, { "date" : "2013-03-13", "label" : "March 13, 13", "adjDividend" : 0.2800000000, "dividend" : 0.28, "recordDate" : "2013-03-15", "paymentDate" : "2013-04-01", "declarationDate" : "2013-02-21" }, { "date" : "2012-11-28", "label" : "November 28, 12", "adjDividend" : 0.2550000000, "dividend" : 0.255, "recordDate" : "2012-11-30", "paymentDate" : "2012-12-17", "declarationDate" : "2012-10-18" }, { "date" : "2012-09-12", "label" : "September 12, 12", "adjDividend" : 0.2550000000, "dividend" : 0.255, "recordDate" : "2012-09-14", "paymentDate" : "2012-10-01", "declarationDate" : "2012-07-30" }, { "date" : "2012-06-13", "label" : "June 13, 12", "adjDividend" : 0.5100000000, "dividend" : 0.2550, "recordDate" : "2012-06-15", "paymentDate" : "2012-07-01", "declarationDate" : "2012-04-26" }, { "date" : "2012-03-13", "label" : "March 13, 12", "adjDividend" : 0.5100000000, "dividend" : 0.2550, "recordDate" : "2012-03-15", "paymentDate" : "2012-04-01", "declarationDate" : "2012-02-16" }, { "date" : "2011-11-29", "label" : "November 29, 11", "adjDividend" : 0.4700000000, "dividend" : 0.47, "recordDate" : "2011-12-01", "paymentDate" : "2011-12-15", "declarationDate" : "2011-10-20" }, { "date" : "2011-09-13", "label" : "September 13, 11", "adjDividend" : 0.4700000000, "dividend" : 0.47, "recordDate" : "2011-09-15", "paymentDate" : "2011-10-01", "declarationDate" : "2011-07-21" }, { "date" : "2011-06-13", "label" : "June 13, 11", "adjDividend" : 0.4700000000, "dividend" : 0.47, "recordDate" : "2011-06-15", "paymentDate" : "2011-07-01", "declarationDate" : "2011-04-28" }, { "date" : "2011-03-11", "label" : "March 11, 11", "adjDividend" : 0.4700000000, "dividend" : 0.47, "recordDate" : "2011-03-15", "paymentDate" : "2011-04-01", "declarationDate" : "2011-02-17" }, { "date" : "2010-11-29", "label" : "November 29, 10", "adjDividend" : 0.4400000000, "dividend" : 0.44, "recordDate" : "2010-12-01", "paymentDate" : "2010-12-15", "declarationDate" : "2010-10-21" }, { "date" : "2010-09-13", "label" : "September 13, 10", "adjDividend" : 0.4400000000, "dividend" : 0.44, "recordDate" : "2010-09-15", "paymentDate" : "2010-10-01", "declarationDate" : "2010-07-22" }, { "date" : "2010-06-11", "label" : "June 11, 10", "adjDividend" : 0.4400000000, "dividend" : 0.44, "recordDate" : "2010-06-15", "paymentDate" : "2010-07-01", "declarationDate" : "2010-04-22" }, { "date" : "2010-03-11", "label" : "March 11, 10", "adjDividend" : 0.4400000000, "dividend" : 0.44, "recordDate" : "2010-03-15", "paymentDate" : "2010-04-01", "declarationDate" : "2010-02-18" }, { "date" : "2009-11-27", "label" : "November 27, 09", "adjDividend" : 0.4100000000, "dividend" : 0.41, "recordDate" : "2009-12-01", "paymentDate" : "2009-12-15", "declarationDate" : "2009-10-22" }, { "date" : "2009-09-11", "label" : "September 11, 09", "adjDividend" : 0.4100000000, "dividend" : 0.41, "recordDate" : "2009-09-15", "paymentDate" : "2009-10-01", "declarationDate" : "2009-07-23" }, { "date" : "2009-06-11", "label" : "June 11, 09", "adjDividend" : 0.4100000000, "dividend" : 0.41, "recordDate" : "2009-06-15", "paymentDate" : "2009-07-01", "declarationDate" : "2009-04-23" }, { "date" : "2009-03-11", "label" : "March 11, 09", "adjDividend" : 0.4100000000, "dividend" : 0.41, "recordDate" : "2009-03-15", "paymentDate" : "2009-04-01", "declarationDate" : "2009-02-19" }, { "date" : "2008-11-26", "label" : "November 26, 08", "adjDividend" : 0.3800000000, "dividend" : 0.38, "recordDate" : "2008-12-01", "paymentDate" : "2008-12-15", "declarationDate" : "2008-10-16" }, { "date" : "2008-09-11", "label" : "September 11, 08", "adjDividend" : 0.3800000000, "dividend" : 0.38, "recordDate" : "2008-09-15", "paymentDate" : "2008-10-01", "declarationDate" : "2008-07-17" }, { "date" : "2008-06-11", "label" : "June 11, 08", "adjDividend" : 0.3800000000, "dividend" : 0.38, "recordDate" : "2008-06-15", "paymentDate" : "2008-07-01", "declarationDate" : "2008-04-17" }, { "date" : "2008-03-12", "label" : "March 12, 08", "adjDividend" : 0.3800000000, "dividend" : 0.38, "recordDate" : "2008-03-15", "paymentDate" : "2008-04-01", "declarationDate" : "2008-02-21" }, { "date" : "2007-11-28", "label" : "November 28, 07", "adjDividend" : 0.3400000000, "dividend" : 0.34, "recordDate" : "2007-12-01", "paymentDate" : "2007-12-15", "declarationDate" : "2007-10-18" }, { "date" : "2007-09-12", "label" : "September 12, 07", "adjDividend" : 0.3400000000, "dividend" : 0.34, "recordDate" : "2007-09-15", "paymentDate" : "2007-10-01", "declarationDate" : "2007-07-19" }, { "date" : "2007-06-13", "label" : "June 13, 07", "adjDividend" : 0.3400000000, "dividend" : 0.34, "recordDate" : "2007-06-15", "paymentDate" : "2007-07-01", "declarationDate" : "2007-04-19" }, { "date" : "2007-03-13", "label" : "March 13, 07", "adjDividend" : 0.3400000000, "dividend" : 0.34, "recordDate" : "2007-03-15", "paymentDate" : "2007-04-01", "declarationDate" : "2007-02-15" }, { "date" : "2006-11-29", "label" : "November 29, 06", "adjDividend" : 0.3100000000, "dividend" : 0.31, "recordDate" : "2006-12-01", "paymentDate" : "2006-12-15", "declarationDate" : "2006-10-19" }, { "date" : "2006-09-13", "label" : "September 13, 06", "adjDividend" : 0.3100000000, "dividend" : 0.31, "recordDate" : "2006-09-15", "paymentDate" : "2006-10-01", "declarationDate" : "2006-07-20" }, { "date" : "2006-06-13", "label" : "June 13, 06", "adjDividend" : 0.3100000000, "dividend" : 0.31, "recordDate" : "2006-06-15", "paymentDate" : "2006-07-01", "declarationDate" : "2006-04-20" }, { "date" : "2006-03-13", "label" : "March 13, 06", "adjDividend" : 0.3100000000, "dividend" : 0.31, "recordDate" : "2006-03-15", "paymentDate" : "2006-04-01", "declarationDate" : "2006-02-16" }, { "date" : "2005-11-29", "label" : "November 29, 05", "adjDividend" : 0.2800000000, "dividend" : 0.28, "recordDate" : "2005-12-01", "paymentDate" : "2005-12-15", "declarationDate" : "2005-10-20" }, { "date" : "2005-09-13", "label" : "September 13, 05", "adjDividend" : 0.2800000000, "dividend" : 0.28, "recordDate" : "2005-09-15", "paymentDate" : "2005-10-01", "declarationDate" : "2005-07-21" }, { "date" : "2005-06-13", "label" : "June 13, 05", "adjDividend" : 0.2800000000, "dividend" : 0.28, "recordDate" : "2005-06-15", "paymentDate" : "2005-07-01", "declarationDate" : "2005-04-20" }, { "date" : "2005-03-11", "label" : "March 11, 05", "adjDividend" : 0.2800000000, "dividend" : 0.28, "recordDate" : "2005-03-15", "paymentDate" : "2005-04-01", "declarationDate" : "2005-02-17" }, { "date" : "2004-11-29", "label" : "November 29, 04", "adjDividend" : 0.2500000000, "dividend" : 0.25, "recordDate" : "2004-12-01", "paymentDate" : "2004-12-15", "declarationDate" : "2004-10-21" }, { "date" : "2004-09-13", "label" : "September 13, 04", "adjDividend" : 0.2500000000, "dividend" : 0.25, "recordDate" : "2004-09-15", "paymentDate" : "2004-10-01", "declarationDate" : "2004-07-22" }, { "date" : "2004-06-14", "label" : "June 14, 04", "adjDividend" : 0.2500000000, "dividend" : 0.25, "recordDate" : "2004-06-15", "paymentDate" : "2004-07-01", "declarationDate" : "2004-04-21" }, { "date" : "2004-03-11", "label" : "March 11, 04", "adjDividend" : 0.2500000000, "dividend" : 0.25, "recordDate" : "2004-03-15", "paymentDate" : "2004-04-01", "declarationDate" : "2004-02-19" }, { "date" : "2003-11-26", "label" : "November 26, 03", "adjDividend" : 0.2200000000, "dividend" : 0.22, "recordDate" : "2003-12-01", "paymentDate" : "2003-12-15", "declarationDate" : "2003-10-16" }, { "date" : "2003-09-11", "label" : "September 11, 03", "adjDividend" : 0.2200000000, "dividend" : 0.22, "recordDate" : "2003-09-15", "paymentDate" : "2003-10-01", "declarationDate" : "2003-07-17" }, { "date" : "2003-06-11", "label" : "June 11, 03", "adjDividend" : 0.2200000000, "dividend" : 0.22, "recordDate" : "2003-06-15", "paymentDate" : "2003-07-01", "declarationDate" : "2003-04-16" }, { "date" : "2003-03-12", "label" : "March 12, 03", "adjDividend" : 0.2200000000, "dividend" : 0.22, "recordDate" : "2003-03-15", "paymentDate" : "2003-04-01", "declarationDate" : "2003-02-20" }, { "date" : "2002-11-26", "label" : "November 26, 02", "adjDividend" : 0.2000000000, "dividend" : 0.2, "recordDate" : "2002-12-01", "paymentDate" : "2002-12-15", "declarationDate" : "2002-10-17" }, { "date" : "2002-09-11", "label" : "September 11, 02", "adjDividend" : 0.2000000000, "dividend" : 0.2, "recordDate" : "2002-09-15", "paymentDate" : "2002-10-01", "declarationDate" : "2002-07-18" }, { "date" : "2002-06-12", "label" : "June 12, 02", "adjDividend" : 0.2000000000, "dividend" : 0.2, "recordDate" : "2002-06-15", "paymentDate" : "2002-07-01", "declarationDate" : "2002-04-17" }, { "date" : "2002-03-13", "label" : "March 13, 02", "adjDividend" : 0.2000000000, "dividend" : 0.2, "recordDate" : "2002-03-15", "paymentDate" : "2002-04-01", "declarationDate" : "2002-02-21" }, { "date" : "2001-11-28", "label" : "November 28, 01", "adjDividend" : 0.1800000000, "dividend" : 0.18, "recordDate" : "2001-12-01", "paymentDate" : "2001-12-15", "declarationDate" : "2001-10-17" }, { "date" : "2001-09-17", "label" : "September 17, 01", "adjDividend" : 0.0900000000, "dividend" : 0.0900000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "2001-09-12", "label" : "September 12, 01", "adjDividend" : 0.1800000000, "dividend" : 0.18, "recordDate" : "2001-09-15", "paymentDate" : "2001-10-01", "declarationDate" : "2001-07-19" }, { "date" : "2001-06-13", "label" : "June 13, 01", "adjDividend" : 0.1800000000, "dividend" : 0.18, "recordDate" : "2001-06-15", "paymentDate" : "2001-07-01", "declarationDate" : "2001-04-18" }, { "date" : "2001-03-13", "label" : "March 13, 01", "adjDividend" : 0.1800000000, "dividend" : 0.18, "recordDate" : "2001-03-15", "paymentDate" : "2001-04-01", "declarationDate" : "2001-02-15" }, { "date" : "2000-11-29", "label" : "November 29, 00", "adjDividend" : 0.1700000000, "dividend" : 0.17, "recordDate" : "2000-12-01", "paymentDate" : "2000-12-15", "declarationDate" : "2000-10-18" }, { "date" : "2000-09-13", "label" : "September 13, 00", "adjDividend" : 0.1700000000, "dividend" : 0.17, "recordDate" : "2000-09-15", "paymentDate" : "2000-10-01", "declarationDate" : "2000-07-20" }, { "date" : "2000-06-13", "label" : "June 13, 00", "adjDividend" : 0.1700000000, "dividend" : 0.17, "recordDate" : "2000-06-15", "paymentDate" : "2000-07-01", "declarationDate" : "2000-04-19" }, { "date" : "2000-03-13", "label" : "March 13, 00", "adjDividend" : 0.1700000000, "dividend" : 0.17, "recordDate" : "2000-03-15", "paymentDate" : "2000-04-01", "declarationDate" : "2000-02-17" }, { "date" : "1999-11-29", "label" : "November 29, 99", "adjDividend" : 0.1600000000, "dividend" : 0.16, "recordDate" : "1999-12-01", "paymentDate" : "1999-12-15", "declarationDate" : "1999-10-21" }, { "date" : "1999-09-13", "label" : "September 13, 99", "adjDividend" : 0.1600000000, "dividend" : 0.16, "recordDate" : "1999-09-15", "paymentDate" : "1999-10-01", "declarationDate" : "1999-07-15" }, { "date" : "1999-06-11", "label" : "June 11, 99", "adjDividend" : 0.1600000000, "dividend" : 0.16, "recordDate" : "1999-06-15", "paymentDate" : "1999-07-01", "declarationDate" : "1999-04-21" }, { "date" : "1999-03-11", "label" : "March 11, 99", "adjDividend" : 0.1600000000, "dividend" : 0.16, "recordDate" : "1999-03-15", "paymentDate" : "1999-04-01", "declarationDate" : "1999-02-18" }, { "date" : "1998-11-27", "label" : "November 27, 98", "adjDividend" : 0.1500000000, "dividend" : 0.15, "recordDate" : "1998-12-01", "paymentDate" : "1998-12-15", "declarationDate" : "1998-10-15" }, { "date" : "1998-09-11", "label" : "September 11, 98", "adjDividend" : 0.1500000000, "dividend" : 0.15, "recordDate" : "1998-09-15", "paymentDate" : "1998-10-01", "declarationDate" : "1998-07-15" }, { "date" : "1998-06-11", "label" : "June 11, 98", "adjDividend" : 0.1500000000, "dividend" : 0.15, "recordDate" : "1998-06-15", "paymentDate" : "1998-07-01", "declarationDate" : "1998-04-15" }, { "date" : "1998-03-11", "label" : "March 11, 98", "adjDividend" : 0.1500000000, "dividend" : 0.15, "recordDate" : "1998-03-15", "paymentDate" : "1998-04-01", "declarationDate" : "1998-02-20" }, { "date" : "1997-11-26", "label" : "November 26, 97", "adjDividend" : 0.1400000000, "dividend" : 0.14, "recordDate" : "1997-12-01", "paymentDate" : "1997-12-15", "declarationDate" : "1997-10-16" }, { "date" : "1997-09-11", "label" : "September 11, 97", "adjDividend" : 0.1400000000, "dividend" : 0.14, "recordDate" : "1997-09-15", "paymentDate" : "1997-10-01", "declarationDate" : "1997-07-17" }, { "date" : "1997-06-11", "label" : "June 11, 97", "adjDividend" : 0.1400000000, "dividend" : 0.14, "recordDate" : "1997-06-15", "paymentDate" : "1997-07-01", "declarationDate" : "1997-05-17" }, { "date" : "1997-03-12", "label" : "March 12, 97", "adjDividend" : 0.1400000000, "dividend" : 0.14, "recordDate" : "1997-03-15", "paymentDate" : "1997-04-01", "declarationDate" : "1997-02-20" }, { "date" : "1996-11-26", "label" : "November 26, 96", "adjDividend" : 0.1250000000, "dividend" : 0.125, "recordDate" : "1996-12-01", "paymentDate" : "1996-12-15", "declarationDate" : "1996-10-18" }, { "date" : "1996-09-11", "label" : "September 11, 96", "adjDividend" : 0.1250000000, "dividend" : 0.125, "recordDate" : "1996-09-15", "paymentDate" : "1996-10-01", "declarationDate" : "1996-07-18" }, { "date" : "1996-06-12", "label" : "June 12, 96", "adjDividend" : 0.1250000000, "dividend" : 0.125, "recordDate" : "1996-06-15", "paymentDate" : "1996-07-01", "declarationDate" : "1996-04-18" }, { "date" : "1996-03-13", "label" : "March 13, 96", "adjDividend" : 0.2500000000, "dividend" : 0.25, "recordDate" : "1996-03-15", "paymentDate" : "1996-04-01", "declarationDate" : "1996-02-15" }, { "date" : "1995-11-29", "label" : "November 29, 95", "adjDividend" : 0.2200000000, "dividend" : 0.22, "recordDate" : "1995-12-01", "paymentDate" : "1995-12-15", "declarationDate" : "1995-10-19" }, { "date" : "1995-09-13", "label" : "September 13, 95", "adjDividend" : 0.2200000000, "dividend" : 0.22, "recordDate" : "1995-09-15", "paymentDate" : "1995-10-01", "declarationDate" : "1995-07-20" }, { "date" : "1995-06-13", "label" : "June 13, 95", "adjDividend" : 0.2200000000, "dividend" : 0.22, "recordDate" : "1995-06-15", "paymentDate" : "1995-07-01", "declarationDate" : "1995-04-20" }, { "date" : "1995-03-09", "label" : "March 09, 95", "adjDividend" : 0.2200000000, "dividend" : 0.22, "recordDate" : "1995-03-15", "paymentDate" : "1995-04-01", "declarationDate" : "" }, { "date" : "1994-11-25", "label" : "November 25, 94", "adjDividend" : 0.1950000000, "dividend" : 0.195, "recordDate" : "1994-12-01", "paymentDate" : "1994-12-15", "declarationDate" : "" }, { "date" : "1994-09-09", "label" : "September 09, 94", "adjDividend" : 0.1950000000, "dividend" : 0.195, "recordDate" : "1994-09-15", "paymentDate" : "1994-10-01", "declarationDate" : "" }, { "date" : "1994-06-09", "label" : "June 09, 94", "adjDividend" : 0.1950000000, "dividend" : 0.195, "recordDate" : "1994-06-15", "paymentDate" : "1994-07-01", "declarationDate" : "" }, { "date" : "1994-03-09", "label" : "March 09, 94", "adjDividend" : 0.1950000000, "dividend" : 0.195, "recordDate" : "1994-03-15", "paymentDate" : "1994-04-01", "declarationDate" : "" }, { "date" : "1993-11-24", "label" : "November 24, 93", "adjDividend" : 0.1700000000, "dividend" : 0.17, "recordDate" : "1993-12-01", "paymentDate" : "1993-12-15", "declarationDate" : "" }, { "date" : "1993-09-09", "label" : "September 09, 93", "adjDividend" : 0.1700000000, "dividend" : 0.17, "recordDate" : "1993-09-15", "paymentDate" : "1993-10-01", "declarationDate" : "" }, { "date" : "1993-06-09", "label" : "June 09, 93", "adjDividend" : 0.1700000000, "dividend" : 0.17, "recordDate" : "1993-06-15", "paymentDate" : "1993-07-01", "declarationDate" : "" }, { "date" : "1993-03-09", "label" : "March 09, 93", "adjDividend" : 0.1700000000, "dividend" : 0.17, "recordDate" : "1993-03-15", "paymentDate" : "1993-04-01", "declarationDate" : "" }, { "date" : "1992-11-24", "label" : "November 24, 92", "adjDividend" : 0.1400000000, "dividend" : 0.14, "recordDate" : "1992-12-01", "paymentDate" : "1992-12-15", "declarationDate" : "" }, { "date" : "1992-09-09", "label" : "September 09, 92", "adjDividend" : 0.1400000000, "dividend" : 0.14, "recordDate" : "1992-09-15", "paymentDate" : "1992-10-01", "declarationDate" : "" }, { "date" : "1992-06-09", "label" : "June 09, 92", "adjDividend" : 0.1400000000, "dividend" : 0.14, "recordDate" : "1992-06-15", "paymentDate" : "1992-07-01", "declarationDate" : "" }, { "date" : "1992-03-09", "label" : "March 09, 92", "adjDividend" : 0.2800000000, "dividend" : 0.28, "recordDate" : "1992-03-15", "paymentDate" : "1992-04-01", "declarationDate" : "" }, { "date" : "1991-11-22", "label" : "November 22, 91", "adjDividend" : 0.2400000000, "dividend" : 0.24, "recordDate" : "1991-12-01", "paymentDate" : "1991-12-15", "declarationDate" : "" }, { "date" : "1991-09-09", "label" : "September 09, 91", "adjDividend" : 0.2400000000, "dividend" : 0.24, "recordDate" : "1991-09-15", "paymentDate" : "1991-10-01", "declarationDate" : "" }, { "date" : "1991-06-10", "label" : "June 10, 91", "adjDividend" : 0.2400000000, "dividend" : 0.24, "recordDate" : "1991-06-15", "paymentDate" : "1991-07-01", "declarationDate" : "" }, { "date" : "1991-03-11", "label" : "March 11, 91", "adjDividend" : 0.2400000000, "dividend" : 0.24, "recordDate" : "1991-03-15", "paymentDate" : "1991-04-01", "declarationDate" : "" }, { "date" : "1990-11-26", "label" : "November 26, 90", "adjDividend" : 0.2000000000, "dividend" : 0.2, "recordDate" : "1990-12-01", "paymentDate" : "1990-12-15", "declarationDate" : "1990-10-22" }, { "date" : "1990-09-10", "label" : "September 10, 90", "adjDividend" : 0.2000000000, "dividend" : 0.2, "recordDate" : "1990-09-15", "paymentDate" : "1990-10-01", "declarationDate" : "1990-07-20" }, { "date" : "1990-06-11", "label" : "June 11, 90", "adjDividend" : 0.2000000000, "dividend" : 0.2, "recordDate" : "1990-06-15", "paymentDate" : "1990-07-01", "declarationDate" : "1990-04-23" }, { "date" : "1990-03-09", "label" : "March 09, 90", "adjDividend" : 0.4000000000, "dividend" : 0.4, "recordDate" : "1990-03-15", "paymentDate" : "1990-04-01", "declarationDate" : "1990-02-16" }, { "date" : "1989-11-27", "label" : "November 27, 89", "adjDividend" : 0.3400000000, "dividend" : 0.3400000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1989-09-11", "label" : "September 11, 89", "adjDividend" : 0.3400000000, "dividend" : 0.3400000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1989-06-09", "label" : "June 09, 89", "adjDividend" : 0.3400000000, "dividend" : 0.3400000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1989-03-09", "label" : "March 09, 89", "adjDividend" : 0.3400000000, "dividend" : 0.3400000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1988-11-25", "label" : "November 25, 88", "adjDividend" : 0.3000000000, "dividend" : 0.3000000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1988-09-09", "label" : "September 09, 88", "adjDividend" : 0.3000000000, "dividend" : 0.3000000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1988-06-09", "label" : "June 09, 88", "adjDividend" : 0.3000000000, "dividend" : 0.3000000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1988-03-09", "label" : "March 09, 88", "adjDividend" : 0.3000000000, "dividend" : 0.3000000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1987-11-24", "label" : "November 24, 87", "adjDividend" : 0.2800000000, "dividend" : 0.2800000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1987-09-09", "label" : "September 09, 87", "adjDividend" : 0.2800000000, "dividend" : 0.2800000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1987-06-09", "label" : "June 09, 87", "adjDividend" : 0.2800000000, "dividend" : 0.2800000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1987-03-10", "label" : "March 10, 87", "adjDividend" : 0.2800000000, "dividend" : 0.2800000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1986-11-24", "label" : "November 24, 86", "adjDividend" : 0.2600000000, "dividend" : 0.2600000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1986-09-09", "label" : "September 09, 86", "adjDividend" : 0.2600000000, "dividend" : 0.2600000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1986-06-10", "label" : "June 10, 86", "adjDividend" : 0.2600000000, "dividend" : 0.2600000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1986-03-10", "label" : "March 10, 86", "adjDividend" : 0.2600000000, "dividend" : 0.2600000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1985-11-25", "label" : "November 25, 85", "adjDividend" : 0.0154200000, "dividend" : 0.0154200000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1985-09-10", "label" : "September 10, 85", "adjDividend" : 0.0154200000, "dividend" : 0.0154200000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1985-06-11", "label" : "June 11, 85", "adjDividend" : 0.0154200000, "dividend" : 0.0154200000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1985-03-11", "label" : "March 11, 85", "adjDividend" : 0.0154200000, "dividend" : 0.0154200000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1984-11-27", "label" : "November 27, 84", "adjDividend" : 0.0143800000, "dividend" : 0.0143800000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1984-09-10", "label" : "September 10, 84", "adjDividend" : 0.0143800000, "dividend" : 0.0143800000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1984-06-11", "label" : "June 11, 84", "adjDividend" : 0.0143800000, "dividend" : 0.0143800000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1984-03-09", "label" : "March 09, 84", "adjDividend" : 0.0143800000, "dividend" : 0.0143800000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1983-11-25", "label" : "November 25, 83", "adjDividend" : 0.0139600000, "dividend" : 0.0139600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1983-09-12", "label" : "September 12, 83", "adjDividend" : 0.0139600000, "dividend" : 0.0139600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1983-06-09", "label" : "June 09, 83", "adjDividend" : 0.0139600000, "dividend" : 0.0139600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1983-03-09", "label" : "March 09, 83", "adjDividend" : 0.0139600000, "dividend" : 0.0139600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1982-11-24", "label" : "November 24, 82", "adjDividend" : 0.0129200000, "dividend" : 0.0129200000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1982-09-09", "label" : "September 09, 82", "adjDividend" : 0.0129200000, "dividend" : 0.0129200000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1982-05-24", "label" : "May 24, 82", "adjDividend" : 0.0129200000, "dividend" : 0.0129200000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1982-03-09", "label" : "March 09, 82", "adjDividend" : 0.0129200000, "dividend" : 0.0129200000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1981-11-24", "label" : "November 24, 81", "adjDividend" : 0.0120800000, "dividend" : 0.0120800000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1981-09-09", "label" : "September 09, 81", "adjDividend" : 0.0120800000, "dividend" : 0.0120800000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1981-06-09", "label" : "June 09, 81", "adjDividend" : 0.0120800000, "dividend" : 0.0120800000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1981-03-10", "label" : "March 10, 81", "adjDividend" : 0.0120800000, "dividend" : 0.0120800000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1980-11-24", "label" : "November 24, 80", "adjDividend" : 0.0112500000, "dividend" : 0.0112500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1980-09-10", "label" : "September 10, 80", "adjDividend" : 0.0112500000, "dividend" : 0.0112500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1980-06-09", "label" : "June 09, 80", "adjDividend" : 0.0112500000, "dividend" : 0.0112500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1980-03-11", "label" : "March 11, 80", "adjDividend" : 0.0112500000, "dividend" : 0.0112500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1979-11-26", "label" : "November 26, 79", "adjDividend" : 0.0102100000, "dividend" : 0.0102100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1979-09-10", "label" : "September 10, 79", "adjDividend" : 0.0102100000, "dividend" : 0.0102100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1979-06-12", "label" : "June 12, 79", "adjDividend" : 0.0102100000, "dividend" : 0.0102100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1979-03-13", "label" : "March 13, 79", "adjDividend" : 0.0102100000, "dividend" : 0.0102100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1978-11-27", "label" : "November 27, 78", "adjDividend" : 0.0090600000, "dividend" : 0.0090600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1978-09-08", "label" : "September 08, 78", "adjDividend" : 0.0090600000, "dividend" : 0.0090600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1978-06-12", "label" : "June 12, 78", "adjDividend" : 0.0090600000, "dividend" : 0.0090600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1978-03-10", "label" : "March 10, 78", "adjDividend" : 0.0090600000, "dividend" : 0.0090600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1977-11-25", "label" : "November 25, 77", "adjDividend" : 0.0080200000, "dividend" : 0.0080200000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1977-09-12", "label" : "September 12, 77", "adjDividend" : 0.0080200000, "dividend" : 0.0080200000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1977-06-10", "label" : "June 10, 77", "adjDividend" : 0.0080200000, "dividend" : 0.0080200000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1977-03-10", "label" : "March 10, 77", "adjDividend" : 0.0080200000, "dividend" : 0.0080200000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1976-11-24", "label" : "November 24, 76", "adjDividend" : 0.0069000000, "dividend" : 0.0069000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1976-09-10", "label" : "September 10, 76", "adjDividend" : 0.0069000000, "dividend" : 0.0069000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1976-06-08", "label" : "June 08, 76", "adjDividend" : 0.0069000000, "dividend" : 0.0069000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1976-03-11", "label" : "March 11, 76", "adjDividend" : 0.0069000000, "dividend" : 0.0069000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1975-11-24", "label" : "November 24, 75", "adjDividend" : 0.0059900000, "dividend" : 0.0059900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1975-09-10", "label" : "September 10, 75", "adjDividend" : 0.0059900000, "dividend" : 0.0059900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1975-06-09", "label" : "June 09, 75", "adjDividend" : 0.0059900000, "dividend" : 0.0059900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1975-03-11", "label" : "March 11, 75", "adjDividend" : 0.0059900000, "dividend" : 0.0059900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1974-11-25", "label" : "November 25, 74", "adjDividend" : 0.0055500000, "dividend" : 0.0055500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1974-09-10", "label" : "September 10, 74", "adjDividend" : 0.0055500000, "dividend" : 0.0055500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1974-06-10", "label" : "June 10, 74", "adjDividend" : 0.0052900000, "dividend" : 0.0052900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1974-03-08", "label" : "March 08, 74", "adjDividend" : 0.0052900000, "dividend" : 0.0052900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1973-11-26", "label" : "November 26, 73", "adjDividend" : 0.0049500000, "dividend" : 0.0049500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1973-09-10", "label" : "September 10, 73", "adjDividend" : 0.0049500000, "dividend" : 0.0049500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1973-06-08", "label" : "June 08, 73", "adjDividend" : 0.0044300000, "dividend" : 0.0044300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1973-03-12", "label" : "March 12, 73", "adjDividend" : 0.0044300000, "dividend" : 0.0044300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1972-11-27", "label" : "November 27, 72", "adjDividend" : 0.0042700000, "dividend" : 0.0042700000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1972-09-08", "label" : "September 08, 72", "adjDividend" : 0.0042700000, "dividend" : 0.0042700000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1972-06-08", "label" : "June 08, 72", "adjDividend" : 0.0042700000, "dividend" : 0.0042700000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1972-03-10", "label" : "March 10, 72", "adjDividend" : 0.0042700000, "dividend" : 0.0042700000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1971-11-24", "label" : "November 24, 71", "adjDividend" : 0.0041100000, "dividend" : 0.0041100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1971-09-10", "label" : "September 10, 71", "adjDividend" : 0.0041100000, "dividend" : 0.0041100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1971-06-08", "label" : "June 08, 71", "adjDividend" : 0.0041100000, "dividend" : 0.0041100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1971-03-08", "label" : "March 08, 71", "adjDividend" : 0.0041100000, "dividend" : 0.0041100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1970-11-24", "label" : "November 24, 70", "adjDividend" : 0.0037500000, "dividend" : 0.0037500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1970-09-10", "label" : "September 10, 70", "adjDividend" : 0.0037500000, "dividend" : 0.0037500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1970-06-08", "label" : "June 08, 70", "adjDividend" : 0.0037500000, "dividend" : 0.0037500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1969-11-24", "label" : "November 24, 69", "adjDividend" : 0.0034400000, "dividend" : 0.0034400000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1969-09-10", "label" : "September 10, 69", "adjDividend" : 0.0034400000, "dividend" : 0.0034400000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1969-06-09", "label" : "June 09, 69", "adjDividend" : 0.0034400000, "dividend" : 0.0034400000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1969-03-10", "label" : "March 10, 69", "adjDividend" : 0.0034400000, "dividend" : 0.0034400000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1968-11-25", "label" : "November 25, 68", "adjDividend" : 0.0031300000, "dividend" : 0.0031300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1968-09-10", "label" : "September 10, 68", "adjDividend" : 0.0031300000, "dividend" : 0.0031300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1968-06-10", "label" : "June 10, 68", "adjDividend" : 0.0031300000, "dividend" : 0.0031300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1968-03-08", "label" : "March 08, 68", "adjDividend" : 0.0027300000, "dividend" : 0.0027300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1967-11-28", "label" : "November 28, 67", "adjDividend" : 0.0027300000, "dividend" : 0.0027300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1967-09-11", "label" : "September 11, 67", "adjDividend" : 0.0027300000, "dividend" : 0.0027300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1967-06-09", "label" : "June 09, 67", "adjDividend" : 0.0027300000, "dividend" : 0.0027300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1967-03-13", "label" : "March 13, 67", "adjDividend" : 0.0027300000, "dividend" : 0.0027300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1966-11-28", "label" : "November 28, 66", "adjDividend" : 0.0024700000, "dividend" : 0.0024700000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1966-09-09", "label" : "September 09, 66", "adjDividend" : 0.0024700000, "dividend" : 0.0024700000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1966-06-09", "label" : "June 09, 66", "adjDividend" : 0.0024700000, "dividend" : 0.0024700000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1966-03-14", "label" : "March 14, 66", "adjDividend" : 0.0024700000, "dividend" : 0.0024700000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1965-11-26", "label" : "November 26, 65", "adjDividend" : 0.0022100000, "dividend" : 0.0022100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1965-09-09", "label" : "September 09, 65", "adjDividend" : 0.0022100000, "dividend" : 0.0022100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1965-06-09", "label" : "June 09, 65", "adjDividend" : 0.0022100000, "dividend" : 0.0022100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1965-03-09", "label" : "March 09, 65", "adjDividend" : 0.0022100000, "dividend" : 0.0022100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1964-11-25", "label" : "November 25, 64", "adjDividend" : 0.0019500000, "dividend" : 0.0019500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1964-09-09", "label" : "September 09, 64", "adjDividend" : 0.0019500000, "dividend" : 0.0019500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1964-06-09", "label" : "June 09, 64", "adjDividend" : 0.0019500000, "dividend" : 0.0019500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1964-03-10", "label" : "March 10, 64", "adjDividend" : 0.0019500000, "dividend" : 0.0019500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1963-11-26", "label" : "November 26, 63", "adjDividend" : 0.0017600000, "dividend" : 0.0017600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1963-09-11", "label" : "September 11, 63", "adjDividend" : 0.0017600000, "dividend" : 0.0017600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1963-06-11", "label" : "June 11, 63", "adjDividend" : 0.0017600000, "dividend" : 0.0017600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1963-03-11", "label" : "March 11, 63", "adjDividend" : 0.0017600000, "dividend" : 0.0017600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1962-11-28", "label" : "November 28, 62", "adjDividend" : 0.0015600000, "dividend" : 0.0015600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1962-09-11", "label" : "September 11, 62", "adjDividend" : 0.0015600000, "dividend" : 0.0015600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1962-06-11", "label" : "June 11, 62", "adjDividend" : 0.0015600000, "dividend" : 0.0015600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1962-03-13", "label" : "March 13, 62", "adjDividend" : 0.0015600000, "dividend" : 0.0015600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" } ] } ```
PG ``` { "symbol" : "PG", "historical" : [ { "date" : "2021-07-22", "label" : "July 22, 21", "adjDividend" : 0.8700000000, "dividend" : 0.87, "recordDate" : "2021-07-23", "paymentDate" : "2021-08-16", "declarationDate" : "2021-07-13" }, { "date" : "2021-04-22", "label" : "April 22, 21", "adjDividend" : 0.8698000000, "dividend" : 0.8698, "recordDate" : "2021-04-23", "paymentDate" : "2021-05-17", "declarationDate" : "2021-04-13" }, { "date" : "2021-01-21", "label" : "January 21, 21", "adjDividend" : 0.7910000000, "dividend" : 0.7907, "recordDate" : "2021-1-22", "paymentDate" : "2021-2-16", "declarationDate" : "2021-1-12" }, { "date" : "2020-10-22", "label" : "October 22, 20", "adjDividend" : 0.7907000000, "dividend" : 0.7910000000, "recordDate" : "2020-10-23", "paymentDate" : "2020-11-16", "declarationDate" : "2020-10-13" }, { "date" : "2020-07-23", "label" : "July 23, 20", "adjDividend" : 0.7907000000, "dividend" : 0.7907, "recordDate" : "2020-07-24", "paymentDate" : "2020-08-17", "declarationDate" : "2020-07-14" }, { "date" : "2020-04-23", "label" : "April 23, 20", "adjDividend" : 0.7910000000, "dividend" : 0.7907, "recordDate" : "2020-04-24", "paymentDate" : "2020-05-15", "declarationDate" : "2020-04-14" }, { "date" : "2020-01-23", "label" : "January 23, 20", "adjDividend" : 0.7460000000, "dividend" : 0.7459, "recordDate" : "2020-01-24", "paymentDate" : "2020-02-18", "declarationDate" : "2020-01-14" }, { "date" : "2019-10-17", "label" : "October 17, 19", "adjDividend" : 0.7460000000, "dividend" : 0.7459, "recordDate" : "2019-10-18", "paymentDate" : "2019-11-15", "declarationDate" : "2019-10-08" }, { "date" : "2019-07-18", "label" : "July 18, 19", "adjDividend" : 0.7460000000, "dividend" : 0.7459, "recordDate" : "2019-07-19", "paymentDate" : "2019-08-15", "declarationDate" : "2019-07-09" }, { "date" : "2019-04-17", "label" : "April 17, 19", "adjDividend" : 0.7460000000, "dividend" : 0.7459, "recordDate" : "2019-04-19", "paymentDate" : "2019-05-15", "declarationDate" : "2019-04-09" }, { "date" : "2019-01-17", "label" : "January 17, 19", "adjDividend" : 0.7170000000, "dividend" : 0.7172, "recordDate" : "2019-01-18", "paymentDate" : "2019-02-15", "declarationDate" : "2019-01-08" }, { "date" : "2018-10-18", "label" : "October 18, 18", "adjDividend" : 0.7170000000, "dividend" : 0.7172, "recordDate" : "2018-10-19", "paymentDate" : "2018-11-15", "declarationDate" : "2018-10-09" }, { "date" : "2018-07-19", "label" : "July 19, 18", "adjDividend" : 0.7170000000, "dividend" : 0.7172, "recordDate" : "2018-07-20", "paymentDate" : "2018-08-15", "declarationDate" : "2018-07-10" }, { "date" : "2018-04-19", "label" : "April 19, 18", "adjDividend" : 0.7170000000, "dividend" : 0.7172, "recordDate" : "2018-04-20", "paymentDate" : "2018-05-15", "declarationDate" : "2018-04-10" }, { "date" : "2018-01-18", "label" : "January 18, 18", "adjDividend" : 0.6900000000, "dividend" : 0.6896, "recordDate" : "2018-01-19", "paymentDate" : "2018-02-15", "declarationDate" : "2018-01-09" }, { "date" : "2017-10-19", "label" : "October 19, 17", "adjDividend" : 0.6900000000, "dividend" : 0.6896, "recordDate" : "2017-10-20", "paymentDate" : "2017-11-15", "declarationDate" : "2017-10-10" }, { "date" : "2017-07-19", "label" : "July 19, 17", "adjDividend" : 0.6900000000, "dividend" : 0.6896, "recordDate" : "2017-07-21", "paymentDate" : "2017-08-15", "declarationDate" : "2017-07-12" }, { "date" : "2017-04-19", "label" : "April 19, 17", "adjDividend" : 0.6900000000, "dividend" : 0.6896, "recordDate" : "2017-04-21", "paymentDate" : "2017-05-15", "declarationDate" : "2017-04-11" }, { "date" : "2017-01-18", "label" : "January 18, 17", "adjDividend" : 0.6700000000, "dividend" : 0.6695, "recordDate" : "2017-01-20", "paymentDate" : "2017-02-15", "declarationDate" : "2017-01-10" }, { "date" : "2016-10-19", "label" : "October 19, 16", "adjDividend" : 0.6700000000, "dividend" : 0.6695, "recordDate" : "2016-10-21", "paymentDate" : "2016-11-15", "declarationDate" : "2016-10-11" }, { "date" : "2016-07-20", "label" : "July 20, 16", "adjDividend" : 0.6700000000, "dividend" : 0.6695, "recordDate" : "2016-07-22", "paymentDate" : "2016-08-15", "declarationDate" : "2016-07-12" }, { "date" : "2016-04-14", "label" : "April 14, 16", "adjDividend" : 0.6700000000, "dividend" : 0.6695, "recordDate" : "2016-04-18", "paymentDate" : "2016-05-16", "declarationDate" : "2016-04-08" }, { "date" : "2016-01-20", "label" : "January 20, 16", "adjDividend" : 0.6630000000, "dividend" : 0.6629, "recordDate" : "2016-01-22", "paymentDate" : "2016-02-16", "declarationDate" : "2016-01-12" }, { "date" : "2015-10-21", "label" : "October 21, 15", "adjDividend" : 0.6630000000, "dividend" : 0.6629, "recordDate" : "2015-10-23", "paymentDate" : "2015-11-16", "declarationDate" : "2015-10-13" }, { "date" : "2015-07-22", "label" : "July 22, 15", "adjDividend" : 0.6630000000, "dividend" : 0.6629, "recordDate" : "2015-07-24", "paymentDate" : "2015-08-17", "declarationDate" : "2015-07-14" }, { "date" : "2015-04-23", "label" : "April 23, 15", "adjDividend" : 0.6630000000, "dividend" : 0.6629, "recordDate" : "2015-04-27", "paymentDate" : "2015-05-15", "declarationDate" : "2015-04-17" }, { "date" : "2015-01-21", "label" : "January 21, 15", "adjDividend" : 0.6440000000, "dividend" : 0.6436, "recordDate" : "2015-01-23", "paymentDate" : "2015-02-17", "declarationDate" : "2015-01-13" }, { "date" : "2014-10-22", "label" : "October 22, 14", "adjDividend" : 0.6440000000, "dividend" : 0.6436, "recordDate" : "2014-10-24", "paymentDate" : "2014-11-17", "declarationDate" : "2014-10-14" }, { "date" : "2014-07-16", "label" : "July 16, 14", "adjDividend" : 0.6440000000, "dividend" : 0.6436, "recordDate" : "2014-07-18", "paymentDate" : "2014-08-15", "declarationDate" : "2014-07-08" }, { "date" : "2014-04-23", "label" : "April 23, 14", "adjDividend" : 0.6440000000, "dividend" : 0.6436, "recordDate" : "2014-04-25", "paymentDate" : "2014-05-15", "declarationDate" : "2014-04-07" }, { "date" : "2014-01-22", "label" : "January 22, 14", "adjDividend" : 0.6020000000, "dividend" : 0.6015, "recordDate" : "2014-01-24", "paymentDate" : "2014-02-18", "declarationDate" : "2014-01-14" }, { "date" : "2013-10-16", "label" : "October 16, 13", "adjDividend" : 0.6020000000, "dividend" : 0.6015, "recordDate" : "2013-10-18", "paymentDate" : "2013-11-15", "declarationDate" : "2013-10-08" }, { "date" : "2013-07-17", "label" : "July 17, 13", "adjDividend" : 0.6020000000, "dividend" : 0.6015, "recordDate" : "2013-07-19", "paymentDate" : "2013-08-15", "declarationDate" : "2013-07-09" }, { "date" : "2013-04-24", "label" : "April 24, 13", "adjDividend" : 0.6020000000, "dividend" : 0.6015, "recordDate" : "2013-04-26", "paymentDate" : "2013-05-15", "declarationDate" : "2013-04-15" }, { "date" : "2013-01-16", "label" : "January 16, 13", "adjDividend" : 0.5620000000, "dividend" : 0.562, "recordDate" : "2013-01-18", "paymentDate" : "2013-02-15", "declarationDate" : "2013-01-08" }, { "date" : "2012-10-17", "label" : "October 17, 12", "adjDividend" : 0.5620000000, "dividend" : 0.562, "recordDate" : "2012-10-19", "paymentDate" : "2012-11-15", "declarationDate" : "2012-10-09" }, { "date" : "2012-07-18", "label" : "July 18, 12", "adjDividend" : 0.5620000000, "dividend" : 0.562, "recordDate" : "2012-07-20", "paymentDate" : "2012-08-15", "declarationDate" : "2012-07-10" }, { "date" : "2012-04-25", "label" : "April 25, 12", "adjDividend" : 0.5620000000, "dividend" : 0.562, "recordDate" : "2012-04-27", "paymentDate" : "2012-05-15", "declarationDate" : "2012-04-13" }, { "date" : "2012-01-18", "label" : "January 18, 12", "adjDividend" : 0.5250000000, "dividend" : 0.525, "recordDate" : "2012-01-20", "paymentDate" : "2012-02-15", "declarationDate" : "2012-01-10" }, { "date" : "2011-10-19", "label" : "October 19, 11", "adjDividend" : 0.5250000000, "dividend" : 0.525, "recordDate" : "2011-10-21", "paymentDate" : "2011-11-15", "declarationDate" : "2011-10-11" }, { "date" : "2011-07-20", "label" : "July 20, 11", "adjDividend" : 0.5250000000, "dividend" : 0.525, "recordDate" : "2011-07-22", "paymentDate" : "2011-08-15", "declarationDate" : "2011-07-12" }, { "date" : "2011-04-27", "label" : "April 27, 11", "adjDividend" : 0.5250000000, "dividend" : 0.525, "recordDate" : "2011-04-29", "paymentDate" : "2011-05-16", "declarationDate" : "2011-04-11" }, { "date" : "2011-01-19", "label" : "January 19, 11", "adjDividend" : 0.4820000000, "dividend" : 0.4818, "recordDate" : "2011-01-21", "paymentDate" : "2011-02-15", "declarationDate" : "2011-01-11" }, { "date" : "2010-10-20", "label" : "October 20, 10", "adjDividend" : 0.4820000000, "dividend" : 0.4818, "recordDate" : "2010-10-22", "paymentDate" : "2010-11-15", "declarationDate" : "2010-10-12" }, { "date" : "2010-07-21", "label" : "July 21, 10", "adjDividend" : 0.4820000000, "dividend" : 0.4818, "recordDate" : "2010-07-23", "paymentDate" : "2010-08-16", "declarationDate" : "2010-07-13" }, { "date" : "2010-04-28", "label" : "April 28, 10", "adjDividend" : 0.4820000000, "dividend" : 0.4818, "recordDate" : "2010-04-30", "paymentDate" : "2010-05-17", "declarationDate" : "2010-04-19" }, { "date" : "2010-01-20", "label" : "January 20, 10", "adjDividend" : 0.4400000000, "dividend" : 0.44, "recordDate" : "2010-01-22", "paymentDate" : "2010-02-16", "declarationDate" : "2010-01-12" }, { "date" : "2009-10-21", "label" : "October 21, 09", "adjDividend" : 0.4400000000, "dividend" : 0.44, "recordDate" : "2009-10-23", "paymentDate" : "2009-11-16", "declarationDate" : "2009-10-13" }, { "date" : "2009-07-22", "label" : "July 22, 09", "adjDividend" : 0.4400000000, "dividend" : 0.44, "recordDate" : "2009-07-24", "paymentDate" : "2009-08-17", "declarationDate" : "2009-07-13" }, { "date" : "2009-04-22", "label" : "April 22, 09", "adjDividend" : 0.4400000000, "dividend" : 0.44, "recordDate" : "2009-04-24", "paymentDate" : "2009-05-15", "declarationDate" : "2009-04-14" }, { "date" : "2009-01-21", "label" : "January 21, 09", "adjDividend" : 0.4000000000, "dividend" : 0.4, "recordDate" : "2009-01-23", "paymentDate" : "2009-02-17", "declarationDate" : "2009-01-13" }, { "date" : "2008-10-22", "label" : "October 22, 08", "adjDividend" : 0.4000000000, "dividend" : 0.4, "recordDate" : "2008-10-24", "paymentDate" : "2008-11-14", "declarationDate" : "2008-10-14" }, { "date" : "2008-07-16", "label" : "July 16, 08", "adjDividend" : 0.4000000000, "dividend" : 0.4, "recordDate" : "2008-07-18", "paymentDate" : "2008-08-15", "declarationDate" : "2008-07-08" }, { "date" : "2008-04-16", "label" : "April 16, 08", "adjDividend" : 0.4000000000, "dividend" : 0.4, "recordDate" : "2008-04-18", "paymentDate" : "2008-05-15", "declarationDate" : "2008-04-08" }, { "date" : "2008-01-16", "label" : "January 16, 08", "adjDividend" : 0.3500000000, "dividend" : 0.35, "recordDate" : "2008-01-18", "paymentDate" : "2008-02-15", "declarationDate" : "2008-01-08" }, { "date" : "2007-10-17", "label" : "October 17, 07", "adjDividend" : 0.3500000000, "dividend" : 0.35, "recordDate" : "2007-10-19", "paymentDate" : "2007-11-15", "declarationDate" : "2007-10-09" }, { "date" : "2007-07-18", "label" : "July 18, 07", "adjDividend" : 0.3500000000, "dividend" : 0.35, "recordDate" : "2007-07-20", "paymentDate" : "2007-08-15", "declarationDate" : "2007-07-10" }, { "date" : "2007-04-25", "label" : "April 25, 07", "adjDividend" : 0.3500000000, "dividend" : 0.35, "recordDate" : "2007-04-27", "paymentDate" : "2007-05-15", "declarationDate" : "2007-04-16" }, { "date" : "2007-01-17", "label" : "January 17, 07", "adjDividend" : 0.3100000000, "dividend" : 0.31, "recordDate" : "2007-01-19", "paymentDate" : "2007-02-15", "declarationDate" : "2007-01-09" }, { "date" : "2006-10-18", "label" : "October 18, 06", "adjDividend" : 0.3100000000, "dividend" : 0.31, "recordDate" : "2006-10-20", "paymentDate" : "2006-11-15", "declarationDate" : "2006-10-10" }, { "date" : "2006-07-19", "label" : "July 19, 06", "adjDividend" : 0.3100000000, "dividend" : 0.31, "recordDate" : "2006-07-21", "paymentDate" : "2006-08-15", "declarationDate" : "2006-07-11" }, { "date" : "2006-04-19", "label" : "April 19, 06", "adjDividend" : 0.3100000000, "dividend" : 0.31, "recordDate" : "2006-04-21", "paymentDate" : "2006-05-15", "declarationDate" : "2006-03-13" }, { "date" : "2006-01-18", "label" : "January 18, 06", "adjDividend" : 0.2800000000, "dividend" : 0.28, "recordDate" : "2006-01-20", "paymentDate" : "2006-02-15", "declarationDate" : "2006-01-10" }, { "date" : "2005-10-19", "label" : "October 19, 05", "adjDividend" : 0.2800000000, "dividend" : 0.28, "recordDate" : "2005-10-21", "paymentDate" : "2005-11-15", "declarationDate" : "2005-10-11" }, { "date" : "2005-07-20", "label" : "July 20, 05", "adjDividend" : 0.2800000000, "dividend" : 0.28, "recordDate" : "2005-07-22", "paymentDate" : "2005-08-15", "declarationDate" : "2005-07-12" }, { "date" : "2005-04-20", "label" : "April 20, 05", "adjDividend" : 0.2800000000, "dividend" : 0.28, "recordDate" : "2005-04-22", "paymentDate" : "2005-05-16", "declarationDate" : "2005-04-11" }, { "date" : "2005-01-19", "label" : "January 19, 05", "adjDividend" : 0.2500000000, "dividend" : 0.25, "recordDate" : "2005-01-21", "paymentDate" : "2005-02-15", "declarationDate" : "2005-01-11" }, { "date" : "2004-10-20", "label" : "October 20, 04", "adjDividend" : 0.2500000000, "dividend" : 0.25, "recordDate" : "2004-10-22", "paymentDate" : "2004-11-15", "declarationDate" : "2004-10-12" }, { "date" : "2004-07-21", "label" : "July 21, 04", "adjDividend" : 0.2500000000, "dividend" : 0.25, "recordDate" : "2004-07-23", "paymentDate" : "2004-08-16", "declarationDate" : "2004-07-13" }, { "date" : "2004-04-21", "label" : "April 21, 04", "adjDividend" : 0.2500000000, "dividend" : 0.5, "recordDate" : "2004-04-23", "paymentDate" : "2004-05-14", "declarationDate" : "2004-03-09" }, { "date" : "2004-01-21", "label" : "January 21, 04", "adjDividend" : 0.2275000000, "dividend" : 0.455, "recordDate" : "2004-01-23", "paymentDate" : "2004-02-17", "declarationDate" : "2004-01-13" }, { "date" : "2003-10-22", "label" : "October 22, 03", "adjDividend" : 0.2275000000, "dividend" : 0.455, "recordDate" : "2003-10-24", "paymentDate" : "2003-11-14", "declarationDate" : "2003-10-14" }, { "date" : "2003-07-16", "label" : "July 16, 03", "adjDividend" : 0.2275000000, "dividend" : 0.455, "recordDate" : "2003-07-18", "paymentDate" : "2003-08-15", "declarationDate" : "2003-07-08" }, { "date" : "2003-04-15", "label" : "April 15, 03", "adjDividend" : 0.2050000000, "dividend" : 0.41, "recordDate" : "2003-04-17", "paymentDate" : "2003-05-15", "declarationDate" : "2003-04-07" }, { "date" : "2003-01-22", "label" : "January 22, 03", "adjDividend" : 0.2050000000, "dividend" : 0.41, "recordDate" : "2003-01-24", "paymentDate" : "2003-02-14", "declarationDate" : "2003-01-16" }, { "date" : "2002-10-16", "label" : "October 16, 02", "adjDividend" : 0.2050000000, "dividend" : 0.41, "recordDate" : "2002-10-18", "paymentDate" : "2002-11-15", "declarationDate" : "2002-10-08" }, { "date" : "2002-07-17", "label" : "July 17, 02", "adjDividend" : 0.2050000000, "dividend" : 0.41, "recordDate" : "2002-07-19", "paymentDate" : "2002-08-15", "declarationDate" : "2002-07-09" }, { "date" : "2002-06-03", "label" : "June 03, 02", "adjDividend" : 0.3450000000, "dividend" : 0.3450000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "2002-04-17", "label" : "April 17, 02", "adjDividend" : 0.1900000000, "dividend" : 0.38, "recordDate" : "2002-04-19", "paymentDate" : "2002-05-15", "declarationDate" : "2002-04-09" }, { "date" : "2002-01-16", "label" : "January 16, 02", "adjDividend" : 0.1900000000, "dividend" : 0.38, "recordDate" : "2002-01-18", "paymentDate" : "2002-02-15", "declarationDate" : "2002-01-08" }, { "date" : "2001-10-17", "label" : "October 17, 01", "adjDividend" : 0.1900000000, "dividend" : 0.38, "recordDate" : "2001-10-19", "paymentDate" : "2001-11-15", "declarationDate" : "2001-10-09" }, { "date" : "2001-07-18", "label" : "July 18, 01", "adjDividend" : 0.1900000000, "dividend" : 0.38, "recordDate" : "2001-07-20", "paymentDate" : "2001-08-15", "declarationDate" : "2001-07-10" }, { "date" : "2001-04-18", "label" : "April 18, 01", "adjDividend" : 0.1750000000, "dividend" : 0.35, "recordDate" : "2001-04-20", "paymentDate" : "2001-05-15", "declarationDate" : "2001-04-12" }, { "date" : "2001-01-17", "label" : "January 17, 01", "adjDividend" : 0.1750000000, "dividend" : 0.35, "recordDate" : "2001-01-19", "paymentDate" : "2001-02-15", "declarationDate" : "2001-01-11" }, { "date" : "2000-10-18", "label" : "October 18, 00", "adjDividend" : 0.1750000000, "dividend" : 0.35, "recordDate" : "2000-10-20", "paymentDate" : "2000-11-15", "declarationDate" : "2000-10-10" }, { "date" : "2000-07-19", "label" : "July 19, 00", "adjDividend" : 0.1750000000, "dividend" : 0.35, "recordDate" : "2000-07-21", "paymentDate" : "2000-08-15", "declarationDate" : "2000-07-11" }, { "date" : "2000-04-18", "label" : "April 18, 00", "adjDividend" : 0.1600000000, "dividend" : 0.32, "recordDate" : "2000-04-20", "paymentDate" : "2000-05-15", "declarationDate" : "2000-04-12" }, { "date" : "2000-01-19", "label" : "January 19, 00", "adjDividend" : 0.1600000000, "dividend" : 0.32, "recordDate" : "2000-01-21", "paymentDate" : "2000-02-15", "declarationDate" : "" }, { "date" : "1999-10-20", "label" : "October 20, 99", "adjDividend" : 0.1600000000, "dividend" : 0.32, "recordDate" : "1999-10-22", "paymentDate" : "1999-11-15", "declarationDate" : "1999-10-12" }, { "date" : "1999-07-21", "label" : "July 21, 99", "adjDividend" : 0.1600000000, "dividend" : 0.32, "recordDate" : "1999-07-23", "paymentDate" : "1999-08-16", "declarationDate" : "1999-07-13" }, { "date" : "1999-04-21", "label" : "April 21, 99", "adjDividend" : 0.1425000000, "dividend" : 0.285, "recordDate" : "1999-04-23", "paymentDate" : "1999-05-14", "declarationDate" : "1999-04-13" }, { "date" : "1999-01-20", "label" : "January 20, 99", "adjDividend" : 0.1425000000, "dividend" : 0.1425000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1999-01-19", "label" : "January 19, 99", "adjDividend" : 0.1425000000, "dividend" : 0.285, "recordDate" : "1999-01-22", "paymentDate" : "1999-02-16", "declarationDate" : "1999-01-12" }, { "date" : "1998-10-21", "label" : "October 21, 98", "adjDividend" : 0.1425000000, "dividend" : 0.285, "recordDate" : "1998-10-23", "paymentDate" : "1998-11-16", "declarationDate" : "1998-10-13" }, { "date" : "1998-07-22", "label" : "July 22, 98", "adjDividend" : 0.1425000000, "dividend" : 0.285, "recordDate" : "1998-07-24", "paymentDate" : "1998-08-14", "declarationDate" : "1998-07-14" }, { "date" : "1998-04-22", "label" : "April 22, 98", "adjDividend" : 0.1260000000, "dividend" : 0.1260000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1998-04-21", "label" : "April 21, 98", "adjDividend" : 0.1262500000, "dividend" : 0.2525, "recordDate" : "1998-04-24", "paymentDate" : "1998-05-15", "declarationDate" : "1998-04-14" }, { "date" : "1998-01-21", "label" : "January 21, 98", "adjDividend" : 0.1260000000, "dividend" : 0.1260000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1998-01-20", "label" : "January 20, 98", "adjDividend" : 0.1262500000, "dividend" : 0.2525, "recordDate" : "1998-01-23", "paymentDate" : "1998-02-17", "declarationDate" : "1998-01-13" }, { "date" : "1997-10-22", "label" : "October 22, 97", "adjDividend" : 0.1260000000, "dividend" : 0.1260000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1997-10-21", "label" : "October 21, 97", "adjDividend" : 0.1262500000, "dividend" : 0.2525, "recordDate" : "1997-10-24", "paymentDate" : "1997-11-14", "declarationDate" : "1997-10-14" }, { "date" : "1997-07-16", "label" : "July 16, 97", "adjDividend" : 0.1262500000, "dividend" : 0.505, "recordDate" : "1997-07-18", "paymentDate" : "1997-08-15", "declarationDate" : "1997-07-08" }, { "date" : "1997-04-16", "label" : "April 16, 97", "adjDividend" : 0.1125000000, "dividend" : 0.45, "recordDate" : "1997-04-18", "paymentDate" : "1997-05-15", "declarationDate" : "1997-04-08" }, { "date" : "1997-01-28", "label" : "January 28, 97", "adjDividend" : 0.1125000000, "dividend" : 0.45, "recordDate" : "1997-01-24", "paymentDate" : "1997-02-14", "declarationDate" : "1997-01-14" }, { "date" : "1997-01-22", "label" : "January 22, 97", "adjDividend" : 0.1125000000, "dividend" : 0.1125000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1996-10-16", "label" : "October 16, 96", "adjDividend" : 0.1125000000, "dividend" : 0.45, "recordDate" : "1996-10-18", "paymentDate" : "1996-11-15", "declarationDate" : "1996-10-08" }, { "date" : "1996-07-17", "label" : "July 17, 96", "adjDividend" : 0.1125000000, "dividend" : 0.45, "recordDate" : "1996-07-19", "paymentDate" : "1996-08-15", "declarationDate" : "1996-07-10" }, { "date" : "1996-04-22", "label" : "April 22, 96", "adjDividend" : 0.1000000000, "dividend" : 0.4, "recordDate" : "1996-04-19", "paymentDate" : "1996-05-15", "declarationDate" : "1996-04-09" }, { "date" : "1996-04-17", "label" : "April 17, 96", "adjDividend" : 0.1000000000, "dividend" : 0.1000000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1996-01-22", "label" : "January 22, 96", "adjDividend" : 0.1000000000, "dividend" : 0.4, "recordDate" : "1996-01-19", "paymentDate" : "1996-02-15", "declarationDate" : "1996-01-09" }, { "date" : "1996-01-17", "label" : "January 17, 96", "adjDividend" : 0.1000000000, "dividend" : 0.1000000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1995-10-18", "label" : "October 18, 95", "adjDividend" : 0.1000000000, "dividend" : 0.1000000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1995-10-17", "label" : "October 17, 95", "adjDividend" : 0.1000000000, "dividend" : 0.4, "recordDate" : "1995-10-20", "paymentDate" : "1995-11-15", "declarationDate" : "1995-10-10" }, { "date" : "1995-07-19", "label" : "July 19, 95", "adjDividend" : 0.1000000000, "dividend" : 0.1000000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1995-07-18", "label" : "July 18, 95", "adjDividend" : 0.1000000000, "dividend" : 0.4, "recordDate" : "1995-07-21", "paymentDate" : "1995-08-15", "declarationDate" : "1995-07-11" }, { "date" : "1995-04-17", "label" : "April 17, 95", "adjDividend" : 0.0875000000, "dividend" : 0.35, "recordDate" : "1995-04-21", "paymentDate" : "1995-05-15", "declarationDate" : "1995-04-11" }, { "date" : "1995-01-13", "label" : "January 13, 95", "adjDividend" : 0.0875000000, "dividend" : 0.35, "recordDate" : "1995-01-20", "paymentDate" : "1995-02-15", "declarationDate" : "" }, { "date" : "1994-10-17", "label" : "October 17, 94", "adjDividend" : 0.0875000000, "dividend" : 0.35, "recordDate" : "1994-10-21", "paymentDate" : "1994-11-15", "declarationDate" : "" }, { "date" : "1994-07-26", "label" : "July 26, 94", "adjDividend" : 0.0875000000, "dividend" : 0.35, "recordDate" : "1994-07-22", "paymentDate" : "1994-08-15", "declarationDate" : "1994-07-12" }, { "date" : "1994-07-18", "label" : "July 18, 94", "adjDividend" : 0.0875000000, "dividend" : 0.0875000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1994-04-26", "label" : "April 26, 94", "adjDividend" : 0.0775000000, "dividend" : 0.31, "recordDate" : "1994-04-22", "paymentDate" : "1994-05-16", "declarationDate" : "" }, { "date" : "1994-04-18", "label" : "April 18, 94", "adjDividend" : 0.0775000000, "dividend" : 0.0775000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1994-02-15", "label" : "February 15, 94", "adjDividend" : 0.0775000000, "dividend" : 0.31, "recordDate" : "1994-01-21", "paymentDate" : "1994-02-15", "declarationDate" : "" }, { "date" : "1994-01-14", "label" : "January 14, 94", "adjDividend" : 0.0775000000, "dividend" : 0.0775000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1993-10-19", "label" : "October 19, 93", "adjDividend" : 0.0775000000, "dividend" : 0.31, "recordDate" : "1993-10-22", "paymentDate" : "1993-11-15", "declarationDate" : "1993-10-14" }, { "date" : "1993-10-18", "label" : "October 18, 93", "adjDividend" : 0.0775000000, "dividend" : 0.0775000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1993-07-20", "label" : "July 20, 93", "adjDividend" : 0.0775000000, "dividend" : 0.31, "recordDate" : "1993-07-23", "paymentDate" : "1993-08-16", "declarationDate" : "1993-07-16" }, { "date" : "1993-07-19", "label" : "July 19, 93", "adjDividend" : 0.0775000000, "dividend" : 0.0775000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1993-04-20", "label" : "April 20, 93", "adjDividend" : 0.0687500000, "dividend" : 0.275, "recordDate" : "1993-04-23", "paymentDate" : "1993-05-14", "declarationDate" : "1993-04-19" }, { "date" : "1993-04-19", "label" : "April 19, 93", "adjDividend" : 0.0687500000, "dividend" : 0.0687500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1993-01-19", "label" : "January 19, 93", "adjDividend" : 0.0687500000, "dividend" : 0.275, "recordDate" : "1993-01-22", "paymentDate" : "1993-02-16", "declarationDate" : "1993-01-18" }, { "date" : "1993-01-15", "label" : "January 15, 93", "adjDividend" : 0.0687500000, "dividend" : 0.0687500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1992-10-20", "label" : "October 20, 92", "adjDividend" : 0.0687500000, "dividend" : 0.275, "recordDate" : "1992-10-23", "paymentDate" : "1992-11-16", "declarationDate" : "1992-10-19" }, { "date" : "1992-10-19", "label" : "October 19, 92", "adjDividend" : 0.0687500000, "dividend" : 0.0687500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1992-07-21", "label" : "July 21, 92", "adjDividend" : 0.0687500000, "dividend" : 0.275, "recordDate" : "1992-07-24", "paymentDate" : "1992-08-14", "declarationDate" : "1992-07-20" }, { "date" : "1992-07-20", "label" : "July 20, 92", "adjDividend" : 0.0687500000, "dividend" : 0.0687500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1992-05-15", "label" : "May 15, 92", "adjDividend" : 0.0687500000, "dividend" : 0.55, "recordDate" : "1992-04-24", "paymentDate" : "1992-05-15", "declarationDate" : "" }, { "date" : "1992-04-20", "label" : "April 20, 92", "adjDividend" : 0.0687500000, "dividend" : 0.0687500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1992-02-14", "label" : "February 14, 92", "adjDividend" : 0.0625000000, "dividend" : 0.5, "recordDate" : "1992-01-24", "paymentDate" : "1992-02-14", "declarationDate" : "" }, { "date" : "1992-01-17", "label" : "January 17, 92", "adjDividend" : 0.0625000000, "dividend" : 0.0625000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1991-11-15", "label" : "November 15, 91", "adjDividend" : 0.0625000000, "dividend" : 0.5, "recordDate" : "1991-10-18", "paymentDate" : "1991-11-15", "declarationDate" : "" }, { "date" : "1991-10-11", "label" : "October 11, 91", "adjDividend" : 0.0625000000, "dividend" : 0.0625000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1991-07-16", "label" : "July 16, 91", "adjDividend" : 0.0625000000, "dividend" : 0.5, "recordDate" : "1991-07-19", "paymentDate" : "1991-08-15", "declarationDate" : "1991-07-12" }, { "date" : "1991-07-15", "label" : "July 15, 91", "adjDividend" : 0.0625000000, "dividend" : 0.0625000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1991-04-16", "label" : "April 16, 91", "adjDividend" : 0.0625000000, "dividend" : 0.5, "recordDate" : "1991-04-19", "paymentDate" : "1991-05-15", "declarationDate" : "1991-04-12" }, { "date" : "1991-04-15", "label" : "April 15, 91", "adjDividend" : 0.0625000000, "dividend" : 0.0625000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1991-01-14", "label" : "January 14, 91", "adjDividend" : 0.0625000000, "dividend" : 0.5, "recordDate" : "1991-01-18", "paymentDate" : "1991-02-15", "declarationDate" : "1991-01-14" }, { "date" : "1990-10-16", "label" : "October 16, 90", "adjDividend" : 0.0625000000, "dividend" : 0.5, "recordDate" : "1990-10-19", "paymentDate" : "1990-11-15", "declarationDate" : "1990-10-11" }, { "date" : "1990-10-15", "label" : "October 15, 90", "adjDividend" : 0.0625000000, "dividend" : 0.0625000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1990-07-17", "label" : "July 17, 90", "adjDividend" : 0.0562500000, "dividend" : 0.45, "recordDate" : "1990-07-20", "paymentDate" : "1990-08-15", "declarationDate" : "1990-07-12" }, { "date" : "1990-07-16", "label" : "July 16, 90", "adjDividend" : 0.0562500000, "dividend" : 0.0562500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1990-04-17", "label" : "April 17, 90", "adjDividend" : 0.0562500000, "dividend" : 0.45, "recordDate" : "1990-04-20", "paymentDate" : "1990-05-15", "declarationDate" : "1990-04-12" }, { "date" : "1990-04-16", "label" : "April 16, 90", "adjDividend" : 0.0562500000, "dividend" : 0.0562500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1990-01-16", "label" : "January 16, 90", "adjDividend" : 0.0562500000, "dividend" : 0.45, "recordDate" : "1990-01-19", "paymentDate" : "1990-02-15", "declarationDate" : "1990-01-11" }, { "date" : "1990-01-12", "label" : "January 12, 90", "adjDividend" : 0.0562500000, "dividend" : 0.0562500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1989-10-16", "label" : "October 16, 89", "adjDividend" : 0.0562500000, "dividend" : 0.0562500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1989-07-17", "label" : "July 17, 89", "adjDividend" : 0.0500000000, "dividend" : 0.0500000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1989-04-17", "label" : "April 17, 89", "adjDividend" : 0.0500000000, "dividend" : 0.0500000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1989-01-13", "label" : "January 13, 89", "adjDividend" : 0.0500000000, "dividend" : 0.0500000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1988-10-17", "label" : "October 17, 88", "adjDividend" : 0.0437500000, "dividend" : 0.0437500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1988-07-18", "label" : "July 18, 88", "adjDividend" : 0.0437500000, "dividend" : 0.0437500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1988-04-18", "label" : "April 18, 88", "adjDividend" : 0.0437500000, "dividend" : 0.0437500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1988-01-15", "label" : "January 15, 88", "adjDividend" : 0.0437500000, "dividend" : 0.0437500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1987-10-19", "label" : "October 19, 87", "adjDividend" : 0.0421900000, "dividend" : 0.0421900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1987-07-20", "label" : "July 20, 87", "adjDividend" : 0.0421900000, "dividend" : 0.0421900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1987-04-20", "label" : "April 20, 87", "adjDividend" : 0.0421900000, "dividend" : 0.0421900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1987-01-16", "label" : "January 16, 87", "adjDividend" : 0.0421900000, "dividend" : 0.0421900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1986-10-20", "label" : "October 20, 86", "adjDividend" : 0.0421900000, "dividend" : 0.0421900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1986-07-14", "label" : "July 14, 86", "adjDividend" : 0.0421900000, "dividend" : 0.0421900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1986-04-14", "label" : "April 14, 86", "adjDividend" : 0.0421900000, "dividend" : 0.0421900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1986-01-17", "label" : "January 17, 86", "adjDividend" : 0.0406300000, "dividend" : 0.0406300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1985-10-11", "label" : "October 11, 85", "adjDividend" : 0.0406300000, "dividend" : 0.0406300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1985-07-15", "label" : "July 15, 85", "adjDividend" : 0.0406300000, "dividend" : 0.0406300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1985-04-15", "label" : "April 15, 85", "adjDividend" : 0.0406300000, "dividend" : 0.0406300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1985-01-14", "label" : "January 14, 85", "adjDividend" : 0.0406300000, "dividend" : 0.0406300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1984-10-15", "label" : "October 15, 84", "adjDividend" : 0.0406300000, "dividend" : 0.0406300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1984-07-16", "label" : "July 16, 84", "adjDividend" : 0.0406300000, "dividend" : 0.0406300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1984-04-13", "label" : "April 13, 84", "adjDividend" : 0.0375000000, "dividend" : 0.0375000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1984-01-16", "label" : "January 16, 84", "adjDividend" : 0.0375000000, "dividend" : 0.0375000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1983-10-17", "label" : "October 17, 83", "adjDividend" : 0.0375000000, "dividend" : 0.0375000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1983-07-18", "label" : "July 18, 83", "adjDividend" : 0.0375000000, "dividend" : 0.0375000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1983-04-18", "label" : "April 18, 83", "adjDividend" : 0.0375000000, "dividend" : 0.0375000000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1983-01-17", "label" : "January 17, 83", "adjDividend" : 0.0187500000, "dividend" : 0.0187500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1982-10-18", "label" : "October 18, 82", "adjDividend" : 0.0328100000, "dividend" : 0.0328100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1982-07-19", "label" : "July 19, 82", "adjDividend" : 0.0328100000, "dividend" : 0.0328100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1982-04-19", "label" : "April 19, 82", "adjDividend" : 0.0328100000, "dividend" : 0.0328100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1982-01-18", "label" : "January 18, 82", "adjDividend" : 0.0328100000, "dividend" : 0.0328100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1981-10-19", "label" : "October 19, 81", "adjDividend" : 0.0328100000, "dividend" : 0.0328100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1981-07-20", "label" : "July 20, 81", "adjDividend" : 0.0296900000, "dividend" : 0.0296900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1981-04-20", "label" : "April 20, 81", "adjDividend" : 0.0296900000, "dividend" : 0.0296900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1981-01-19", "label" : "January 19, 81", "adjDividend" : 0.0296900000, "dividend" : 0.0296900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1980-10-20", "label" : "October 20, 80", "adjDividend" : 0.0296900000, "dividend" : 0.0296900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1980-07-14", "label" : "July 14, 80", "adjDividend" : 0.0296900000, "dividend" : 0.0296900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1980-04-14", "label" : "April 14, 80", "adjDividend" : 0.0265600000, "dividend" : 0.0265600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1980-01-14", "label" : "January 14, 80", "adjDividend" : 0.0265600000, "dividend" : 0.0265600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1979-10-15", "label" : "October 15, 79", "adjDividend" : 0.0265600000, "dividend" : 0.0265600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1979-07-16", "label" : "July 16, 79", "adjDividend" : 0.0265600000, "dividend" : 0.0265600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1979-04-16", "label" : "April 16, 79", "adjDividend" : 0.0265600000, "dividend" : 0.0265600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1979-01-15", "label" : "January 15, 79", "adjDividend" : 0.0234400000, "dividend" : 0.0234400000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1978-10-16", "label" : "October 16, 78", "adjDividend" : 0.0234400000, "dividend" : 0.0234400000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1978-07-17", "label" : "July 17, 78", "adjDividend" : 0.0234400000, "dividend" : 0.0234400000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1978-04-17", "label" : "April 17, 78", "adjDividend" : 0.0234400000, "dividend" : 0.0234400000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1978-01-16", "label" : "January 16, 78", "adjDividend" : 0.0203100000, "dividend" : 0.0203100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1977-10-17", "label" : "October 17, 77", "adjDividend" : 0.0203100000, "dividend" : 0.0203100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1977-07-18", "label" : "July 18, 77", "adjDividend" : 0.0203100000, "dividend" : 0.0203100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1977-04-18", "label" : "April 18, 77", "adjDividend" : 0.0203100000, "dividend" : 0.0203100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1977-01-17", "label" : "January 17, 77", "adjDividend" : 0.0203100000, "dividend" : 0.0203100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1976-10-18", "label" : "October 18, 76", "adjDividend" : 0.0171900000, "dividend" : 0.0171900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1976-07-19", "label" : "July 19, 76", "adjDividend" : 0.0171900000, "dividend" : 0.0171900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1976-04-19", "label" : "April 19, 76", "adjDividend" : 0.0171900000, "dividend" : 0.0171900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1976-01-19", "label" : "January 19, 76", "adjDividend" : 0.0156300000, "dividend" : 0.0156300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1975-10-20", "label" : "October 20, 75", "adjDividend" : 0.0156300000, "dividend" : 0.0156300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1975-07-14", "label" : "July 14, 75", "adjDividend" : 0.0156300000, "dividend" : 0.0156300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1975-04-14", "label" : "April 14, 75", "adjDividend" : 0.0156300000, "dividend" : 0.0156300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1975-01-20", "label" : "January 20, 75", "adjDividend" : 0.0156300000, "dividend" : 0.0156300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1974-10-11", "label" : "October 11, 74", "adjDividend" : 0.0140600000, "dividend" : 0.0140600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1974-07-15", "label" : "July 15, 74", "adjDividend" : 0.0140600000, "dividend" : 0.0140600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1974-04-15", "label" : "April 15, 74", "adjDividend" : 0.0140600000, "dividend" : 0.0140600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1974-01-14", "label" : "January 14, 74", "adjDividend" : 0.0140600000, "dividend" : 0.0140600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1973-10-15", "label" : "October 15, 73", "adjDividend" : 0.0140600000, "dividend" : 0.0140600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1973-07-16", "label" : "July 16, 73", "adjDividend" : 0.0140600000, "dividend" : 0.0140600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1973-04-13", "label" : "April 13, 73", "adjDividend" : 0.0121900000, "dividend" : 0.0121900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1973-01-15", "label" : "January 15, 73", "adjDividend" : 0.0121900000, "dividend" : 0.0121900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1972-10-16", "label" : "October 16, 72", "adjDividend" : 0.0121900000, "dividend" : 0.0121900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1972-07-17", "label" : "July 17, 72", "adjDividend" : 0.0121900000, "dividend" : 0.0121900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1972-04-17", "label" : "April 17, 72", "adjDividend" : 0.0117200000, "dividend" : 0.0117200000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1972-01-17", "label" : "January 17, 72", "adjDividend" : 0.0117200000, "dividend" : 0.0117200000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1971-10-18", "label" : "October 18, 71", "adjDividend" : 0.0117200000, "dividend" : 0.0117200000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1971-07-19", "label" : "July 19, 71", "adjDividend" : 0.0117200000, "dividend" : 0.0117200000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1971-04-19", "label" : "April 19, 71", "adjDividend" : 0.0109400000, "dividend" : 0.0109400000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1971-01-18", "label" : "January 18, 71", "adjDividend" : 0.0109400000, "dividend" : 0.0109400000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1970-10-19", "label" : "October 19, 70", "adjDividend" : 0.0109400000, "dividend" : 0.0109400000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1970-07-20", "label" : "July 20, 70", "adjDividend" : 0.0109400000, "dividend" : 0.0109400000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1970-05-19", "label" : "May 19, 70", "adjDividend" : 0E-10, "dividend" : 0E-10, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1970-04-20", "label" : "April 20, 70", "adjDividend" : 0.0109400000, "dividend" : 0.0109400000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1970-01-19", "label" : "January 19, 70", "adjDividend" : 0.0101600000, "dividend" : 0.0101600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1969-10-20", "label" : "October 20, 69", "adjDividend" : 0.0101600000, "dividend" : 0.0101600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1969-07-14", "label" : "July 14, 69", "adjDividend" : 0.0101600000, "dividend" : 0.0101600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1969-04-14", "label" : "April 14, 69", "adjDividend" : 0.0101600000, "dividend" : 0.0101600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1969-01-20", "label" : "January 20, 69", "adjDividend" : 0.0101600000, "dividend" : 0.0101600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1968-10-14", "label" : "October 14, 68", "adjDividend" : 0.0093800000, "dividend" : 0.0093800000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1968-07-15", "label" : "July 15, 68", "adjDividend" : 0.0093800000, "dividend" : 0.0093800000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1968-04-15", "label" : "April 15, 68", "adjDividend" : 0.0093800000, "dividend" : 0.0093800000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1968-01-16", "label" : "January 16, 68", "adjDividend" : 0.0093800000, "dividend" : 0.0093800000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1967-10-17", "label" : "October 17, 67", "adjDividend" : 0.0085900000, "dividend" : 0.0085900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1967-07-18", "label" : "July 18, 67", "adjDividend" : 0.0085900000, "dividend" : 0.0085900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1967-04-18", "label" : "April 18, 67", "adjDividend" : 0.0085900000, "dividend" : 0.0085900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1967-01-17", "label" : "January 17, 67", "adjDividend" : 0.0085900000, "dividend" : 0.0085900000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1966-10-18", "label" : "October 18, 66", "adjDividend" : 0.0078100000, "dividend" : 0.0078100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1966-07-19", "label" : "July 19, 66", "adjDividend" : 0.0078100000, "dividend" : 0.0078100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1966-04-19", "label" : "April 19, 66", "adjDividend" : 0.0078100000, "dividend" : 0.0078100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1966-01-18", "label" : "January 18, 66", "adjDividend" : 0.0078100000, "dividend" : 0.0078100000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1965-10-19", "label" : "October 19, 65", "adjDividend" : 0.0072300000, "dividend" : 0.0072300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1965-07-20", "label" : "July 20, 65", "adjDividend" : 0.0072300000, "dividend" : 0.0072300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1965-04-20", "label" : "April 20, 65", "adjDividend" : 0.0072300000, "dividend" : 0.0072300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1965-01-19", "label" : "January 19, 65", "adjDividend" : 0.0072300000, "dividend" : 0.0072300000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1964-10-20", "label" : "October 20, 64", "adjDividend" : 0.0068400000, "dividend" : 0.0068400000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1964-07-21", "label" : "July 21, 64", "adjDividend" : 0.0068400000, "dividend" : 0.0068400000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1964-04-21", "label" : "April 21, 64", "adjDividend" : 0.0068400000, "dividend" : 0.0068400000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1964-01-21", "label" : "January 21, 64", "adjDividend" : 0.0068400000, "dividend" : 0.0068400000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1963-10-15", "label" : "October 15, 63", "adjDividend" : 0.0062500000, "dividend" : 0.0062500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1963-07-16", "label" : "July 16, 63", "adjDividend" : 0.0062500000, "dividend" : 0.0062500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1963-04-16", "label" : "April 16, 63", "adjDividend" : 0.0062500000, "dividend" : 0.0062500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1963-01-15", "label" : "January 15, 63", "adjDividend" : 0.0062500000, "dividend" : 0.0062500000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1962-10-16", "label" : "October 16, 62", "adjDividend" : 0.0058600000, "dividend" : 0.0058600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1962-07-17", "label" : "July 17, 62", "adjDividend" : 0.0058600000, "dividend" : 0.0058600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1962-04-16", "label" : "April 16, 62", "adjDividend" : 0.0058600000, "dividend" : 0.0058600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" }, { "date" : "1962-01-16", "label" : "January 16, 62", "adjDividend" : 0.0058600000, "dividend" : 0.0058600000, "recordDate" : "", "paymentDate" : "", "declarationDate" : "" } ] } ```
yoshikouki commented 3 years ago

https://financialmodelingprep.com/api/v3/ratios-ttm/JNJ?apikey=API&limit=3

[ {
  "dividendYielTTM" : 0.022891363967090166,
  "dividendYielPercentageTTM" : 2.289136396709016600,
  "peRatioTTM" : 26.85959,
  "pegRatioTTM" : -11.81821960000001,
  "payoutRatioTTM" : 0.6060069229470366,
  "currentRatioTTM" : 1.3886263267994112,
  "quickRatioTTM" : 1.0376023346504482,
  "cashRatioTTM" : 0.3701350688257018,
  "daysOfSalesOutstandingTTM" : 60.85788765556677,
  "daysOfInventoryOutstandingTTM" : 125.23780404946324,
  "operatingCycleTTM" : 140.24385853987695,
  "daysOfPayablesOutstandingTTM" : 107.92770756896317,
  "cashConversionCycleTTM" : -16.189265490241084,
  "grossProfitMarginTTM" : 0.6699630003363606,
  "operatingProfitMarginTTM" : 0.25694584594685504,
  "pretaxProfitMarginTTM" : 0.22579885637403296,
  "netProfitMarginTTM" : 0.1992039466307882,
  "effectiveTaxRateTTM" : 0.11778141913699787,
  "returnOnAssetsTTM" : 0.10069712083427794,
  "returnOnEquityTTM" : 0.27005110862006726,
  "returnOnCapitalEmployedTTM" : 0.16640405463298455,
  "netIncomePerEBTTTM" : 0.8822185808630021,
  "ebtPerEbitTTM" : 0.8787799450189815,
  "ebitPerRevenueTTM" : 0.25694584594685504,
  "debtRatioTTM" : 0.6056449784629335,
  "debtEquityRatioTTM" : 1.535786145444093,
  "longTermDebtToCapitalizationTTM" : 0.30343377715487035,
  "totalDebtToCapitalizationTTM" : 0.3248789575308307,
  "interestCoverageTTM" : 97.93589743589743,
  "cashFlowToDebtRatioTTM" : 0.7799181674282472,
  "companyEquityMultiplierTTM" : 2.535786145444093,
  "receivablesTurnoverTTM" : 5.997579180956223,
  "payablesTurnoverTTM" : 3.381893382352941,
  "inventoryTurnoverTTM" : 2.9144554455445544,
  "fixedAssetTurnoverTTM" : 4.786925719192786,
  "assetTurnoverTTM" : 0.5054976195873951,
  "operatingCashFlowPerShareTTM" : 9.919848053181386,
  "freeCashFlowPerShareTTM" : 8.571320037986705,
  "cashPerShareTTM" : 9.612915479582146,
  "operatingCashFlowSalesRatioTTM" : 0.29279067159995514,
  "freeCashFlowOperatingCashFlowRatioTTM" : 0.864057593627939,
  "cashFlowCoverageRatiosTTM" : 0.7799181674282472,
  "shortTermCoverageRatiosTTM" : 8.230066183422629,
  "capitalExpenditureCoverageRatioTTM" : -7.356056338028169,
  "dividendPaidAndCapexCoverageRatioTTM" : -7.356056346503175,
  "priceBookValueRatioTTM" : 6.759827177349813,
  "priceToBookRatioTTM" : 6.759827177349813,
  "priceToSalesRatioTTM" : 5.273559535822401,
  "priceEarningsRatioTTM" : 26.473167951820788,
  "priceToFreeCashFlowsRatioTTM" : 20.845097278851267,
  "priceToOperatingCashFlowsRatioTTM" : 18.011364593704524,
  "priceCashFlowRatioTTM" : 18.011364593704524,
  "priceEarningsToGrowthRatioTTM" : -11.81821960000001,
  "priceSalesRatioTTM" : 5.273559535822401,
  "dividendYieldTTM" : 0.022891363967090166,
  "enterpriseValueMultipleTTM" : 17.499008865691916,
  "priceFairValueTTM" : 6.759827177349813,
  "dividendPerShareTTM" : 4.09
} ]

https://financialmodelingprep.com/api/v3/key-metrics-ttm/JNJ?apikey=API&limit=3

[ {
  "revenuePerShareTTM" : 33.88034188034188,
  "netIncomePerShareTTM" : 6.7490978157644825,
  "operatingCashFlowPerShareTTM" : 9.919848053181386,
  "freeCashFlowPerShareTTM" : 8.571320037986705,
  "cashPerShareTTM" : 9.612915479582146,
  "bookValuePerShareTTM" : 26.431149097815766,
  "tangibleBookValuePerShareTTM" : -6.261348528015195,
  "shareholdersEquityPerShareTTM" : 26.431149097815766,
  "interestDebtPerShareTTM" : 12.807977207977208,
  "marketCapTTM" : 469927575000,
  "enterpriseValueTTM" : 489078575000,
  "peRatioTTM" : 26.449461079529463,
  "priceToSalesRatioTTM" : 5.268837033299697,
  "pocfratioTTM" : 17.995235314390747,
  "pfcfRatioTTM" : 20.82643037581989,
  "pbRatioTTM" : 6.753773713710836,
  "ptbRatioTTM" : 6.753773713710836,
  "evToSalesTTM" : 5.483558414620473,
  "enterpriseValueOverEBITDATTM" : 17.48395148893576,
  "evToOperatingCashFlowTTM" : 18.72859672972352,
  "evToFreeCashFlowTTM" : 21.675171733735155,
  "earningsYieldTTM" : 0.037807953704355406,
  "freeCashFlowYieldTTM" : 0.048015909685657415,
  "debtToEquityTTM" : 1.535786145444093,
  "debtToAssetsTTM" : 0.6056449784629335,
  "netDebtToEBITDATTM" : 0.6846244593000393,
  "currentRatioTTM" : 1.3886263267994112,
  "interestCoverageTTM" : 97.93589743589743,
  "incomeQualityTTM" : 1.4698035684133506,
  "dividendYieldTTM" : 0.02291188168730043,
  "dividendYieldPercentageTTM" : 2.29118816873004300,
  "payoutRatioTTM" : 0.6060069229470366,
  "salesGeneralAndAdministrativeToRevenueTTM" : -0.17521022536158762,
  "researchAndDevelopementToRevenueTTM" : 0.15073438726314609,
  "intangiblesToTotalAssetsTTM" : 0.28476535932895036,
  "capexToOperatingCashFlowTTM" : -0.13594240637206095,
  "capexToRevenueTTM" : -0.03980266846058975,
  "capexToDepreciationTTM" : -0.473902015752236,
  "stockBasedCompensationToRevenueTTM" : 0.012075344769593004,
  "grahamNumberTTM" : 63.35372316995119,
  "roicTTM" : 0.16640405463298455,
  "returnOnTangibleAssetsTTM" : 0.1407889315033757,
  "grahamNetNetTTM" : -24.824596391263057,
  "workingCapitalTTM" : 15048000000,
  "tangibleAssetValueTTM" : 19336000000,
  "netCurrentAssetValueTTM" : -20.167521367521367,
  "investedCapitalTTM" : 0.4812158666283415,
  "averageReceivablesTTM" : 14904500000,
  "averagePayablesTTM" : 8603500000,
  "averageInventoryTTM" : 10026000000,
  "daysSalesOutstandingTTM" : 60.85788765556677,
  "daysPayablesOutstandingTTM" : 107.92770756896317,
  "daysOfInventoryOnHandTTM" : 125.23780404946324,
  "receivablesTurnoverTTM" : 5.997579180956223,
  "payablesTurnoverTTM" : 3.381893382352941,
  "inventoryTurnoverTTM" : 2.9144554455445544,
  "roeTTM" : 0.27005110862006726,
  "capexPerShareTTM" : -1.348528015194682,
  "dividendPerShareTTM" : 4.09,
  "debtToMarketCapTTM" : 0.22739674299810986
} ]
yoshikouki commented 3 years ago

TTM は Trailing 12 Months (TTM) で直訳「過去12ヶ月」

12ヶ月内の実績値を集計している

https://www.investopedia.com/terms/t/ttm.asp

yoshikouki commented 3 years ago

https://financialmodelingprep.com/developer/docs/company-outlook で株価と配当情報、配当利回りなど諸々取れるのでこちらで実装し直す

irb(main):004:0> Client::Fmp.company_outlook("XOM")
=>
{:profile=>
  {:symbol=>"XOM",
   :price=>55.56,
   :beta=>1.422198,
   :vol_avg=>21881139,
   :mkt_cap=>237264371712,
   :last_div=>3.48,
   :range=>"31.11-64.93",
   :changes=>-0.379997,
   :company_name=>"Exxon Mobil Corporation",
   :currency=>"USD",
   :cik=>"0000034088",
   :isin=>"US30231G1022",
   :cusip=>"30231G102",
   :exchange=>"New York Stock Exchange",
   :exchange_short_name=>"NYSE",
   :industry=>"Oil & Gas Integrated",
   :website=>"http://corporate.exxonmobil.com",
   :description=>
    "Exxon Mobil Corporation explores for and produces crude oil and natural gas in the United States, Canada/other Americas, Europe, Africa, Asia, and Australia/Oceania. It operates through Upstream, Downstream, and Chemical segments. The company is also involved in the manufacture, trade, transport, and sale of crude oil, petroleum products, and other specialty products; and manufactures and markets petrochemicals, including olefins, polyolefins, aromatics, and various other petrochemicals. As of December 31, 2019, it had approximately 23,857 net operated wells with proved reserves of 22.4 billion oil-equivalent barrels. In addition, the company produces raw materials, such as polypropylene and isopropyl alcohol for medical masks, gowns, and hand sanitizer. The company was founded in 1870 and is based in Irving, Texas.",
   :ceo=>"Mr. Darren Woods",
   :sector=>"Energy",
   :country=>"US",
   :full_time_employees=>"72000",
   :phone=>"19729406000",
   :address=>"5959 LAS COLINAS BLVD",
   :city=>"Irving",
   :state=>"TEXAS",
   :zip=>"75039-2298",
   :dcf_diff=>30.98,
   :dcf=>56.9615,
   :image=>"https://financialmodelingprep.com/image-stock/XOM.png",
   :ipo_date=>"1980-03-17",
   :default_image=>false,
   :is_etf=>false,
   :is_actively_trading=>true},
 :metrics=>{:dividend_yiel_ttm=>0.06263498920086392, :volume=>16182048, :year_high=>64.93, :year_low=>31.11},
 :ratios=>
  [{:dividend_yiel_ttm=>0.06263498920086392,
    :dividend_yiel_percentage_ttm=>6.263498920086392,
    :pe_ratio_ttm=>-17.822547636909228,
    :peg_ratio_ttm=>0.0694875837719625,
    :payout_ratio_ttm=>-1.1163150787696925,
    :current_ratio_ttm=>0.8490311385327292,
    :quick_ratio_ttm=>0.5142356759535974,
    :cash_ratio_ttm=>0.05567338282078473,
    :days_of_sales_outstanding_ttm=>48.52882259221646,
    :days_of_inventory_outstanding_ttm=>36.11829844907514,
    :operating_cycle_ttm=>48.084309499210704,
    :days_of_payables_outstanding_ttm=>85.78447226971,
    :cash_conversion_cycle_ttm=>-28.349767868132545,
    :gross_profit_margin_ttm=>0.09257050750496137,
    :operating_profit_margin_ttm=>-0.09199284443160749,
    :pretax_profit_margin_ttm=>-0.07959638122035982,
    :net_profit_margin_ttm=>-0.06209878038554351,
    :effective_tax_rate_ttm=>0.19612548285145734,
    :return_on_assets_ttm=>-0.039521004242652445,
    :return_on_equity_ttm=>-0.07859681396936022,
    :return_on_capital_employed_ttm=>-0.07179395821138625,
    :net_income_per_ebtttm=>0.7801709001521714,
    :ebt_per_ebit_ttm=>0.8652453537246164,
    :ebit_per_revenue_ttm=>-0.09199284443160749,
    :debt_ratio_ttm=>0.5091568358292147,
    :debt_equity_ratio_ttm=>1.0373106380922468,
    :long_term_debt_to_capitalization_ttm=>0.21490930646117368,
    :total_debt_to_capitalization_ttm=>0.267995472392204,
    :interest_coverage_ttm=>-17.88677536231884,
    :cash_flow_to_debt_ratio_ttm=>0.45053784729096547,
    :company_equity_multiplier_ttm=>2.0373106380922468,
    :receivables_turnover_ttm=>7.521303433777155,
    :payables_turnover_ttm=>4.254849279161205,
    :inventory_turnover_ttm=>10.10568093385214,
    :fixed_asset_turnover_ttm=>0.9625401323695586,
    :asset_turnover_ttm=>0.6364215850502092,
    :operating_cash_flow_per_share_ttm=>6.386342376052386,
    :free_cash_flow_per_share_ttm=>3.564312441534144,
    :cash_per_share_ttm=>0.8103367633302152,
    :operating_cash_flow_sales_ratio_ttm=>0.12721631618667834,
    :free_cash_flow_operating_cash_flow_ratio_ttm=>0.5581148381426688,
    :cash_flow_coverage_ratios_ttm=>0.45053784729096547,
    :short_term_coverage_ratios_ttm=>1.785653566991434,
    :capital_expenditure_coverage_ratio_ttm=>-2.2630314079721554,
    :dividend_paid_and_capex_coverage_ratio_ttm=>-2.2630314086247907,
    :price_book_value_ratio_ttm=>1.4350102684288097,
    :price_to_book_ratio_ttm=>1.4350102684288097,
    :price_to_sales_ratio_ttm=>1.1067584716153136,
    :price_earnings_ratio_ttm=>-17.822547636909228,
    :price_to_free_cash_flows_ratio_ttm=>15.587859064365855,
    :price_to_operating_cash_flows_ratio_ttm=>8.699815438699282,
    :price_cash_flow_ratio_ttm=>8.699815438699282,
    :price_earnings_to_growth_ratio_ttm=>0.0694875837719625,
    :price_sales_ratio_ttm=>1.1067584716153136,
    :dividend_yield_ttm=>0.06263498920086392,
    :enterprise_value_multiple_ttm=>-52.864790108401806,
    :price_fair_value_ttm=>1.4350102684288097,
    :dividend_per_share_ttm=>3.48}],
 :inside_trades=>
  [{:symbol=>"XOM",
    :transaction_date=>"2021-08-09",
    :reporting_cik=>"0001448903",
    :transaction_type=>"A-Award",
    :securities_owned=>80000.0,
    :company_cik=>"0000034088",
    :reporting_name=>"Mikells Kathryn A",
    :type_of_owner=>"",
    :acquistion_or_disposition=>"A",
    :form_type=>"4",
    :securities_transacted=>80000.0,
    :price=>0.0,
    :security_name=>"Common Stock",
    :link=>"https://www.sec.gov/Archives/edgar/data/0000034088/000112760221023505/0001127602-21-023505-index.htm"},
   {:symbol=>"XOM",
    :transaction_date=>"2021-06-21",
    :reporting_cik=>"0001868531",
    :transaction_type=>"A-Award",
    :securities_owned=>8000.0,
    :company_cik=>"0000034088",
    :reporting_name=>"Hietala Kaisa",
    :type_of_owner=>"",
    :acquistion_or_disposition=>"A",
    :form_type=>"4",
    :securities_transacted=>8000.0,
    :price=>0.0,
    :security_name=>"Common Stock",
    :link=>"https://www.sec.gov/Archives/edgar/data/0000034088/000112760221020560/0001127602-21-020560-index.htm"},
   {:symbol=>"XOM",
    :transaction_date=>"2021-06-21",
    :reporting_cik=>"0001490987",
    :transaction_type=>"A-Award",
    :securities_owned=>18041.21,
    :company_cik=>"0000034088",
    :reporting_name=>"Goff Gregory James",
    :type_of_owner=>"",
    :acquistion_or_disposition=>"A",
    :form_type=>"4",
    :securities_transacted=>8000.0,
    :price=>0.0,
    :security_name=>"Common Stock",
    :link=>"https://www.sec.gov/Archives/edgar/data/0000034088/000112760221020562/0001127602-21-020562-index.htm"},
   {:symbol=>"XOM",
    :transaction_date=>"2021-06-21",
    :reporting_cik=>"0001446059",
    :transaction_type=>"A-Award",
    :securities_owned=>25000.0,
    :company_cik=>"0000034088",
    :reporting_name=>"Karsner Alexander",
    :type_of_owner=>"",
    :acquistion_or_disposition=>"A",
    :form_type=>"4",
    :securities_transacted=>8000.0,
    :price=>0.0,
    :security_name=>"Common Stock",
    :link=>"https://www.sec.gov/Archives/edgar/data/0000034088/000112760221020564/0001127602-21-020564-index.htm"},
   {:symbol=>"XOM",
    :transaction_date=>"2021-06-11",
    :reporting_cik=>"0001628306",
    :transaction_type=>"G-Gift",
    :securities_owned=>529319.0,
    :company_cik=>"0000034088",
    :reporting_name=>"Chapman Neil A",
    :type_of_owner=>"officer: Senior Vice President",
    :acquistion_or_disposition=>"D",
    :form_type=>"4",
    :securities_transacted=>1605.0,
    :price=>0.0,
    :security_name=>"Common Stock",
    :link=>"https://www.sec.gov/Archives/edgar/data/0000034088/000112760221019815/0001127602-21-019815-index.htm"}],
 :key_executives=>
  [{:title=>"Vice President of Public & Gov. Affairs", :name=>"Ms. Suzanne M. McCarron", :gender=>"female", :pay=>nil, :currency_pay=>"USD"},
   {:title=>"Vice President & Gen. Counsel", :name=>"Mr. Craig S. Morford", :gender=>"male", :pay=>nil, :currency_pay=>"USD"},
   {:title=>"Vice President of Investor Relations & Corporation Sec.", :name=>"Mr. Stephen A. Littleton", :gender=>"male", :pay=>nil, :currency_pay=>"USD"},
   {:title=>"Vice President, Principal Accounting Officer & Controller", :name=>"Mr. Leonard M. Fox", :gender=>"male", :pay=>nil, :currency_pay=>"USD"},
   {:title=>"Vice President, Controller & Principal Accounting Officer", :name=>"Mr. David S. Rosenthal", :gender=>"male", :pay=>nil, :currency_pay=>"USD"},
   {:title=>"Pres of ExxonMobil Global Projects Company", :name=>"Mr. Neil W. Duffin", :gender=>"male", :pay=>1340000, :currency_pay=>"USD"},
   {:title=>"Senior Vice President", :name=>"Mr. Jack P. Williams Jr.", :gender=>"male", :pay=>1110000, :currency_pay=>"USD"},
   {:title=>"Senior Vice President", :name=>"Mr. Neil A. Chapman", :gender=>"male", :pay=>1040000, :currency_pay=>"USD"},
   {:title=>"Senior Vice President & Principal Financial Officer", :name=>"Mr. Andrew P. Swiger", :gender=>"male", :pay=>1690000, :currency_pay=>"USD"},
   {:title=>"Chairman, Pres & Chief Executive Officer", :name=>"Mr. Darren W. Woods", :gender=>"male", :pay=>1860000, :currency_pay=>"USD"}],
 :split_history=>
  [{:date=>"2001-07-19", :label=>"July 19, 01", :numerator=>2.0, :denominator=>1.0},
   {:date=>"1997-04-14", :label=>"April 14, 97", :numerator=>2.0, :denominator=>1.0},
   {:date=>"1987-09-15", :label=>"September 15, 87", :numerator=>2.0, :denominator=>1.0},
   {:date=>"1981-06-12", :label=>"June 12, 81", :numerator=>2.0, :denominator=>1.0},
   {:date=>"1976-07-26", :label=>"July 26, 76", :numerator=>2.0, :denominator=>1.0}],
 :stock_dividend=>
  [{:date=>"2021-08-12",
    :label=>"August 12, 21",
    :adj_dividend=>0.87,
    :dividend=>0.87,
    :record_date=>"2021-08-13",
    :payment_date=>"2021-09-10",
    :declaration_date=>""},
   {:date=>"2021-05-12", :label=>"May 12, 21", :adj_dividend=>0.87, :dividend=>0.87, :record_date=>"2021-05-13", :payment_date=>"2021-06-10", :declaration_date=>""},
   {:date=>"2021-02-09",
    :label=>"February 09, 21",
    :adj_dividend=>0.87,
    :dividend=>0.87,
    :record_date=>"2021-02-10",
    :payment_date=>"2021-03-10",
    :declaration_date=>"2021-01-27"},
   {:date=>"2020-11-10",
    :label=>"November 10, 20",
    :adj_dividend=>0.87,
    :dividend=>0.87,
    :record_date=>"2020-11-12",
    :payment_date=>"2020-12-10",
    :declaration_date=>"2020-10-28"},
   {:date=>"2020-08-12",
    :label=>"August 12, 20",
    :adj_dividend=>0.87,
    :dividend=>0.87,
    :record_date=>"2020-08-13",
    :payment_date=>"2020-09-10",
    :declaration_date=>"2020-07-29"}],
 :stock_news=>
  [{:symbol=>"XOM",
    :published_date=>"2021-08-17 12:56:07",
    :title=>"Is Exxon Mobil (XOM) Stock Outpacing Its Oils-Energy Peers This Year?",
    :image=>"https://cdn.snapi.dev/images/v1/i/z/oil24-969050.jpg",
    :site=>"Zacks Investment Research",
    :text=>"Is (XOM) Outperforming Other Oils-Energy Stocks This Year?",
    :url=>"https://www.zacks.com/stock/news/1782883/is-exxon-mobil-xom-stock-outpacing-its-oils-energy-peers-this-year"},
   {:symbol=>"XOM",
    :published_date=>"2021-08-17 10:55:35",
    :title=>"Energy Bear ETFs Break Out After Sluggish Chinese Data",
    :image=>"https://cdn.snapi.dev/images/v1/m/i/energyetfs-0f6e12b51c9c496f899d97a0a2b8999d-968717.jpg",
    :site=>"Investopedia",
    :text=>"Energy prices slumped Monday after weaker Chinese economic data raised demand concerns. Profit from falling oil prices with these two inverse ETFs.",
    :url=>"https://www.investopedia.com/energy-bear-etfs-break-out-after-sluggish-chinese-data-5197756"},
   {:symbol=>"XOM",
    :published_date=>"2021-08-16 17:49:42",
    :title=>"Why QYLD's 12% Dividend Yield Is A Dog With Fleas",
    :image=>"https://cdn.snapi.dev/images/v1/h/z/cigarettes10-967505.jpg",
    :site=>"Seeking Alpha",
    :text=>"Why QYLD's 12% Dividend Yield Is A Dog With Fleas",
    :url=>"https://seekingalpha.com/article/4449894-why-qylds-12-percent-dividend-yield-is-a-dog-with-fleas"},
   {:symbol=>"XOM",
    :published_date=>"2021-08-16 13:42:22",
    :title=>"Recession Indicators Are Flashing: Buy These 2 Dividend Stocks",
    :image=>"https://cdn.snapi.dev/images/v1/6/7/67202k2-966918.",
    :site=>"Seeking Alpha",
    :text=>"U.S. economic reports continue to show signs of deterioration. Changes in consumer sentiment might be signaling a recession up ahead.",
    :url=>"https://seekingalpha.com/article/4449747-recession-indicators-are-flashing-buy-these-2-dividend-stocks"},
   {:symbol=>"XOM",
    :published_date=>"2021-08-16 11:17:00",
    :title=>"Outside the Box: Engine No. 1 is all talk, no strategy with Exxon Mobil",
    :image=>"https://cdn.snapi.dev/images/v1/w/5/social-966558.jpg",
    :site=>"Market Watch",
    :text=>
     "What does Engine No. 1's recent proxy fight at Exxon Mobil have in common with the insane trading in GameStop and AMC common stock that occurred during the pandemic?",
    :url=>"https://www.marketwatch.com/story/engine-no-1-is-all-talk-no-strategy-with-exxon-mobil-11629127035"}],
 :rating=>
  [{:symbol=>"XOM",
    :date=>"2021-08-16",
    :rating=>"A+",
    :rating_score=>5,
    :rating_recommendation=>"Strong Buy",
    :rating_details_dcf_score=>5,
    :rating_details_dcf_recommendation=>"Strong Buy",
    :rating_details_roe_score=>3,
    :rating_details_roe_recommendation=>"Neutral",
    :rating_details_roa_score=>3,
    :rating_details_roa_recommendation=>"Neutral",
    :rating_details_de_score=>4,
    :rating_details_de_recommendation=>"Buy",
    :rating_details_pe_score=>5,
    :rating_details_pe_recommendation=>"Strong Buy",
    :rating_details_pb_score=>5,
    :rating_details_pb_recommendation=>"Strong Buy"}],
 :financials_annual=>
  {:income=>
    [{"date"=>"2020-12-31",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2021-02-24",
      "acceptedDate"=>"2021-02-24 17:01:02",
      "period"=>"FY",
      "revenue"=>178574000000,
      "costOfRevenue"=>170447000000,
      "grossProfit"=>8127000000,
      "grossProfitRatio"=>0.04551054464815707,
      "researchAndDevelopmentExpenses"=>0.0,
      "generalAndAdministrativeExpenses"=>10168000000,
      "sellingAndMarketingExpenses"=>0.0,
      "sellingGeneralAndAdministrativeExpenses"=>37575000000,
      "otherExpenses"=>0.0,
      "operatingExpenses"=>37575000000,
      "costAndExpenses"=>208022000000,
      "interestExpense"=>1158000000,
      "depreciationAndAmortization"=>46009000000,
      "ebitda"=>19095000000,
      "ebitdaratio"=>0.1069304602013731,
      "operatingIncome"=>-29448000000,
      "operatingIncomeRatio"=>-0.164906425347475,
      "totalOtherIncomeExpensesNet"=>-565000000,
      "incomeBeforeTax"=>-28883000000,
      "incomeBeforeTaxRatio"=>-0.16174247090841892,
      "incomeTaxExpense"=>-5632000000,
      "netIncome"=>-22440000000,
      "netIncomeRatio"=>-0.1256621904644573,
      "eps"=>-5.299952763344355,
      "epsdiluted"=>-5.299952763344355,
      "weightedAverageShsOut"=>4270212766,
      "weightedAverageShsOutDil"=>4272000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000012/0000034088-21-000012-index.htm",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000012/xom-20201231.htm"},
     {"date"=>"2019-12-31",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2020-02-26 00:00:00",
      "acceptedDate"=>"2020-02-26 16:15:19",
      "period"=>"FY",
      "revenue"=>255583000000,
      "costOfRevenue"=>199625000000,
      "grossProfit"=>55958000000,
      "grossProfitRatio"=>0.21894257442787665,
      "researchAndDevelopmentExpenses"=>0.0,
      "generalAndAdministrativeExpenses"=>11398000000,
      "sellingAndMarketingExpenses"=>0.0,
      "sellingGeneralAndAdministrativeExpenses"=>43192000000,
      "otherExpenses"=>0.0,
      "operatingExpenses"=>43192000000,
      "costAndExpenses"=>242817000000,
      "interestExpense"=>830000000,
      "depreciationAndAmortization"=>0.0,
      "ebitda"=>20452000000,
      "ebitdaratio"=>0.08002097166086947,
      "operatingIncome"=>12766000000,
      "operatingIncomeRatio"=>0.04994854900365048,
      "totalOtherIncomeExpensesNet"=>-7290000000,
      "incomeBeforeTax"=>20056000000,
      "incomeBeforeTaxRatio"=>0.07847157283543897,
      "incomeTaxExpense"=>5282000000,
      "netIncome"=>14340000000,
      "netIncomeRatio"=>0.056107018072407006,
      "eps"=>3.386868209730751,
      "epsdiluted"=>3.358313817330211,
      "weightedAverageShsOut"=>4234000000,
      "weightedAverageShsOutDil"=>4270000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408820000016/0000034088-20-000016-index.html",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408820000016/xom10k2019.htm"},
     {"date"=>"2018-12-31",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2019-02-27 00:00:00",
      "acceptedDate"=>"2019-02-27 16:19:37",
      "period"=>"FY",
      "revenue"=>279332000000,
      "costOfRevenue"=>211599000000,
      "grossProfit"=>67733000000,
      "grossProfitRatio"=>0.24248206435352915,
      "researchAndDevelopmentExpenses"=>0.0,
      "generalAndAdministrativeExpenses"=>11480000000,
      "sellingAndMarketingExpenses"=>0.0,
      "sellingGeneralAndAdministrativeExpenses"=>45609000000,
      "otherExpenses"=>0.0,
      "operatingExpenses"=>45609000000,
      "costAndExpenses"=>257208000000,
      "interestExpense"=>766000000,
      "depreciationAndAmortization"=>18745000000,
      "ebitda"=>49883000000,
      "ebitdaratio"=>0.17857961135852676,
      "operatingIncome"=>22124000000,
      "operatingIncomeRatio"=>0.07920324202024831,
      "totalOtherIncomeExpensesNet"=>-8829000000,
      "incomeBeforeTax"=>30953000000,
      "incomeBeforeTaxRatio"=>0.11081079145962511,
      "incomeTaxExpense"=>9532000000,
      "netIncome"=>20840000000,
      "netIncomeRatio"=>0.0746065613678347,
      "eps"=>4.88,
      "epsdiluted"=>4.88,
      "weightedAverageShsOut"=>4237000000,
      "weightedAverageShsOutDil"=>4237000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408819000010/0000034088-19-000010-index.html",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408819000010/xom10k2018.htm"},
     {"date"=>"2017-12-31",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2018-02-28 00:00:00",
      "acceptedDate"=>"2018-02-28 16:39:51",
      "period"=>"FY",
      "revenue"=>237162000000,
      "costOfRevenue"=>182238000000,
      "grossProfit"=>54924000000,
      "grossProfitRatio"=>0.23158853441951072,
      "researchAndDevelopmentExpenses"=>0.0,
      "generalAndAdministrativeExpenses"=>10956000000,
      "sellingAndMarketingExpenses"=>0.0,
      "sellingGeneralAndAdministrativeExpenses"=>42850000000,
      "otherExpenses"=>0.0,
      "operatingExpenses"=>42850000000,
      "costAndExpenses"=>225088000000,
      "interestExpense"=>601000000,
      "depreciationAndAmortization"=>19893000000,
      "ebitda"=>39030000000,
      "ebitdaratio"=>0.1645710526981557,
      "operatingIncome"=>12074000000,
      "operatingIncomeRatio"=>0.050910348200807885,
      "totalOtherIncomeExpensesNet"=>-6600000000,
      "incomeBeforeTax"=>18674000000,
      "incomeBeforeTaxRatio"=>0.0787394270582977,
      "incomeTaxExpense"=>-1174000000,
      "netIncome"=>19710000000,
      "netIncomeRatio"=>0.08310774913350367,
      "eps"=>4.63,
      "epsdiluted"=>4.63,
      "weightedAverageShsOut"=>4256000000,
      "weightedAverageShsOutDil"=>4256000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408818000015/0000034088-18-000015-index.html",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408818000015/xom10k2017.htm"},
     {"date"=>"2016-12-31",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2017-02-22 00:00:00",
      "acceptedDate"=>"2017-02-22 16:47:56",
      "period"=>"FY",
      "revenue"=>218608000000,
      "costOfRevenue"=>179496000000,
      "grossProfit"=>39112000000,
      "grossProfitRatio"=>0.17891385493669032,
      "researchAndDevelopmentExpenses"=>0.0,
      "generalAndAdministrativeExpenses"=>10799000000,
      "sellingAndMarketingExpenses"=>0.0,
      "sellingGeneralAndAdministrativeExpenses"=>38176000000,
      "otherExpenses"=>0.0,
      "operatingExpenses"=>38176000000,
      "costAndExpenses"=>217672000000,
      "interestExpense"=>453000000,
      "depreciationAndAmortization"=>22308000000,
      "ebitda"=>30195000000,
      "ebitdaratio"=>0.1381239478884579,
      "operatingIncome"=>936000000,
      "operatingIncomeRatio"=>0.004281636536631779,
      "totalOtherIncomeExpensesNet"=>-7033000000,
      "incomeBeforeTax"=>7969000000,
      "incomeBeforeTaxRatio"=>0.03645337773549001,
      "incomeTaxExpense"=>-406000000,
      "netIncome"=>7840000000,
      "netIncomeRatio"=>0.03586328039230037,
      "eps"=>1.88,
      "epsdiluted"=>1.88,
      "weightedAverageShsOut"=>4170212766,
      "weightedAverageShsOutDil"=>4170212766,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408817000017/0000034088-17-000017-index.html",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408817000017/xom10k2016.htm"}],
   :balance=>
    [{"date"=>"2020-12-31",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2021-02-24",
      "acceptedDate"=>"2021-02-24 17:01:02",
      "period"=>"FY",
      "cashAndCashEquivalents"=>4364000000,
      "shortTermInvestments"=>43515000000,
      "cashAndShortTermInvestments"=>47879000000,
      "netReceivables"=>20581000000,
      "inventory"=>18850000000,
      "otherCurrentAssets"=>-42417000000,
      "totalCurrentAssets"=>44893000000,
      "propertyPlantEquipmentNet"=>227553000000,
      "goodwill"=>0.0,
      "intangibleAssets"=>16789000000,
      "goodwillAndIntangibleAssets"=>16789000000,
      "longTermInvestments"=>43515000000,
      "taxAssets"=>0.0,
      "otherNonCurrentAssets"=>0.0,
      "totalNonCurrentAssets"=>287857000000,
      "otherAssets"=>43515000000,
      "totalAssets"=>332750000000,
      "accountPayables"=>17499000000,
      "shortTermDebt"=>20458000000,
      "taxPayables"=>4092000000,
      "deferredRevenue"=>18165000000,
      "otherCurrentLiabilities"=>241000000,
      "totalCurrentLiabilities"=>56363000000,
      "longTermDebt"=>45502000000,
      "deferredRevenueNonCurrent"=>0.0,
      "deferredTaxLiabilitiesNonCurrent"=>18165000000,
      "otherNonCurrentLiabilities"=>48590000000,
      "totalNonCurrentLiabilities"=>112257000000,
      "otherLiabilities"=>0.0,
      "totalLiabilities"=>168620000000,
      "commonStock"=>15688000000,
      "retainedEarnings"=>383943000000,
      "accumulatedOtherComprehensiveIncomeLoss"=>-16705000000,
      "othertotalStockholdersEquity"=>0.0,
      "totalStockholdersEquity"=>164130000000,
      "totalLiabilitiesAndStockholdersEquity"=>332750000000,
      "totalInvestments"=>87030000000,
      "totalDebt"=>65960000000,
      "netDebt"=>61596000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000012/0000034088-21-000012-index.htm",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000012/xom-20201231.htm"},
     {"date"=>"2019-12-31",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2020-02-26 00:00:00",
      "acceptedDate"=>"2020-02-26 16:15:19",
      "period"=>"FY",
      "cashAndCashEquivalents"=>3089000000,
      "shortTermInvestments"=>0.0,
      "cashAndShortTermInvestments"=>3089000000,
      "netReceivables"=>26966000000,
      "inventory"=>18528000000,
      "otherCurrentAssets"=>1469000000,
      "totalCurrentAssets"=>50052000000,
      "propertyPlantEquipmentNet"=>253018000000,
      "goodwill"=>0.0,
      "intangibleAssets"=>0.0,
      "goodwillAndIntangibleAssets"=>0.0,
      "longTermInvestments"=>43164000000,
      "taxAssets"=>0.0,
      "otherNonCurrentAssets"=>16363000000,
      "totalNonCurrentAssets"=>312545000000,
      "otherAssets"=>0.0,
      "totalAssets"=>362597000000,
      "accountPayables"=>24694000000,
      "shortTermDebt"=>20578000000,
      "taxPayables"=>4881000000,
      "deferredRevenue"=>0.0,
      "otherCurrentLiabilities"=>18717000000,
      "totalCurrentLiabilities"=>63989000000,
      "longTermDebt"=>24672000000,
      "deferredRevenueNonCurrent"=>0.0,
      "deferredTaxLiabilitiesNonCurrent"=>25620000000,
      "otherNonCurrentLiabilities"=>49378000000,
      "totalNonCurrentLiabilities"=>99670000000,
      "otherLiabilities"=>0.0,
      "totalLiabilities"=>163659000000,
      "commonStock"=>15637000000,
      "retainedEarnings"=>421341000000,
      "accumulatedOtherComprehensiveIncomeLoss"=>-19493000000,
      "othertotalStockholdersEquity"=>0.0,
      "totalStockholdersEquity"=>198938000000,
      "totalLiabilitiesAndStockholdersEquity"=>362597000000,
      "totalInvestments"=>0.0,
      "totalDebt"=>45250000000,
      "netDebt"=>42161000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408820000016/0000034088-20-000016-index.html",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408820000016/xom10k2019.htm"},
     {"date"=>"2018-12-31",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2019-02-27 00:00:00",
      "acceptedDate"=>"2019-02-27 16:19:37",
      "period"=>"FY",
      "cashAndCashEquivalents"=>3042000000,
      "shortTermInvestments"=>0.0,
      "cashAndShortTermInvestments"=>3042000000,
      "netReceivables"=>24701000000,
      "inventory"=>18958000000,
      "otherCurrentAssets"=>1272000000,
      "totalCurrentAssets"=>47973000000,
      "propertyPlantEquipmentNet"=>247101000000,
      "goodwill"=>0.0,
      "intangibleAssets"=>0.0,
      "goodwillAndIntangibleAssets"=>0.0,
      "longTermInvestments"=>40790000000,
      "taxAssets"=>0.0,
      "otherNonCurrentAssets"=>10332000000,
      "totalNonCurrentAssets"=>298223000000,
      "otherAssets"=>0.0,
      "totalAssets"=>346196000000,
      "accountPayables"=>21063000000,
      "shortTermDebt"=>17258000000,
      "taxPayables"=>5892000000,
      "deferredRevenue"=>0.0,
      "otherCurrentLiabilities"=>18817000000,
      "totalCurrentLiabilities"=>57138000000,
      "longTermDebt"=>19235000000,
      "deferredRevenueNonCurrent"=>0.0,
      "deferredTaxLiabilitiesNonCurrent"=>27244000000,
      "otherNonCurrentLiabilities"=>44051000000,
      "totalNonCurrentLiabilities"=>90530000000,
      "otherLiabilities"=>0.0,
      "totalLiabilities"=>147668000000,
      "commonStock"=>15258000000,
      "retainedEarnings"=>421653000000,
      "accumulatedOtherComprehensiveIncomeLoss"=>-19564000000,
      "othertotalStockholdersEquity"=>0.0,
      "totalStockholdersEquity"=>198528000000,
      "totalLiabilitiesAndStockholdersEquity"=>346196000000,
      "totalInvestments"=>0.0,
      "totalDebt"=>36493000000,
      "netDebt"=>33451000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408819000010/0000034088-19-000010-index.html",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408819000010/xom10k2018.htm"},
     {"date"=>"2017-12-31",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2018-02-28 00:00:00",
      "acceptedDate"=>"2018-02-28 16:39:51",
      "period"=>"FY",
      "cashAndCashEquivalents"=>3177000000,
      "shortTermInvestments"=>0.0,
      "cashAndShortTermInvestments"=>3177000000,
      "netReceivables"=>25597000000,
      "inventory"=>16992000000,
      "otherCurrentAssets"=>1368000000,
      "totalCurrentAssets"=>47134000000,
      "propertyPlantEquipmentNet"=>252630000000,
      "goodwill"=>0.0,
      "intangibleAssets"=>0.0,
      "goodwillAndIntangibleAssets"=>0.0,
      "longTermInvestments"=>39160000000,
      "taxAssets"=>0.0,
      "otherNonCurrentAssets"=>9767000000,
      "totalNonCurrentAssets"=>301557000000,
      "otherAssets"=>0.0,
      "totalAssets"=>348691000000,
      "accountPayables"=>21701000000,
      "shortTermDebt"=>17930000000,
      "taxPayables"=>6356000000,
      "deferredRevenue"=>0.0,
      "otherCurrentLiabilities"=>18140000000,
      "totalCurrentLiabilities"=>57771000000,
      "longTermDebt"=>23079000000,
      "deferredRevenueNonCurrent"=>0.0,
      "deferredTaxLiabilitiesNonCurrent"=>26893000000,
      "otherNonCurrentLiabilities"=>46448000000,
      "totalNonCurrentLiabilities"=>96420000000,
      "otherLiabilities"=>0.0,
      "totalLiabilities"=>154191000000,
      "commonStock"=>14656000000,
      "retainedEarnings"=>414540000000,
      "accumulatedOtherComprehensiveIncomeLoss"=>-16262000000,
      "othertotalStockholdersEquity"=>0.0,
      "totalStockholdersEquity"=>194500000000,
      "totalLiabilitiesAndStockholdersEquity"=>348691000000,
      "totalInvestments"=>0.0,
      "totalDebt"=>41009000000,
      "netDebt"=>37832000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408818000015/0000034088-18-000015-index.html",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408818000015/xom10k2017.htm"},
     {"date"=>"2016-12-31",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2017-02-22 00:00:00",
      "acceptedDate"=>"2017-02-22 16:47:56",
      "period"=>"FY",
      "cashAndCashEquivalents"=>3657000000,
      "shortTermInvestments"=>0.0,
      "cashAndShortTermInvestments"=>3657000000,
      "netReceivables"=>21394000000,
      "inventory"=>15080000000,
      "otherCurrentAssets"=>1285000000,
      "totalCurrentAssets"=>41416000000,
      "propertyPlantEquipmentNet"=>244224000000,
      "goodwill"=>0.0,
      "intangibleAssets"=>0.0,
      "goodwillAndIntangibleAssets"=>0.0,
      "longTermInvestments"=>35102000000,
      "taxAssets"=>0.0,
      "otherNonCurrentAssets"=>9572000000,
      "totalNonCurrentAssets"=>288898000000,
      "otherAssets"=>0.0,
      "totalAssets"=>330314000000,
      "accountPayables"=>17801000000,
      "shortTermDebt"=>13830000000,
      "taxPayables"=>5268000000,
      "deferredRevenue"=>0.0,
      "otherCurrentLiabilities"=>16007000000,
      "totalCurrentLiabilities"=>47638000000,
      "longTermDebt"=>27707000000,
      "deferredRevenueNonCurrent"=>0.0,
      "deferredTaxLiabilitiesNonCurrent"=>34041000000,
      "otherNonCurrentLiabilities"=>47098000000,
      "totalNonCurrentLiabilities"=>108846000000,
      "otherLiabilities"=>0.0,
      "totalLiabilities"=>156484000000,
      "commonStock"=>12157000000,
      "retainedEarnings"=>407831000000,
      "accumulatedOtherComprehensiveIncomeLoss"=>-22239000000,
      "othertotalStockholdersEquity"=>0.0,
      "totalStockholdersEquity"=>173830000000,
      "totalLiabilitiesAndStockholdersEquity"=>330314000000,
      "totalInvestments"=>0.0,
      "totalDebt"=>41537000000,
      "netDebt"=>37880000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408817000017/0000034088-17-000017-index.html",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408817000017/xom10k2016.htm"}],
   :cash=>
    [{"date"=>"2020-12-31",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2021-02-24",
      "acceptedDate"=>"2021-02-24 17:01:02",
      "period"=>"FY",
      "netIncome"=>-22440000000,
      "depreciationAndAmortization"=>46009000000,
      "deferredIncomeTax"=>-8856000000,
      "stockBasedCompensation"=>0.0,
      "changeInWorkingCapital"=>2467000000,
      "accountsReceivables"=>5384000000,
      "inventory"=>-315000000,
      "accountsPayables"=>0.0,
      "otherWorkingCapital"=>-11470000000,
      "otherNonCashItems"=>2207000000,
      "netCashProvidedByOperatingActivities"=>14668000000,
      "investmentsInPropertyPlantAndEquipment"=>-17282000000,
      "acquisitionsNet"=>999000000,
      "purchasesOfInvestments"=>-4857000000,
      "salesMaturitiesOfInvestments"=>0.0,
      "otherInvestingActivites"=>2681000000,
      "netCashUsedForInvestingActivites"=>-18459000000,
      "debtRepayment"=>-3045000000,
      "commonStockIssued"=>0.0,
      "commonStockRepurchased"=>-405000000,
      "dividendsPaid"=>-14865000000,
      "otherFinancingActivites"=>23600000000,
      "netCashUsedProvidedByFinancingActivities"=>5285000000,
      "effectOfForexChangesOnCash"=>-219000000,
      "netChangeInCash"=>1275000000,
      "cashAtEndOfPeriod"=>4364000000,
      "cashAtBeginningOfPeriod"=>3089000000,
      "operatingCashFlow"=>14668000000,
      "capitalExpenditure"=>-17282000000,
      "freeCashFlow"=>-2614000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000012/0000034088-21-000012-index.htm",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000012/xom-20201231.htm"},
     {"date"=>"2019-12-31",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2020-02-26 00:00:00",
      "acceptedDate"=>"2020-02-26 16:15:19",
      "period"=>"FY",
      "netIncome"=>14340000000,
      "depreciationAndAmortization"=>0.0,
      "deferredIncomeTax"=>-944000000,
      "stockBasedCompensation"=>0.0,
      "changeInWorkingCapital"=>-4772000000,
      "accountsReceivables"=>0.0,
      "inventory"=>72000000,
      "accountsPayables"=>0.0,
      "otherWorkingCapital"=>-13937000000,
      "otherNonCashItems"=>1540000000,
      "netCashProvidedByOperatingActivities"=>29716000000,
      "investmentsInPropertyPlantAndEquipment"=>-24361000000,
      "acquisitionsNet"=>3692000000,
      "purchasesOfInvestments"=>-3905000000,
      "salesMaturitiesOfInvestments"=>0.0,
      "otherInvestingActivites"=>1490000000,
      "netCashUsedForInvestingActivites"=>-23084000000,
      "debtRepayment"=>-4044000000,
      "commonStockIssued"=>0.0,
      "commonStockRepurchased"=>-594000000,
      "dividendsPaid"=>-14652000000,
      "otherFinancingActivites"=>12672000000,
      "netCashUsedProvidedByFinancingActivities"=>-6618000000,
      "effectOfForexChangesOnCash"=>33000000,
      "netChangeInCash"=>47000000,
      "cashAtEndOfPeriod"=>3089000000,
      "cashAtBeginningOfPeriod"=>3042000000,
      "operatingCashFlow"=>29716000000,
      "capitalExpenditure"=>-24361000000,
      "freeCashFlow"=>5355000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408820000016/0000034088-20-000016-index.html",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408820000016/xom10k2019.htm"},
     {"date"=>"2018-12-31",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2019-02-27 00:00:00",
      "acceptedDate"=>"2019-02-27 16:19:37",
      "period"=>"FY",
      "netIncome"=>20840000000,
      "depreciationAndAmortization"=>18745000000,
      "deferredIncomeTax"=>-60000000,
      "stockBasedCompensation"=>0.0,
      "changeInWorkingCapital"=>1472000000,
      "accountsReceivables"=>0.0,
      "inventory"=>-3107000000,
      "accountsPayables"=>0.0,
      "otherWorkingCapital"=>-9165000000,
      "otherNonCashItems"=>-61000000,
      "netCashProvidedByOperatingActivities"=>36014000000,
      "investmentsInPropertyPlantAndEquipment"=>-19574000000,
      "acquisitionsNet"=>4123000000,
      "purchasesOfInvestments"=>-1981000000,
      "salesMaturitiesOfInvestments"=>0.0,
      "otherInvestingActivites"=>986000000,
      "netCashUsedForInvestingActivites"=>-16446000000,
      "debtRepayment"=>-4971000000,
      "commonStockIssued"=>0.0,
      "commonStockRepurchased"=>-626000000,
      "dividendsPaid"=>-13798000000,
      "otherFinancingActivites"=>-51000000,
      "netCashUsedProvidedByFinancingActivities"=>-19446000000,
      "effectOfForexChangesOnCash"=>-257000000,
      "netChangeInCash"=>-135000000,
      "cashAtEndOfPeriod"=>3042000000,
      "cashAtBeginningOfPeriod"=>3177000000,
      "operatingCashFlow"=>36014000000,
      "capitalExpenditure"=>-19574000000,
      "freeCashFlow"=>16440000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408819000010/0000034088-19-000010-index.html",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408819000010/xom10k2018.htm"},
     {"date"=>"2017-12-31",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2018-02-28 00:00:00",
      "acceptedDate"=>"2018-02-28 16:39:51",
      "period"=>"FY",
      "netIncome"=>19710000000,
      "depreciationAndAmortization"=>19893000000,
      "deferredIncomeTax"=>-8577000000,
      "stockBasedCompensation"=>0.0,
      "changeInWorkingCapital"=>-4415000000,
      "accountsReceivables"=>0.0,
      "inventory"=>-1682000000,
      "accountsPayables"=>0.0,
      "otherWorkingCapital"=>-10637000000,
      "otherNonCashItems"=>-771000000,
      "netCashProvidedByOperatingActivities"=>30066000000,
      "investmentsInPropertyPlantAndEquipment"=>-15402000000,
      "acquisitionsNet"=>3103000000,
      "purchasesOfInvestments"=>-5507000000,
      "salesMaturitiesOfInvestments"=>0.0,
      "otherInvestingActivites"=>2076000000,
      "netCashUsedForInvestingActivites"=>-15730000000,
      "debtRepayment"=>-5024000000,
      "commonStockIssued"=>0.0,
      "commonStockRepurchased"=>-747000000,
      "dividendsPaid"=>-13001000000,
      "otherFinancingActivites"=>3642000000,
      "netCashUsedProvidedByFinancingActivities"=>-15130000000,
      "effectOfForexChangesOnCash"=>314000000,
      "netChangeInCash"=>-480000000,
      "cashAtEndOfPeriod"=>3177000000,
      "cashAtBeginningOfPeriod"=>3657000000,
      "operatingCashFlow"=>30066000000,
      "capitalExpenditure"=>-15402000000,
      "freeCashFlow"=>14664000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408818000015/0000034088-18-000015-index.html",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408818000015/xom10k2017.htm"},
     {"date"=>"2016-12-31",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2017-02-22 00:00:00",
      "acceptedDate"=>"2017-02-22 16:47:56",
      "period"=>"FY",
      "netIncome"=>7840000000,
      "depreciationAndAmortization"=>22308000000,
      "deferredIncomeTax"=>-4386000000,
      "stockBasedCompensation"=>0.0,
      "changeInWorkingCapital"=>5131000000,
      "accountsReceivables"=>0.0,
      "inventory"=>-388000000,
      "accountsPayables"=>0.0,
      "otherWorkingCapital"=>-6222000000,
      "otherNonCashItems"=>-214000000,
      "netCashProvidedByOperatingActivities"=>22082000000,
      "investmentsInPropertyPlantAndEquipment"=>-16163000000,
      "acquisitionsNet"=>4275000000,
      "purchasesOfInvestments"=>-1417000000,
      "salesMaturitiesOfInvestments"=>0.0,
      "otherInvestingActivites"=>902000000,
      "netCashUsedForInvestingActivites"=>-12403000000,
      "debtRepayment"=>-7773000000,
      "commonStockIssued"=>6000000.0,
      "commonStockRepurchased"=>-977000000,
      "dividendsPaid"=>-12453000000,
      "otherFinancingActivites"=>11904000000,
      "netCashUsedProvidedByFinancingActivities"=>-9293000000,
      "effectOfForexChangesOnCash"=>-434000000,
      "netChangeInCash"=>-48000000,
      "cashAtEndOfPeriod"=>3657000000,
      "cashAtBeginningOfPeriod"=>3705000000,
      "operatingCashFlow"=>22082000000,
      "capitalExpenditure"=>-16163000000,
      "freeCashFlow"=>5919000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408817000017/0000034088-17-000017-index.html",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408817000017/xom10k2016.htm"}]},
 :financials_quarter=>
  {:income=>
    [{"date"=>"2021-06-30",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2021-08-04",
      "acceptedDate"=>"2021-08-04 13:38:39",
      "period"=>"Q2",
      "revenue"=>65943000000,
      "costOfRevenue"=>50752000000,
      "grossProfit"=>15191000000,
      "grossProfitRatio"=>0.23036561879198703,
      "researchAndDevelopmentExpenses"=>0.0,
      "generalAndAdministrativeExpenses"=>0.0,
      "sellingAndMarketingExpenses"=>0.0,
      "sellingGeneralAndAdministrativeExpenses"=>2345000000,
      "otherExpenses"=>7922000000,
      "operatingExpenses"=>10267000000,
      "costAndExpenses"=>61019000000,
      "interestExpense"=>254000000,
      "depreciationAndAmortization"=>4952000000,
      "ebitda"=>11422000000,
      "ebitdaratio"=>0.17321019668501586,
      "operatingIncome"=>4924000000,
      "operatingIncomeRatio"=>0.09564320701211652,
      "totalOtherIncomeExpensesNet"=>-1383000000,
      "incomeBeforeTax"=>6307000000,
      "incomeBeforeTaxRatio"=>0.09564320701211652,
      "incomeTaxExpense"=>1526000000,
      "netIncome"=>4690000000,
      "netIncomeRatio"=>0.07112202963165158,
      "eps"=>1.1,
      "epsdiluted"=>1.1,
      "weightedAverageShsOut"=>4276000000,
      "weightedAverageShsOutDil"=>4276000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000051/0000034088-21-000051-index.htm",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000051/xom-20210630.htm"},
     {"date"=>"2021-03-31",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2021-05-05",
      "acceptedDate"=>"2021-05-05 14:55:23",
      "period"=>"Q1",
      "revenue"=>57552000000,
      "costOfRevenue"=>45667000000,
      "grossProfit"=>11885000000,
      "grossProfitRatio"=>0.2065088963024743,
      "researchAndDevelopmentExpenses"=>0.0,
      "generalAndAdministrativeExpenses"=>0.0,
      "sellingAndMarketingExpenses"=>0.0,
      "sellingGeneralAndAdministrativeExpenses"=>2428000000,
      "otherExpenses"=>6824000000,
      "operatingExpenses"=>9252000000,
      "costAndExpenses"=>54919000000,
      "interestExpense"=>258000000,
      "depreciationAndAmortization"=>5004000000,
      "ebitda"=>8788000000,
      "ebitdaratio"=>0.15269669168751737,
      "operatingIncome"=>2633000000,
      "operatingIncomeRatio"=>0.06241312204614957,
      "totalOtherIncomeExpensesNet"=>-959000000,
      "incomeBeforeTax"=>3592000000,
      "incomeBeforeTaxRatio"=>0.06241312204614957,
      "incomeTaxExpense"=>796000000,
      "netIncome"=>2730000000,
      "netIncomeRatio"=>0.047435362802335276,
      "eps"=>0.64,
      "epsdiluted"=>0.64,
      "weightedAverageShsOut"=>4272000000,
      "weightedAverageShsOutDil"=>4272000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000024/0000034088-21-000024-index.htm",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000024/xom-20210331.htm"},
     {"date"=>"2020-12-31",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2021-02-24",
      "acceptedDate"=>"2021-02-24 17:01:02",
      "period"=>"Q4",
      "revenue"=>45738000000,
      "costOfRevenue"=>62332000000,
      "grossProfit"=>-16594000000,
      "grossProfitRatio"=>-0.36280554462372644,
      "researchAndDevelopmentExpenses"=>0.0,
      "generalAndAdministrativeExpenses"=>2736000000,
      "sellingAndMarketingExpenses"=>0.0,
      "sellingGeneralAndAdministrativeExpenses"=>10115000000,
      "otherExpenses"=>0.0,
      "operatingExpenses"=>10115000000,
      "costAndExpenses"=>72447000000,
      "interestExpense"=>313000000,
      "depreciationAndAmortization"=>45993282,
      "ebitda"=>-25721006718,
      "ebitdaratio"=>-0.5623553001443001,
      "operatingIncome"=>-26709000000,
      "operatingIncomeRatio"=>-0.5839564475928112,
      "totalOtherIncomeExpensesNet"=>-96000000,
      "incomeBeforeTax"=>-26613000000,
      "incomeBeforeTaxRatio"=>-0.581857536402991,
      "incomeTaxExpense"=>-6010000000,
      "netIncome"=>-20070000000,
      "netIncomeRatio"=>-0.43880362062180245,
      "eps"=>-4.699999999953164,
      "epsdiluted"=>-4.698033707865169,
      "weightedAverageShsOut"=>4270212766,
      "weightedAverageShsOutDil"=>4272000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000012/0000034088-21-000012-index.htm",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000012/xom-20201231.htm"},
     {"date"=>"2020-09-30",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2020-11-04",
      "acceptedDate"=>"2020-11-04 13:00:19",
      "period"=>"Q3",
      "revenue"=>45425000000,
      "costOfRevenue"=>36036000000,
      "grossProfit"=>9389000000,
      "grossProfitRatio"=>0.20669235002751787,
      "researchAndDevelopmentExpenses"=>0.0,
      "generalAndAdministrativeExpenses"=>0.0,
      "sellingAndMarketingExpenses"=>0.0,
      "sellingGeneralAndAdministrativeExpenses"=>9984000000,
      "otherExpenses"=>0.0,
      "operatingExpenses"=>9984000000,
      "costAndExpenses"=>46020000000,
      "interestExpense"=>279000000,
      "depreciationAndAmortization"=>0.0,
      "ebitda"=>-64000000,
      "ebitdaratio"=>-0.0014089157952669234,
      "operatingIncome"=>-595000000,
      "operatingIncomeRatio"=>-0.01309851403412218,
      "totalOtherIncomeExpensesNet"=>-223000000,
      "incomeBeforeTax"=>-372000000,
      "incomeBeforeTaxRatio"=>-0.008189323059988993,
      "incomeTaxExpense"=>337000000,
      "netIncome"=>-680000000,
      "netIncomeRatio"=>-0.014969730324711062,
      "eps"=>-0.15,
      "epsdiluted"=>-0.15,
      "weightedAverageShsOut"=>4533333333,
      "weightedAverageShsOutDil"=>4533333333,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408820000090/0000034088-20-000090-index.htm",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408820000090/xom-20200930.htm"},
     {"date"=>"2020-06-30",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2020-08-05",
      "acceptedDate"=>"2020-08-05 14:03:10",
      "period"=>"Q2",
      "revenue"=>32277000000,
      "costOfRevenue"=>25880000000,
      "grossProfit"=>6397000000,
      "grossProfitRatio"=>0.19819066208135824,
      "researchAndDevelopmentExpenses"=>0.0,
      "generalAndAdministrativeExpenses"=>2409000000,
      "sellingAndMarketingExpenses"=>0.0,
      "sellingGeneralAndAdministrativeExpenses"=>7777000000,
      "otherExpenses"=>0.0,
      "operatingExpenses"=>7777000000,
      "costAndExpenses"=>33657000000,
      "interestExpense"=>317000000,
      "depreciationAndAmortization"=>0.0,
      "ebitda"=>-1234000000,
      "ebitdaratio"=>-0.03823155807540973,
      "operatingIncome"=>-1380000000,
      "operatingIncomeRatio"=>-0.042754902872014125,
      "totalOtherIncomeExpensesNet"=>260000000,
      "incomeBeforeTax"=>-1640000000,
      "incomeBeforeTaxRatio"=>-0.050810174427610995,
      "incomeTaxExpense"=>-471000000,
      "netIncome"=>-1080000000,
      "netIncomeRatio"=>-0.033460358769402364,
      "eps"=>-0.2599999999903704,
      "epsdiluted"=>-0.2528681807539218,
      "weightedAverageShsOut"=>4153846154,
      "weightedAverageShsOutDil"=>4271000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408820000073/0000034088-20-000073-index.htm",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408820000073/xom10q2q2020.htm"}],
   :balance=>
    [{"date"=>"2021-06-30",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2021-08-04",
      "acceptedDate"=>"2021-08-04 13:38:39",
      "period"=>"Q2",
      "cashAndCashEquivalents"=>3465000000,
      "shortTermInvestments"=>0.0,
      "cashAndShortTermInvestments"=>3465000000,
      "netReceivables"=>28540000000,
      "inventory"=>19275000000,
      "otherCurrentAssets"=>1562000000,
      "totalCurrentAssets"=>52842000000,
      "propertyPlantEquipmentNet"=>223012000000,
      "goodwill"=>0.0,
      "intangibleAssets"=>0.0,
      "goodwillAndIntangibleAssets"=>0.0,
      "longTermInvestments"=>44774000000,
      "taxAssets"=>0.0,
      "otherNonCurrentAssets"=>16661000000,
      "totalNonCurrentAssets"=>284447000000,
      "otherAssets"=>0.0,
      "totalAssets"=>337289000000,
      "accountPayables"=>45780000000,
      "shortTermDebt"=>15293000000,
      "taxPayables"=>1165000000,
      "deferredRevenue"=>0.0,
      "otherCurrentLiabilities"=>1165000000,
      "totalCurrentLiabilities"=>62238000000,
      "longTermDebt"=>45319000000,
      "deferredRevenueNonCurrent"=>0.0,
      "deferredTaxLiabilitiesNonCurrent"=>18511000000,
      "otherNonCurrentLiabilities"=>45665000000,
      "totalNonCurrentLiabilities"=>109495000000,
      "otherLiabilities"=>0.0,
      "totalLiabilities"=>171733000000,
      "commonStock"=>16006000000,
      "retainedEarnings"=>383922000000,
      "accumulatedOtherComprehensiveIncomeLoss"=>-15586000000,
      "othertotalStockholdersEquity"=>0.0,
      "totalStockholdersEquity"=>165556000000,
      "totalLiabilitiesAndStockholdersEquity"=>337289000000,
      "totalInvestments"=>0.0,
      "totalDebt"=>60612000000,
      "netDebt"=>57147000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000051/0000034088-21-000051-index.htm",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000051/xom-20210630.htm"},
     {"date"=>"2021-03-31",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2021-05-05",
      "acceptedDate"=>"2021-05-05 14:55:23",
      "period"=>"Q1",
      "cashAndCashEquivalents"=>3515000000,
      "shortTermInvestments"=>0.0,
      "cashAndShortTermInvestments"=>3515000000,
      "netReceivables"=>24755000000,
      "inventory"=>18357000000,
      "otherCurrentAssets"=>1568000000,
      "totalCurrentAssets"=>48195000000,
      "propertyPlantEquipmentNet"=>224641000000,
      "goodwill"=>0.0,
      "intangibleAssets"=>0.0,
      "goodwillAndIntangibleAssets"=>0.0,
      "longTermInvestments"=>44181000000,
      "taxAssets"=>0.0,
      "otherNonCurrentAssets"=>16753000000,
      "totalNonCurrentAssets"=>285575000000,
      "otherAssets"=>0.0,
      "totalAssets"=>333770000000,
      "accountPayables"=>41017000000,
      "shortTermDebt"=>18185000000,
      "taxPayables"=>948000000,
      "deferredRevenue"=>0.0,
      "otherCurrentLiabilities"=>948000000,
      "totalCurrentLiabilities"=>60150000000,
      "longTermDebt"=>45137000000,
      "deferredRevenueNonCurrent"=>0.0,
      "deferredTaxLiabilitiesNonCurrent"=>18113000000,
      "otherNonCurrentLiabilities"=>46269000000,
      "totalNonCurrentLiabilities"=>109519000000,
      "otherLiabilities"=>0.0,
      "totalLiabilities"=>169669000000,
      "commonStock"=>15884000000,
      "retainedEarnings"=>382953000000,
      "accumulatedOtherComprehensiveIncomeLoss"=>-16090000000,
      "othertotalStockholdersEquity"=>0.0,
      "totalStockholdersEquity"=>164101000000,
      "totalLiabilitiesAndStockholdersEquity"=>333770000000,
      "totalInvestments"=>0.0,
      "totalDebt"=>63322000000,
      "netDebt"=>59807000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000024/0000034088-21-000024-index.htm",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000024/xom-20210331.htm"},
     {"date"=>"2020-12-31",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2021-02-24",
      "acceptedDate"=>"2021-02-24 17:01:02",
      "period"=>"Q4",
      "cashAndCashEquivalents"=>4364000000,
      "shortTermInvestments"=>43515000000,
      "cashAndShortTermInvestments"=>47879000000,
      "netReceivables"=>20581000000,
      "inventory"=>18850000000,
      "otherCurrentAssets"=>-42417000000,
      "totalCurrentAssets"=>44893000000,
      "propertyPlantEquipmentNet"=>227553000000,
      "goodwill"=>0.0,
      "intangibleAssets"=>16789000000,
      "goodwillAndIntangibleAssets"=>16789000000,
      "longTermInvestments"=>43515000000,
      "taxAssets"=>0.0,
      "otherNonCurrentAssets"=>0.0,
      "totalNonCurrentAssets"=>287857000000,
      "otherAssets"=>43515000000,
      "totalAssets"=>332750000000,
      "accountPayables"=>17499000000,
      "shortTermDebt"=>20458000000,
      "taxPayables"=>4092000000,
      "deferredRevenue"=>18165000000,
      "otherCurrentLiabilities"=>241000000,
      "totalCurrentLiabilities"=>56363000000,
      "longTermDebt"=>45502000000,
      "deferredRevenueNonCurrent"=>0.0,
      "deferredTaxLiabilitiesNonCurrent"=>18165000000,
      "otherNonCurrentLiabilities"=>48590000000,
      "totalNonCurrentLiabilities"=>112257000000,
      "otherLiabilities"=>0.0,
      "totalLiabilities"=>168620000000,
      "commonStock"=>15688000000,
      "retainedEarnings"=>383943000000,
      "accumulatedOtherComprehensiveIncomeLoss"=>-16705000000,
      "othertotalStockholdersEquity"=>0.0,
      "totalStockholdersEquity"=>164130000000,
      "totalLiabilitiesAndStockholdersEquity"=>332750000000,
      "totalInvestments"=>87030000000,
      "totalDebt"=>65960000000,
      "netDebt"=>61596000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000012/0000034088-21-000012-index.htm",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000012/xom-20201231.htm"},
     {"date"=>"2020-09-30",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2020-11-04",
      "acceptedDate"=>"2020-11-04 13:00:19",
      "period"=>"Q3",
      "cashAndCashEquivalents"=>8832000000,
      "shortTermInvestments"=>0.0,
      "cashAndShortTermInvestments"=>8832000000,
      "netReceivables"=>19974000000,
      "inventory"=>17885000000,
      "otherCurrentAssets"=>2002000000,
      "totalCurrentAssets"=>48693000000,
      "propertyPlantEquipmentNet"=>250496000000,
      "goodwill"=>0.0,
      "intangibleAssets"=>0.0,
      "goodwillAndIntangibleAssets"=>0.0,
      "longTermInvestments"=>43609000000,
      "taxAssets"=>0.0,
      "otherNonCurrentAssets"=>15245000000,
      "totalNonCurrentAssets"=>309350000000,
      "otherAssets"=>0.0,
      "totalAssets"=>358043000000,
      "accountPayables"=>33340000000,
      "shortTermDebt"=>21911000000,
      "taxPayables"=>1217000000,
      "deferredRevenue"=>0.0,
      "otherCurrentLiabilities"=>1217000000,
      "totalCurrentLiabilities"=>56468000000,
      "longTermDebt"=>46888000000,
      "deferredRevenueNonCurrent"=>0.0,
      "deferredTaxLiabilitiesNonCurrent"=>24467000000,
      "otherNonCurrentLiabilities"=>45608000000,
      "totalNonCurrentLiabilities"=>116963000000,
      "otherLiabilities"=>0.0,
      "totalLiabilities"=>173431000000,
      "commonStock"=>15997000000,
      "retainedEarnings"=>407728000000,
      "accumulatedOtherComprehensiveIncomeLoss"=>-20189000000,
      "othertotalStockholdersEquity"=>0.0,
      "totalStockholdersEquity"=>184612000000,
      "totalLiabilitiesAndStockholdersEquity"=>358043000000,
      "totalInvestments"=>0.0,
      "totalDebt"=>68799000000,
      "netDebt"=>59967000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408820000090/0000034088-20-000090-index.htm",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408820000090/xom-20200930.htm"},
     {"date"=>"2020-06-30",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2020-08-05",
      "acceptedDate"=>"2020-08-05 14:03:10",
      "period"=>"Q2",
      "cashAndCashEquivalents"=>12576000000,
      "shortTermInvestments"=>0.0,
      "cashAndShortTermInvestments"=>12576000000,
      "netReceivables"=>19036000000,
      "inventory"=>19657000000,
      "otherCurrentAssets"=>1747000000,
      "totalCurrentAssets"=>53016000000,
      "propertyPlantEquipmentNet"=>250524000000,
      "goodwill"=>0.0,
      "intangibleAssets"=>0.0,
      "goodwillAndIntangibleAssets"=>0.0,
      "longTermInvestments"=>43192000000,
      "taxAssets"=>0.0,
      "otherNonCurrentAssets"=>14763000000,
      "totalNonCurrentAssets"=>308479000000,
      "otherAssets"=>0.0,
      "totalAssets"=>361495000000,
      "accountPayables"=>33216000000,
      "shortTermDebt"=>22952000000,
      "taxPayables"=>1102000000,
      "deferredRevenue"=>0.0,
      "otherCurrentLiabilities"=>1102000000,
      "totalCurrentLiabilities"=>57270000000,
      "longTermDebt"=>46563000000,
      "deferredRevenueNonCurrent"=>0.0,
      "deferredTaxLiabilitiesNonCurrent"=>24725000000,
      "otherNonCurrentLiabilities"=>45784000000,
      "totalNonCurrentLiabilities"=>117072000000,
      "otherLiabilities"=>0.0,
      "totalLiabilities"=>174342000000,
      "commonStock"=>15812000000,
      "retainedEarnings"=>412124000000,
      "accumulatedOtherComprehensiveIncomeLoss"=>-21617000000,
      "othertotalStockholdersEquity"=>0.0,
      "totalStockholdersEquity"=>187153000000,
      "totalLiabilitiesAndStockholdersEquity"=>361495000000,
      "totalInvestments"=>0.0,
      "totalDebt"=>69515000000,
      "netDebt"=>56939000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408820000073/0000034088-20-000073-index.htm",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408820000073/xom10q2q2020.htm"}],
   :cash=>
    [{"date"=>"2021-06-30",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2021-08-04",
      "acceptedDate"=>"2021-08-04 13:38:39",
      "period"=>"Q2",
      "netIncome"=>4690000000,
      "depreciationAndAmortization"=>4952000000,
      "deferredIncomeTax"=>0.0,
      "stockBasedCompensation"=>0.0,
      "changeInWorkingCapital"=>-380000000,
      "accountsReceivables"=>0.0,
      "inventory"=>0.0,
      "accountsPayables"=>0.0,
      "otherWorkingCapital"=>0.0,
      "otherNonCashItems"=>297000000,
      "netCashProvidedByOperatingActivities"=>9650000000,
      "investmentsInPropertyPlantAndEquipment"=>-2747000000,
      "acquisitionsNet"=>0.0,
      "purchasesOfInvestments"=>-264000000,
      "salesMaturitiesOfInvestments"=>0.0,
      "otherInvestingActivites"=>295000000,
      "netCashUsedForInvestingActivites"=>-2716000000,
      "debtRepayment"=>-7151000000,
      "commonStockIssued"=>0.0,
      "commonStockRepurchased"=>0.0,
      "dividendsPaid"=>-3721000000,
      "otherFinancingActivites"=>3850000000,
      "netCashUsedProvidedByFinancingActivities"=>-7022000000,
      "effectOfForexChangesOnCash"=>38000000,
      "netChangeInCash"=>-50000000,
      "cashAtEndOfPeriod"=>3465000000,
      "cashAtBeginningOfPeriod"=>3515000000,
      "operatingCashFlow"=>9650000000,
      "capitalExpenditure"=>-2747000000,
      "freeCashFlow"=>6903000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000051/0000034088-21-000051-index.htm",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000051/xom-20210630.htm"},
     {"date"=>"2021-03-31",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2021-05-05",
      "acceptedDate"=>"2021-05-05 14:55:23",
      "period"=>"Q1",
      "netIncome"=>2730000000,
      "depreciationAndAmortization"=>5004000000,
      "deferredIncomeTax"=>0.0,
      "stockBasedCompensation"=>0.0,
      "changeInWorkingCapital"=>1953000000,
      "accountsReceivables"=>0.0,
      "inventory"=>0.0,
      "accountsPayables"=>0.0,
      "otherWorkingCapital"=>0.0,
      "otherNonCashItems"=>-489000000,
      "netCashProvidedByOperatingActivities"=>9264000000,
      "investmentsInPropertyPlantAndEquipment"=>-2400000000,
      "acquisitionsNet"=>0.0,
      "purchasesOfInvestments"=>-349000000,
      "salesMaturitiesOfInvestments"=>0.0,
      "otherInvestingActivites"=>394000000,
      "netCashUsedForInvestingActivites"=>-2355000000,
      "debtRepayment"=>-10849000000,
      "commonStockIssued"=>0.0,
      "commonStockRepurchased"=>-1000000.0,
      "dividendsPaid"=>-3720000000,
      "otherFinancingActivites"=>6785000000,
      "netCashUsedProvidedByFinancingActivities"=>-7785000000,
      "effectOfForexChangesOnCash"=>27000000,
      "netChangeInCash"=>-849000000,
      "cashAtEndOfPeriod"=>3515000000,
      "cashAtBeginningOfPeriod"=>4364000000,
      "operatingCashFlow"=>9264000000,
      "capitalExpenditure"=>-2400000000,
      "freeCashFlow"=>6864000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000024/0000034088-21-000024-index.htm",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000024/xom-20210331.htm"},
     {"date"=>"2020-12-31",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2021-02-24",
      "acceptedDate"=>"2021-02-24 17:01:02",
      "period"=>"Q4",
      "netIncome"=>-20070000000,
      "depreciationAndAmortization"=>45993282000,
      "deferredIncomeTax"=>-8856000000,
      "stockBasedCompensation"=>0.0,
      "changeInWorkingCapital"=>-3695000000,
      "accountsReceivables"=>5384000000,
      "inventory"=>-315061000,
      "accountsPayables"=>0.0,
      "otherWorkingCapital"=>-11470000000,
      "otherNonCashItems"=>3075000000,
      "netCashProvidedByOperatingActivities"=>4005000000,
      "investmentsInPropertyPlantAndEquipment"=>-3629000000,
      "acquisitionsNet"=>770000000,
      "purchasesOfInvestments"=>-1414000000,
      "salesMaturitiesOfInvestments"=>0.0,
      "otherInvestingActivites"=>971000000,
      "netCashUsedForInvestingActivites"=>-3302000000,
      "debtRepayment"=>-1390000000,
      "commonStockIssued"=>0.0,
      "commonStockRepurchased"=>-100000000,
      "dividendsPaid"=>-3715000000,
      "otherFinancingActivites"=>-78000000,
      "netCashUsedProvidedByFinancingActivities"=>-5283000000,
      "effectOfForexChangesOnCash"=>112000000,
      "netChangeInCash"=>-4468000000,
      "cashAtEndOfPeriod"=>4364000000,
      "cashAtBeginningOfPeriod"=>8832000000,
      "operatingCashFlow"=>4005000000,
      "capitalExpenditure"=>-3629000000,
      "freeCashFlow"=>376000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000012/0000034088-21-000012-index.htm",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408821000012/xom-20201231.htm"},
     {"date"=>"2020-09-30",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2020-11-04",
      "acceptedDate"=>"2020-11-04 13:00:19",
      "period"=>"Q3",
      "netIncome"=>-680000000,
      "depreciationAndAmortization"=>0.0,
      "deferredIncomeTax"=>0.0,
      "stockBasedCompensation"=>0.0,
      "changeInWorkingCapital"=>-3521000000,
      "accountsReceivables"=>0.0,
      "inventory"=>0.0,
      "accountsPayables"=>0.0,
      "otherWorkingCapital"=>-7775000000,
      "otherNonCashItems"=>-748000000,
      "netCashProvidedByOperatingActivities"=>4389000000,
      "investmentsInPropertyPlantAndEquipment"=>-3291000000,
      "acquisitionsNet"=>100000000,
      "purchasesOfInvestments"=>-1919000000,
      "salesMaturitiesOfInvestments"=>0.0,
      "otherInvestingActivites"=>1401000000,
      "netCashUsedForInvestingActivites"=>-3709000000,
      "debtRepayment"=>-34000000,
      "commonStockIssued"=>0.0,
      "commonStockRepurchased"=>0.0,
      "dividendsPaid"=>-3716000000,
      "otherFinancingActivites"=>-744000000,
      "netCashUsedProvidedByFinancingActivities"=>-4494000000,
      "effectOfForexChangesOnCash"=>70000000,
      "netChangeInCash"=>-3744000000,
      "cashAtEndOfPeriod"=>8832000000,
      "cashAtBeginningOfPeriod"=>12576000000,
      "operatingCashFlow"=>4389000000,
      "capitalExpenditure"=>-3291000000,
      "freeCashFlow"=>1098000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408820000090/0000034088-20-000090-index.htm",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408820000090/xom-20200930.htm"},
     {"date"=>"2020-06-30",
      "symbol"=>"XOM",
      "reportedCurrency"=>"USD",
      "fillingDate"=>"2020-08-05",
      "acceptedDate"=>"2020-08-05 14:03:10",
      "period"=>"Q2",
      "netIncome"=>-1080000000,
      "depreciationAndAmortization"=>0.0,
      "deferredIncomeTax"=>0.0,
      "stockBasedCompensation"=>0.0,
      "changeInWorkingCapital"=>10270000000,
      "accountsReceivables"=>0.0,
      "inventory"=>0.0,
      "accountsPayables"=>0.0,
      "otherWorkingCapital"=>-4254000000,
      "otherNonCashItems"=>-2287000000,
      "netCashProvidedByOperatingActivities"=>0.0,
      "investmentsInPropertyPlantAndEquipment"=>-4417000000,
      "acquisitionsNet"=>43000000,
      "purchasesOfInvestments"=>-796000000,
      "salesMaturitiesOfInvestments"=>0.0,
      "otherInvestingActivites"=>89000000,
      "netCashUsedForInvestingActivites"=>-5081000000,
      "debtRepayment"=>-86000000,
      "commonStockIssued"=>0.0,
      "commonStockRepurchased"=>0.0,
      "dividendsPaid"=>-3715000000,
      "otherFinancingActivites"=>10078000000,
      "netCashUsedProvidedByFinancingActivities"=>6277000000,
      "effectOfForexChangesOnCash"=>-32000000,
      "netChangeInCash"=>1164000000,
      "cashAtEndOfPeriod"=>12576000000,
      "cashAtBeginningOfPeriod"=>11412000000,
      "operatingCashFlow"=>0.0,
      "capitalExpenditure"=>-4417000000,
      "freeCashFlow"=>-4417000000,
      "link"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408820000073/0000034088-20-000073-index.htm",
      "finalLink"=>"https://www.sec.gov/Archives/edgar/data/34088/000003408820000073/xom10q2q2020.htm"}]}}
irb(main):005:0>
yoshikouki commented 3 years ago

以下の階層の場合スネークケースに変換できていないのでメモ

{
  :financials_annual=>
  {
    :income => [
      { "date"=>"2020-12-31",
        "symbol"=>"XOM",
        "reportedCurrency"=>"USD"},
    ]
  }
}
yoshikouki commented 3 years ago

セクター情報ほしい

yoshikouki commented 3 years ago

5,10年利回りも載せるか