File:ETS-allowance-prices.svg
From Vigyanwiki
ETS-allowance-prices.svg
Size of this PNG preview of this SVG file: 768 × 576 pixels. Other resolutions: 320 × 240 pixels | 640 × 480 pixels | 1,024 × 768 pixels | 1,280 × 960 pixels | 2,560 × 1,920 pixels.
Original file (SVG file, nominally 768 × 576 pixels, file size: 301 KB)
This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.
Summary
| DescriptionETS-allowance-prices.svg |
English: Carbon emission trade allowance prices in all major ETS in € per tCO2 |
| Date | |
| Source | Own work |
| Author | Hedgehoque |
| SVG genesis InfoField | |
| Source code InfoField | R code# BEFORE running the script:
# download price data in .csv format from ICAP allowance price explorer https://icapcarbonaction.com/en/ets-prices and save as icap2025.csv
# adjust directories
# adjust column numbers
fillnan=function(r){
x=0;v=NA;t=ets[,r]
while(x<length(t)) {
x=x+1
if (!is.na(t[x])) {v=t[x]}
else {t[x]=v}}
ets[,r]<<-t}
ets=read.csv("c:\\source\\icap2025.csv", skip=2,header=FALSE,sep=",")
ets<-ets[order(ets[, 1]), ]
#ets<-ets[12:length(ets[,1]),]
leg=c('EU-ETS','UK','Switzerland','New Zealand','RGGI (USA)','China','South Korea')
rows=c(15,29,5,44,62,10,35) #columns for ETS price in local currency
exch=c(12,23,2,37,55,7,31) #columns for exchange rates
ets[,12]<-1 #EUR exchange rate is 1
#merge values which appear in seperate columns in the CSV after system changes (for NZ and EU)
cond<-is.na(ets[,37])
ets[cond,37]<-ets[cond,46]
cond<-is.na(ets[,44])
ets[cond,44]<-ets[cond,53]
cond<-is.na(ets[,12])
ets[cond,12]<-ets[cond,17]
cond<-is.na(ets[,15])
ets[cond,15]<-ets[cond,20]
for (x in 1:length(rows)){
fillnan(rows[x])
fillnan(exch[x])
for (y in 1:length(ets[,1])) {ets[y,rows[x]]=as.numeric(ets[y,rows[x]])*as.numeric(ets[y,exch[x]]) #apply exchange rate
}}
svg(filename="c:/source/ets-carbon-prices2025.svg", width = 8, height = 6, pointsize = 14, family = "sans", bg = "white", antialias = c("default", "none", "gray", "subpixel"))
colors=1:7
matplot(as.Date(ets[,1],format="%Y-%m-%d"), ets[,rows],type="l",lwd=2,lty=1,col=colors,main="Global ETS prices",xlab="",ylab="€/tCO2")
legend("topleft",legend=leg,col=colors,lty=1,cex=1,lwd=3)
axis(side=4, tck=0.05, las=0,tick=TRUE,labels = FALSE)
mtext(side=4,cex=0.75, line=0.05,R.version.string)
dev.off()
|
Data imported from https://icapcarbonaction.com/en/ets-prices by ICAP
Licensing
I, the copyright holder of this work, hereby publish it under the following licence:
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International licence.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the licence, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible licence as the original.
Captions
Add a one-line explanation of what this file represents
Carbon emission trade - allowance prices since 2008
Items portrayed in this file
depicts
some value
23 August 2021
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 14:59, 6 July 2025 | 768 × 576 (301 KB) | wikimediacommons>Hedgehoque | new data until 2025-07-05 |
File usage
The following page uses this file:
Metadata
This file contains additional information, probably added from the digital camera or scanner used to create or digitise it.
If the file has been modified from its original state, some details may not fully reflect the modified file.
| Width | 576pt |
|---|---|
| Height | 432pt |
Retrieved from ‘https://www.vigyanwiki.in/wiki/File:ETS-allowance-prices.svg’