Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bukosabino/streamlit-demo-financial-eda

Automated Exploration Data Analysis on a financial dataset
https://github.com/bukosabino/streamlit-demo-financial-eda

eda financial-analysis python streamlit technical-analysis

Last synced: 21 days ago
JSON representation

Automated Exploration Data Analysis on a financial dataset

Awesome Lists containing this project

README

        

# Automated EDA on financial dataset

Just a simple way to get automated Exploration Data Analysis from financial dataset (OHLCV) using [Streamlit](https://github.com/streamlit/streamlit) and [ta](https://github.com/bukosabino/ta).

To use this library you need a financial time series dataset including `Timestamp`, `Open`, `High`, `Low`, `Close` and `Volume` columns.

# Requirements

* python3.7 version

# Run

```sh
pip install streamlit==0.48.1 ta==0.4.5
streamlit run https://raw.githubusercontent.com/bukosabino/streamlit-demo-financial-eda/master/app.py
```

# TODO

* Heatmap: Visualize the correlation coefficient in between ta features.
* Web application user can load a .csv file

# Extra

Are you interested in more Streamlit demos related to financial data?

* [Yahoo Finance data web app](https://github.com/paduel/streamlit_finance_chart)

# Contact

Developed by Darío López Padial (Bukosabino).

Please, let me know about any comment or feedback.