SlideShare a Scribd company logo
1 of 11
REPORT AUTOMATION
USING R-STUDIO TO AUTOMATE POWERPOINT REPORTS
R-Studio installation – free
PowerPoint template - free
R-scripting skills
Marksmann Analytics2018-11-08
What do you need
officer – for manipulating ms-office
reshape2 – manipulating dataframes
rvg – adding vectors
mschart – adding ms-office charts
Marksmann Analytics2018-11-08
R-libraries
Call r libraries
library(officer)
library(reshape2)
library(rvg)
library(mschart)
Marksmann Analytics2018-11-08
1st step
Read and manipulate data
url<-https://www.centralbank.go.ke/national-payments-system/mobile-payments/
MobileMoney= read_html(url) %>%
html_nodes("table") %>%
html_table(fill = TRUE) %>%
.[[1]]
colnames(MobileMoney)<-MobileMoney[1,]
MobileMoney<-MobileMoney[2:nrow(MobileMoney),]
columns <-c("Agents", "Accounts (millions)", "Transactions (millions)","Value (KSh billions)")
MobileMoney[,columns]<-lapply(columns, function(x) as.numeric(MobileMoney[[x]]))
Marksmann Analytics2018-11-08
2nd step
Create charts
my_barchart <-ms_barchart(data = summ,
x = "Year", y = "Trans(M)",group=NULL)
my_barchart <- chart_settings( x = my_barchart,
dir="vertical", grouping="clustered", gap_width = 50 )
Marksmann Analytics2018-11-08
3rd step
Create powerpoint
my_pres <- read_pptx("Presentation4.pptx")%>%
add_slide(layout = "report", master = "Office Theme")%>%
ph_with_text(type = "body", str = paste(round(sum(MobileMoney$`Transactions (millions)`),2),"M"), index = 1) %>%
ph_with_img(type = "body", index = 2, src ="logo.png", height = 1.2, width = 1.2) %>%
ph_with_text(type = "body", str = paste(round(MobileMoney[1,2]/1000,2),"K"), index = 3) %>%
ph_with_text(type = "body", str = paste(round(sum(MobileMoney$`Accounts (millions)`),2),"M"), index = 4) %>%
ph_with_text(type = "body", str = paste(round(sum(MobileMoney$`Value (KSh billions)`),2),"M"), index = 5) %>%
ph_with_text(type = "body", str = "Growth in mobile payments reached 8% last year, and totalled KSh3.6trn ($36bn) in value, according to newly released Central
Bank of Kenya (CBK) data.While steady, the pace of expansion was slower than in 2016 and 2015, when growth rates of 19% and 17% were recorded,
respectively.", index = 6) %>%
ph_hyperlink(type = "body",id_chr = "6",href = "https://oxfordbusinessgroup.com/news/kenyan-mobile-money-grows-amid-decline-traditional-card-payments")
%>%
ph_with_chart(chart = my_barchart, type = "body",index=7) %>%
ph_with_text(type = "ftr", str = "Slide footer") %>%
ph_with_text(type = "dt", str = format(Sys.Date())) %>%
print(my_pres,target= "report.pptx")
Marksmann Analytics2018-11-08
4th step
8,490.92 M203.36 K 2,826.9 M 21,115.02 M
Growth in mobile payments
reached 8% last year, and totaled
KSh3.6trn ($36bn) in value,
according to newly released
Central Bank of Kenya (CBK) data.
While steady, the pace of
expansion was slower than in 2016
and 2015, when growth rates of
19% and 17% were recorded,
respectively.
Year Agents Accs(M) Trans(M) Value(M)
2007 8260 5.05 5.47 16.32
2008 42248 39.11 62.74 166.57
2009 198840 87.17 193.50 473.41
2010 387244 152.27 311.05 732.22
2011 505381 218.55 433.00 1169.15
2012 756828 235.89 577.37 1544.81
2013 1229654 282.55 732.60 1901.56
2014 1445664 311.02 911.34 2371.79
2015 1607424 321.00 1114.18 2816.10
2016 1943637 385.21 1331.01 3355.11
2017 1989624 418.45 1543.17 3638.47
2018 1783829 370.64 1275.49 2929.51
Marksmann Analytics2018-11-08
Agents Accounts Transactions Value
Mobile money analysis
Growth in mobile payments reached
8% last year, and totaled KSh3.6trn
($36bn) in value, according to newly
released Central Bank of Kenya (CBK)
data. While steady, the pace of
expansion was slower than in 2016
and 2015, when growth rates of 19%
and 17% were recorded, respectively.
0
200
400
600
800
1000
1200
1400
1600
1800
2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018
TRANS(M)
YEAR
Trans(M)
Trans(M)
Marksmann Analytics2018-11-08
8,490.92 M203.36 K 2,826.9 M 21,115.02 M
Agents Accounts Transactions Value
Mobile money analysis
Growth in mobile payments reached
8% last year, and totaled KSh3.6trn
($36bn) in value, according to
newly released Central Bank of
Kenya (CBK) data. While steady, the
pace of expansion was slower than
in 2016 and 2015, when growth
rates of 19% and 17% were
recorded, respectively.
0
200
400
600
800
1000
1200
1400
1600
1800
2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018
Trans(M)
Year
Trans(M)
Trans(M)
Marksmann Analytics2018-11-08
8,490.92 M203.36 K 2,826.9 M 21,115.02 M
Agents Accounts Transactions Value
Mobile money analysis
Email: info@justit.co.ke
Website: www.analysis.justit.co.ke
Marksmann Analytics2018-11-08
Get in touch

More Related Content

Similar to Powerpoint automation in R-Studio

Tracxn - Robotic Process Automation Startup Landscape
Tracxn - Robotic Process Automation Startup LandscapeTracxn - Robotic Process Automation Startup Landscape
Tracxn - Robotic Process Automation Startup Landscape
Tracxn
 
2012_GTM Recommendation
2012_GTM Recommendation2012_GTM Recommendation
2012_GTM Recommendation
Rick VARGAS
 
Tracxn - Robotic Process Automation Startup Landscape
Tracxn - Robotic Process Automation Startup LandscapeTracxn - Robotic Process Automation Startup Landscape
Tracxn - Robotic Process Automation Startup Landscape
Tracxn
 
Numerify IT Financial Analytics for ServiceNow
Numerify IT Financial Analytics for ServiceNowNumerify IT Financial Analytics for ServiceNow
Numerify IT Financial Analytics for ServiceNow
Numerify
 
Tracxn - Sales Force Automation Startup Landscape
Tracxn - Sales Force Automation Startup LandscapeTracxn - Sales Force Automation Startup Landscape
Tracxn - Sales Force Automation Startup Landscape
Tracxn
 

Similar to Powerpoint automation in R-Studio (20)

[VFS 2019] Capitalize E-Commerce Opportunities
[VFS 2019] Capitalize E-Commerce Opportunities[VFS 2019] Capitalize E-Commerce Opportunities
[VFS 2019] Capitalize E-Commerce Opportunities
 
ComCap Digital Retail Report April 2018
ComCap Digital Retail Report April 2018ComCap Digital Retail Report April 2018
ComCap Digital Retail Report April 2018
 
naver-035420-Algorithm Investment Report
naver-035420-Algorithm Investment Reportnaver-035420-Algorithm Investment Report
naver-035420-Algorithm Investment Report
 
Tracxn - Robotic Process Automation Startup Landscape
Tracxn - Robotic Process Automation Startup LandscapeTracxn - Robotic Process Automation Startup Landscape
Tracxn - Robotic Process Automation Startup Landscape
 
Impacts of data-driven AI in business sectors, Richard Stevens, ICT 2018, 05/...
Impacts of data-driven AI in business sectors, Richard Stevens, ICT 2018, 05/...Impacts of data-driven AI in business sectors, Richard Stevens, ICT 2018, 05/...
Impacts of data-driven AI in business sectors, Richard Stevens, ICT 2018, 05/...
 
Tracxn Research — B2B E-Commerce Landscape, November 2016
Tracxn Research — B2B E-Commerce Landscape, November 2016Tracxn Research — B2B E-Commerce Landscape, November 2016
Tracxn Research — B2B E-Commerce Landscape, November 2016
 
Buy this burgeoning IT scrip for target of 290, 6 new product orders won in Q...
Buy this burgeoning IT scrip for target of 290, 6 new product orders won in Q...Buy this burgeoning IT scrip for target of 290, 6 new product orders won in Q...
Buy this burgeoning IT scrip for target of 290, 6 new product orders won in Q...
 
Economic Capsule - April 2017
Economic Capsule - April 2017Economic Capsule - April 2017
Economic Capsule - April 2017
 
How Does Robotic Process Automation Work: All You Need to Know
How Does Robotic Process Automation Work: All You Need to KnowHow Does Robotic Process Automation Work: All You Need to Know
How Does Robotic Process Automation Work: All You Need to Know
 
2012_GTM Recommendation
2012_GTM Recommendation2012_GTM Recommendation
2012_GTM Recommendation
 
Results Presentation 2Q16
Results Presentation 2Q16Results Presentation 2Q16
Results Presentation 2Q16
 
transaction_jun.pptx
transaction_jun.pptxtransaction_jun.pptx
transaction_jun.pptx
 
Tracxn - Robotic Process Automation Startup Landscape
Tracxn - Robotic Process Automation Startup LandscapeTracxn - Robotic Process Automation Startup Landscape
Tracxn - Robotic Process Automation Startup Landscape
 
Numerify IT Financial Analytics for ServiceNow
Numerify IT Financial Analytics for ServiceNowNumerify IT Financial Analytics for ServiceNow
Numerify IT Financial Analytics for ServiceNow
 
City of Cape Town Automated Metering Infrastructure (AMI)
City of Cape Town Automated Metering Infrastructure (AMI) City of Cape Town Automated Metering Infrastructure (AMI)
City of Cape Town Automated Metering Infrastructure (AMI)
 
Tracxn - Sales Force Automation Startup Landscape
Tracxn - Sales Force Automation Startup LandscapeTracxn - Sales Force Automation Startup Landscape
Tracxn - Sales Force Automation Startup Landscape
 
Tracxn - Sales Force Automation Startup Landscape
Tracxn - Sales Force Automation Startup LandscapeTracxn - Sales Force Automation Startup Landscape
Tracxn - Sales Force Automation Startup Landscape
 
Mobile Money Transfer & Remittances:
Mobile Money Transfer & Remittances:Mobile Money Transfer & Remittances:
Mobile Money Transfer & Remittances:
 
Manufacturing ERP Software
Manufacturing ERP SoftwareManufacturing ERP Software
Manufacturing ERP Software
 
My Researches in VEOLIA
My Researches in VEOLIAMy Researches in VEOLIA
My Researches in VEOLIA
 

Recently uploaded

Displacement, Velocity, Acceleration, and Second Derivatives
Displacement, Velocity, Acceleration, and Second DerivativesDisplacement, Velocity, Acceleration, and Second Derivatives
Displacement, Velocity, Acceleration, and Second Derivatives
23050636
 
Abortion pills in Riyadh Saudi Arabia (+966572737505 buy cytotec
Abortion pills in Riyadh Saudi Arabia (+966572737505 buy cytotecAbortion pills in Riyadh Saudi Arabia (+966572737505 buy cytotec
Abortion pills in Riyadh Saudi Arabia (+966572737505 buy cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
acoha1
 
如何办理加州大学伯克利分校毕业证(UCB毕业证)成绩单留信学历认证
如何办理加州大学伯克利分校毕业证(UCB毕业证)成绩单留信学历认证如何办理加州大学伯克利分校毕业证(UCB毕业证)成绩单留信学历认证
如何办理加州大学伯克利分校毕业证(UCB毕业证)成绩单留信学历认证
a8om7o51
 
Audience Researchndfhcvnfgvgbhujhgfv.pptx
Audience Researchndfhcvnfgvgbhujhgfv.pptxAudience Researchndfhcvnfgvgbhujhgfv.pptx
Audience Researchndfhcvnfgvgbhujhgfv.pptx
Stephen266013
 
obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...
obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...
obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...
yulianti213969
 
edited gordis ebook sixth edition david d.pdf
edited gordis ebook sixth edition david d.pdfedited gordis ebook sixth edition david d.pdf
edited gordis ebook sixth edition david d.pdf
great91
 
如何办理哥伦比亚大学毕业证(Columbia毕业证)成绩单原版一比一
如何办理哥伦比亚大学毕业证(Columbia毕业证)成绩单原版一比一如何办理哥伦比亚大学毕业证(Columbia毕业证)成绩单原版一比一
如何办理哥伦比亚大学毕业证(Columbia毕业证)成绩单原版一比一
fztigerwe
 
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证
zifhagzkk
 
Data Analytics for Digital Marketing Lecture for Advanced Digital & Social Me...
Data Analytics for Digital Marketing Lecture for Advanced Digital & Social Me...Data Analytics for Digital Marketing Lecture for Advanced Digital & Social Me...
Data Analytics for Digital Marketing Lecture for Advanced Digital & Social Me...
Valters Lauzums
 
1:1原版定制利物浦大学毕业证(Liverpool毕业证)成绩单学位证书留信学历认证
1:1原版定制利物浦大学毕业证(Liverpool毕业证)成绩单学位证书留信学历认证1:1原版定制利物浦大学毕业证(Liverpool毕业证)成绩单学位证书留信学历认证
1:1原版定制利物浦大学毕业证(Liverpool毕业证)成绩单学位证书留信学历认证
ppy8zfkfm
 

Recently uploaded (20)

Displacement, Velocity, Acceleration, and Second Derivatives
Displacement, Velocity, Acceleration, and Second DerivativesDisplacement, Velocity, Acceleration, and Second Derivatives
Displacement, Velocity, Acceleration, and Second Derivatives
 
Sensing the Future: Anomaly Detection and Event Prediction in Sensor Networks
Sensing the Future: Anomaly Detection and Event Prediction in Sensor NetworksSensing the Future: Anomaly Detection and Event Prediction in Sensor Networks
Sensing the Future: Anomaly Detection and Event Prediction in Sensor Networks
 
Abortion pills in Riyadh Saudi Arabia (+966572737505 buy cytotec
Abortion pills in Riyadh Saudi Arabia (+966572737505 buy cytotecAbortion pills in Riyadh Saudi Arabia (+966572737505 buy cytotec
Abortion pills in Riyadh Saudi Arabia (+966572737505 buy cytotec
 
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
 
如何办理加州大学伯克利分校毕业证(UCB毕业证)成绩单留信学历认证
如何办理加州大学伯克利分校毕业证(UCB毕业证)成绩单留信学历认证如何办理加州大学伯克利分校毕业证(UCB毕业证)成绩单留信学历认证
如何办理加州大学伯克利分校毕业证(UCB毕业证)成绩单留信学历认证
 
Jual Obat Aborsi Bandung (Asli No.1) Wa 082134680322 Klinik Obat Penggugur Ka...
Jual Obat Aborsi Bandung (Asli No.1) Wa 082134680322 Klinik Obat Penggugur Ka...Jual Obat Aborsi Bandung (Asli No.1) Wa 082134680322 Klinik Obat Penggugur Ka...
Jual Obat Aborsi Bandung (Asli No.1) Wa 082134680322 Klinik Obat Penggugur Ka...
 
Audience Researchndfhcvnfgvgbhujhgfv.pptx
Audience Researchndfhcvnfgvgbhujhgfv.pptxAudience Researchndfhcvnfgvgbhujhgfv.pptx
Audience Researchndfhcvnfgvgbhujhgfv.pptx
 
obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...
obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...
obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...
 
Identify Rules that Predict Patient’s Heart Disease - An Application of Decis...
Identify Rules that Predict Patient’s Heart Disease - An Application of Decis...Identify Rules that Predict Patient’s Heart Disease - An Application of Decis...
Identify Rules that Predict Patient’s Heart Disease - An Application of Decis...
 
Data Analysis Project Presentation : NYC Shooting Cluster Analysis
Data Analysis Project Presentation : NYC Shooting Cluster AnalysisData Analysis Project Presentation : NYC Shooting Cluster Analysis
Data Analysis Project Presentation : NYC Shooting Cluster Analysis
 
edited gordis ebook sixth edition david d.pdf
edited gordis ebook sixth edition david d.pdfedited gordis ebook sixth edition david d.pdf
edited gordis ebook sixth edition david d.pdf
 
如何办理哥伦比亚大学毕业证(Columbia毕业证)成绩单原版一比一
如何办理哥伦比亚大学毕业证(Columbia毕业证)成绩单原版一比一如何办理哥伦比亚大学毕业证(Columbia毕业证)成绩单原版一比一
如何办理哥伦比亚大学毕业证(Columbia毕业证)成绩单原版一比一
 
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证
 
Data Analytics for Digital Marketing Lecture for Advanced Digital & Social Me...
Data Analytics for Digital Marketing Lecture for Advanced Digital & Social Me...Data Analytics for Digital Marketing Lecture for Advanced Digital & Social Me...
Data Analytics for Digital Marketing Lecture for Advanced Digital & Social Me...
 
NOAM AAUG Adobe Summit 2024: Summit Slam Dunks
NOAM AAUG Adobe Summit 2024: Summit Slam DunksNOAM AAUG Adobe Summit 2024: Summit Slam Dunks
NOAM AAUG Adobe Summit 2024: Summit Slam Dunks
 
Bios of leading Astrologers & Researchers
Bios of leading Astrologers & ResearchersBios of leading Astrologers & Researchers
Bios of leading Astrologers & Researchers
 
1:1原版定制利物浦大学毕业证(Liverpool毕业证)成绩单学位证书留信学历认证
1:1原版定制利物浦大学毕业证(Liverpool毕业证)成绩单学位证书留信学历认证1:1原版定制利物浦大学毕业证(Liverpool毕业证)成绩单学位证书留信学历认证
1:1原版定制利物浦大学毕业证(Liverpool毕业证)成绩单学位证书留信学历认证
 
The Significance of Transliteration Enhancing
The Significance of Transliteration EnhancingThe Significance of Transliteration Enhancing
The Significance of Transliteration Enhancing
 
Identify Customer Segments to Create Customer Offers for Each Segment - Appli...
Identify Customer Segments to Create Customer Offers for Each Segment - Appli...Identify Customer Segments to Create Customer Offers for Each Segment - Appli...
Identify Customer Segments to Create Customer Offers for Each Segment - Appli...
 
Credit Card Fraud Detection: Safeguarding Transactions in the Digital Age
Credit Card Fraud Detection: Safeguarding Transactions in the Digital AgeCredit Card Fraud Detection: Safeguarding Transactions in the Digital Age
Credit Card Fraud Detection: Safeguarding Transactions in the Digital Age
 

Powerpoint automation in R-Studio

  • 1. REPORT AUTOMATION USING R-STUDIO TO AUTOMATE POWERPOINT REPORTS
  • 2. R-Studio installation – free PowerPoint template - free R-scripting skills Marksmann Analytics2018-11-08 What do you need
  • 3. officer – for manipulating ms-office reshape2 – manipulating dataframes rvg – adding vectors mschart – adding ms-office charts Marksmann Analytics2018-11-08 R-libraries
  • 5. Read and manipulate data url<-https://www.centralbank.go.ke/national-payments-system/mobile-payments/ MobileMoney= read_html(url) %>% html_nodes("table") %>% html_table(fill = TRUE) %>% .[[1]] colnames(MobileMoney)<-MobileMoney[1,] MobileMoney<-MobileMoney[2:nrow(MobileMoney),] columns <-c("Agents", "Accounts (millions)", "Transactions (millions)","Value (KSh billions)") MobileMoney[,columns]<-lapply(columns, function(x) as.numeric(MobileMoney[[x]])) Marksmann Analytics2018-11-08 2nd step
  • 6. Create charts my_barchart <-ms_barchart(data = summ, x = "Year", y = "Trans(M)",group=NULL) my_barchart <- chart_settings( x = my_barchart, dir="vertical", grouping="clustered", gap_width = 50 ) Marksmann Analytics2018-11-08 3rd step
  • 7. Create powerpoint my_pres <- read_pptx("Presentation4.pptx")%>% add_slide(layout = "report", master = "Office Theme")%>% ph_with_text(type = "body", str = paste(round(sum(MobileMoney$`Transactions (millions)`),2),"M"), index = 1) %>% ph_with_img(type = "body", index = 2, src ="logo.png", height = 1.2, width = 1.2) %>% ph_with_text(type = "body", str = paste(round(MobileMoney[1,2]/1000,2),"K"), index = 3) %>% ph_with_text(type = "body", str = paste(round(sum(MobileMoney$`Accounts (millions)`),2),"M"), index = 4) %>% ph_with_text(type = "body", str = paste(round(sum(MobileMoney$`Value (KSh billions)`),2),"M"), index = 5) %>% ph_with_text(type = "body", str = "Growth in mobile payments reached 8% last year, and totalled KSh3.6trn ($36bn) in value, according to newly released Central Bank of Kenya (CBK) data.While steady, the pace of expansion was slower than in 2016 and 2015, when growth rates of 19% and 17% were recorded, respectively.", index = 6) %>% ph_hyperlink(type = "body",id_chr = "6",href = "https://oxfordbusinessgroup.com/news/kenyan-mobile-money-grows-amid-decline-traditional-card-payments") %>% ph_with_chart(chart = my_barchart, type = "body",index=7) %>% ph_with_text(type = "ftr", str = "Slide footer") %>% ph_with_text(type = "dt", str = format(Sys.Date())) %>% print(my_pres,target= "report.pptx") Marksmann Analytics2018-11-08 4th step
  • 8. 8,490.92 M203.36 K 2,826.9 M 21,115.02 M Growth in mobile payments reached 8% last year, and totaled KSh3.6trn ($36bn) in value, according to newly released Central Bank of Kenya (CBK) data. While steady, the pace of expansion was slower than in 2016 and 2015, when growth rates of 19% and 17% were recorded, respectively. Year Agents Accs(M) Trans(M) Value(M) 2007 8260 5.05 5.47 16.32 2008 42248 39.11 62.74 166.57 2009 198840 87.17 193.50 473.41 2010 387244 152.27 311.05 732.22 2011 505381 218.55 433.00 1169.15 2012 756828 235.89 577.37 1544.81 2013 1229654 282.55 732.60 1901.56 2014 1445664 311.02 911.34 2371.79 2015 1607424 321.00 1114.18 2816.10 2016 1943637 385.21 1331.01 3355.11 2017 1989624 418.45 1543.17 3638.47 2018 1783829 370.64 1275.49 2929.51 Marksmann Analytics2018-11-08 Agents Accounts Transactions Value Mobile money analysis
  • 9. Growth in mobile payments reached 8% last year, and totaled KSh3.6trn ($36bn) in value, according to newly released Central Bank of Kenya (CBK) data. While steady, the pace of expansion was slower than in 2016 and 2015, when growth rates of 19% and 17% were recorded, respectively. 0 200 400 600 800 1000 1200 1400 1600 1800 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 TRANS(M) YEAR Trans(M) Trans(M) Marksmann Analytics2018-11-08 8,490.92 M203.36 K 2,826.9 M 21,115.02 M Agents Accounts Transactions Value Mobile money analysis
  • 10. Growth in mobile payments reached 8% last year, and totaled KSh3.6trn ($36bn) in value, according to newly released Central Bank of Kenya (CBK) data. While steady, the pace of expansion was slower than in 2016 and 2015, when growth rates of 19% and 17% were recorded, respectively. 0 200 400 600 800 1000 1200 1400 1600 1800 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 Trans(M) Year Trans(M) Trans(M) Marksmann Analytics2018-11-08 8,490.92 M203.36 K 2,826.9 M 21,115.02 M Agents Accounts Transactions Value Mobile money analysis