File:ISE-100 Index.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 900 × 630 pixels, file size: 203 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

History[edit]

There is a PNG file available with data till 2012: File:ISE-100 Index.png

R code[edit]

 # data from Stooq.com
 x <- read.csv("xu100_d.csv", stringsAsFactors = FALSE)
 t <- as.Date(x$Date)
 xlab <- paste(strftime(min(t), format="%d %b %Y"), '-', strftime(max(t), format="%d %b %Y"))
 svg("ISE-100 Index.svg", width=10, height=7)
 plot(t, x$Close/1000, type="l", xlab=xlab, ylab="Tägliche Schlußkurse (in 1000 Punkte)", main="ISE 100 Index")
 axis(4)
 abline(v=as.Date(paste0(1991:2017, '-01-01')), col="grey")
 dev.off()
 
This W3C-unspecified chart was created with R.

File history

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

Date/TimeThumbnailDimensionsUserComment
current10:20, 22 July 2017Thumbnail for version as of 10:20, 22 July 2017900 × 630 (203 KB)Sigbert (talk | contribs)

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

  • Usage on de.wikipedia.org

Metadata