Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.44 KB | None | 0 0
  1. financialInfo: {
  2.       intervals: ["SEP 2017", "JUN 2017", "MAR 2016", "DEC 2016"],
  3.       data: [
  4.         {
  5.           revenue: {
  6.             label: "Revenue",
  7.             value: 52580
  8.           },
  9.           netIncome: {
  10.             label: "Net Income",
  11.             value: 10710
  12.           },
  13.           dilutedEPS: {
  14.             label: "Diluted EPS",
  15.             value: 2.07
  16.           },
  17.           netProfitMargin: {
  18.             label: "Net profit margin",
  19.             value: 20.38
  20.           },
  21.           operatingIncome: {
  22.             label: "Operating income",
  23.             value: 13120
  24.           },
  25.           netChangeInCash: {
  26.             label: "Net change in cash",
  27.             value: 1720
  28.           },
  29.           cashOnHand: {
  30.             label: "Cash on hand",
  31.             value: 2029
  32.           },
  33.           costOfRevenue: {
  34.             label: "Cost of revenue",
  35.             value: 32650
  36.           }
  37.         },
  38.         {
  39.           revenue: {
  40.             label: "Revenue",
  41.             value: 45410
  42.           },
  43.           netIncome: {
  44.             label: "Net Income",
  45.             value: 8720
  46.           },
  47.           dilutedEPS: {
  48.             label: "Diluted EPS",
  49.             value: 1.67
  50.           },
  51.           netProfitMargin: {
  52.             label: "Net profit margin",
  53.             value: 19.2
  54.           },
  55.           operatingIncome: {
  56.             label: "Operating income",
  57.             value: 10770
  58.           },
  59.           netChangeInCash: {
  60.             label: "Net change in cash",
  61.             value: 3410
  62.           },
  63.           cashOnHand: {
  64.             label: "Cash on hand",
  65.             value: 18570
  66.           },
  67.           costOfRevenue: {
  68.             label: "Cost of revenue",
  69.             value: 27920
  70.           }
  71.         },
  72.         {
  73.           revenue: {
  74.             label: "Revenue",
  75.             value: 52900
  76.           },
  77.           netIncome: {
  78.             label: "Net Income",
  79.             value: 11030
  80.           },
  81.           dilutedEPS: {
  82.             label: "Diluted EPS",
  83.             value: 2.1
  84.           },
  85.           netProfitMargin: {
  86.             label: "Net profit margin",
  87.             value: 20.85
  88.           },
  89.           operatingIncome: {
  90.             label: "Operating income",
  91.             value: 14100
  92.           },
  93.           netChangeInCash: {
  94.             label: "Net change in cash",
  95.             value: -1210
  96.           },
  97.           cashOnHand: {
  98.             label: "Cash on hand",
  99.             value: 15160
  100.           },
  101.           costOfRevenue: {
  102.             label: "Cost of revenue",
  103.             value: 32310
  104.           }
  105.         },
  106.         {
  107.           revenue: {
  108.             label: "Revenue",
  109.             value: 78350
  110.           },
  111.           netIncome: {
  112.             label: "Net Income",
  113.             value: 17890
  114.           },
  115.           dilutedEPS: {
  116.             label: "Diluted EPS",
  117.             value: 3.36
  118.           },
  119.           netProfitMargin: {
  120.             label: "Net profit margin",
  121.             value: 22.83
  122.           },
  123.           operatingIncome: {
  124.             label: "Operating income",
  125.             value: 23360
  126.           },
  127.           netChangeInCash: {
  128.             label: "Net change in cash",
  129.             value: 4110
  130.           },
  131.           cashOnHand: {
  132.             label: "Cash on hand",
  133.             value: 16370
  134.           },
  135.           costOfRevenue: {
  136.             label: "Cost of revenue",
  137.             value: 48180
  138.           }
  139.         }
  140.       ]
  141.     },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement