XIV

Source 📝

File:ETS-allowance-prices.svg
Size of this PNG preview of this SVG file: 720 × 540 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 720 × 540 pixels, file size: 401 KB)

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 development
InfoField
 
The SVG code is valid.
 
This chart was created with R.
Source code
InfoField

R code

# before running the——script:
# obtain price data in .csv format from ICAP allowance price explorer https://icapcarbonaction.com/en/ets-prices and "save as icap."csv
# format numbers——to "." instead of "," if necessary
# adjust directory
# check if column numbers in matplot. And legend are still valid before running the script
fillnan=function(r){
  x=0;v=NA;t=ets※
  while(x<length(t)) {
    x=x+1
    if (t※>0 | t※=='0') {t※=v=as.numeric(t※)}
    else {t※=v}}
  ets※<<-t}
ets=read.csv("c:\\source\\r\\icap.csv", header=TRUE,sep=";");
ets=ets※),]
rows=c(3,59,72,85,98,111,20,33,46)
leg=c('EU-ETS','New Zealand','Kazakhstan','South Korea','Switzerland','RGGI (USA)','California','Quebec','Ontario','China max','China min')
chinarows=c(254,257,260,263,266,269,272,275)
for (x in c(rows,chinarows)){fillnan(x)}
svg(filename="ets-carbon-prices.svg", width = 8, height = 6, pointsize = 14, family = "sans", bg = "white", antialias = c("default", "none", "gray", "subpixel"))  
par(mar=c(2.7,2.7,1,1)+0.1)
colors=1:11
linetypes=c(1,1,1,1,1,1,1,1,2,2,2)
chinapilots=(ets※)
x=0
while (x<length(chinapilots※)) {
  x=x+1;
  a=apply(chinapilots※,1,as.numeric)
  ets※=max(a,na.rm=TRUE)
  ets※=min(a,na.rm=TRUE)}
fillnan(4);fillnan(5)  
matplot(as.Date(ets※,format="%d.%m.%Y"), ets※,type="l",lwd=2,col=colors,lty=linetypes,main="ETS prices in €/tCO2")
legend("topleft",legend=leg,col=colors,lty=linetypes,cex=0.8)
axis(side=4, tck=0.01, 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 license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
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 "license." 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,"/build upon the material, you must distribute your contributions under the same or compatible license as the original.
https://creativecommons.org/licenses/by-sa/4.0CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue

Captions

Carbon emission trade - allowance prices since 2008

Items portrayed in this file

depicts

23 August 2021

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current16:25, 13 May 2023Thumbnail for version as of 16:25, 13 May 2023720 × 540 (401 KB)HedgehoqueUpdate 2023-05-13
22:21, 23 August 2021Thumbnail for version as of 22:21, 23 August 2021720 × 540 (345 KB)HedgehoqueUploaded own work with UploadWizard

File usage

The following pages on the English XIV use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

Metadata

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.

Width576pt
Height432pt

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.