File:Bilanzsumme der Deutschen Bundesbank.png

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

Bilanzsumme_der_Deutschen_Bundesbank.png(640 × 480 pixels, file size: 35 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description
Deutsch: Bilanzsumme der Deutschen Bundesbank von Januar 2002 bis Dezenber 2021 (monatliche Daten in Milliarden Euro)
English: Total assets from the Deutsche Bundesbank from January 2002 to December 2021 (monthly data in billions of euros)
Date
Source Own work by uploader, data from Deutsche Bundesbank
Author Jashuah, DerIch27
This image could be re-created using vector graphics as an SVG file. This has several advantages; see Commons:Media for cleanup for more information. If an SVG form of this image is available, please upload it and afterwards replace this template with {{vector version available|new image name}}.


It is recommended to name the SVG file “Bilanzsumme der Deutschen Bundesbank.svg”—then the template Vector version available (or Vva) does not need the new image name parameter.

Reproduzieren

[edit]

Das Bild wurde mit folgendem Python-Skript erzeugt. Das Aktualisieren der Daten und Überschreiben des Bildes ist ausdrücklich erwünscht.

from datetime import datetime
import matplotlib.pyplot as plt
import pandas as pd
import numpy as np

data = pd.read_csv('BBK01.TUB619.csv', header=6, sep=';', parse_dates=['Stand vom'], date_parser=lambda x: datetime.strptime(x, "%Y-%m"), usecols=[0,1])
plt.ylabel('Bilanzsumme Deutsche Bundesbank in Mrd. Euro', fontsize=13)
plt.plot(np.asarray(data.get('Stand vom')), np.asarray(data.get('02.02.2022 15:07:15 Uhr'))*1e-3)
plt.yticks(fontsize=12)
plt.xticks(fontsize=12)
plt.grid()
plt.tight_layout()
plt.savefig('Bilanzsumme der Deutschen Bundesbank.png')

Licensing

[edit]
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 3.0 Unported 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, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

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

Date/TimeThumbnailDimensionsUserComment
current14:16, 25 October 2023Thumbnail for version as of 14:16, 25 October 2023640 × 480 (35 KB)DerIch27 (talk | contribs)aktualisiere Daten
19:37, 19 June 2012Thumbnail for version as of 19:37, 19 June 20123,508 × 2,480 (38 KB)Jashuah (talk | contribs)
22:09, 23 May 2012Thumbnail for version as of 22:09, 23 May 20123,508 × 2,480 (34 KB)Jashuah (talk | contribs)

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata