File:ETS-allowance-prices.svg
Page contents not supported in other languages.
Tools
Actions
In other projects
| DescriptionETS-allowance-prices.svg | English: Carbon emission trade allowance prices in all major ETS in € per tCO2 |
| Date | |
| Source | Own work |
| Author | Hedgehoque |
| SVG development 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 numbersfillnan=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 currencyexch=c(12,23,2,37,55,7,31) #columns for exchange ratesets[,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:7matplot(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 fromhttps://icapcarbonaction.com/en/ets-prices byICAP
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 09:29, 6 July 2025 | 768 × 576(301 KB) | Hedgehoque | new data until 2025-07-05 | |
| 16:25, 13 May 2023 | 720 × 540(401 KB) | Hedgehoque | Update 2023-05-13 | ||
| 22:21, 23 August 2021 | 720 × 540(345 KB) | Hedgehoque | Uploaded own work with UploadWizard |
The following 4 pages use this file:
The following other wikis use this file:
This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
If the file has been modified from its original state, some details may not fully reflect the modified file.
| Width | 576pt |
|---|---|
| Height | 432pt |