Wolfram Language

Analyze Stock Values Stored in an HDF5

This example demonstrates an application example where the data is stored in HDF5 format. Wolfram Language functions are utilized to download, analyze and visualize stock market data from a publicly available repository.

Inspect the general properties and structure of the file.

Display all attributes in the file as a Dataset.

Import row names of the main dataset, which are stored under /data_descr/names.

Import dates stored in the main dataset (the first row) and convert to DateObject.

Import all stock prices from the main dataset.

Plot value changes in time for three different companies.

Related Examples

de es fr ja ko pt-br zh