About


This is a demo website for stock data visualization that is derived from the OmniViz program (www.github.com/RounokJ/omniViz). It is based on mpld3 which brings together Matplotlib, the popular Python-based graphing library, and D3js, the popular JavaScript library for creating interactive data visualizations for the web.

To use, simply enter the ticker symbols of interest, separated by commas, then select the desired plot type (time series, correlation, etc.) and the desired data type (closing price, high, low, etc.) from the drop down menus. Click the Plot button to view results.

Linear regression uses the first two ticker entries. Histogram and correlograms use the first ticker entry.

Home