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

https://github.com/answering007/bfportf

Optimize portfolio with brute force
https://github.com/answering007/bfportf

finance investing portfolio-optimization python

Last synced: 8 months ago
JSON representation

Optimize portfolio with brute force

Awesome Lists containing this project

README

          

# bfportf

[![PyPI - Version](https://img.shields.io/pypi/v/bfportf.svg)](https://pypi.org/project/bfportf)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/bfportf.svg)](https://pypi.org/project/bfportf)

-----

**Table of Contents**

- [Installation](#installation)
- [Examples](#Examples)
- [License](#license)

## Installation
1. Download latest release
2. Install from wheel file:
```console
pip install "path_to_the_bfportf_wheel_file.whl"
```

## Examples
See [Example folder](https://github.com/answering007/bfportf/tree/master/examples)

## License

`bfportf` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.