investos


Nameinvestos JSON
Version 0.7.0 PyPI version JSON
download
home_pagehttps://investos.io/
SummaryReliable backtesting and portfolio optimization for investors who want to focus on generating alpha
upload_time2025-08-01 00:21:01
maintainerNone
docs_urlNone
authorCharlie Reese
requires_python<4.0,>=3.9
licenseMIT
keywords investing alpha backtesting portfolio optimization forecastos
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center"><img src="/assets/investos-banner.png" alt="InvestOS Banner"></p>
<h1 align="center">InvestOS</h1>

Welcome to the **InvestOS** portfolio engineering and backtesting framework!

InvestOS is an opinionated framework for constructing and backtesting portfolios in a consistent, albeit flexible way. We built it to make institutional-grade backtesting and portfolio optimization simple, extensible, and open-source.

<br/>

|         |                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Docs    | [![website - investos.io](https://img.shields.io/badge/website-investos.io-black)](https://investos.io/) [![docs](https://img.shields.io/readthedocs/investos)](https://investos.readthedocs.io/en/latest/)                                                                                                                                                                                                                              |
| Package | [![PyPI - Version](https://img.shields.io/pypi/v/investos.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.python.org/pypi/investos) [![PyPI - Python Versions](https://img.shields.io/pypi/pyversions/investos.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/investos/)                                                                                                                                  |
| Meta    | [![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![license - MIT](https://img.shields.io/badge/license-MIT-blue)](https://spdx.org/licenses/MIT.html) |

<br/>

## Getting Started

### 🔗 [Read the full Getting Started guides Here](https://investos.io/guides/introduction/getting_started)

### Prerequisites

**To run InvestOS you'll need**:

- [Python +3.8](https://www.python.org/doc/)
  - You can [download it here](https://www.python.org/downloads/)
  - If you're working on MacOS, you may wish to [install it via Homebrew](https://docs.python-guide.org/starting/install3/osx/)
- [pip](https://packaging.python.org/en/latest/key_projects/#pip)
  - For installing InvestOS (and any other Python packages)
  - [pip installation instructions here](https://packaging.python.org/en/latest/tutorials/installing-packages/)

**Although not required, running InvestOS might be easier if you have**:

- [Poetry](https://python-poetry.org/), a package and dependency manager
- Familiarity with [pandas](https://pandas.pydata.org/)
  - The popular Python data analysis package (originally) released by AQR Capital Management

## Installation

If you're using pip:

```bash
$ pip install investos
```

If you're using poetry:

```bash
$ poetry add investos
```

## Importing InvestOS

At the top of your python file or .ipynb, add:

```python
import investos as inv
```

Congratulations on setting up InvestOS!

### Let's move on to our next guide: [How InvestOS Works](https://investos.io/guides/introduction/how_investos_works)

## Contributing

InvestOS is an open-source project and we welcome contributions from the community.

If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.

### Contributors ✨

<a href="https://github.com/forecastos/investos/contributors">
  <img src="https://contrib.rocks/image?repo=forecastos/investos" />
</a>

            

Raw data

            {
    "_id": null,
    "home_page": "https://investos.io/",
    "name": "investos",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "investing, alpha, backtesting, portfolio, optimization, forecastos",
    "author": "Charlie Reese",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/38/95/e53506e87380d4e269eda7722eed512d4b2dfa39a7ff0e8b8130a47ac890/investos-0.7.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\"><img src=\"/assets/investos-banner.png\" alt=\"InvestOS Banner\"></p>\n<h1 align=\"center\">InvestOS</h1>\n\nWelcome to the **InvestOS** portfolio engineering and backtesting framework!\n\nInvestOS is an opinionated framework for constructing and backtesting portfolios in a consistent, albeit flexible way. We built it to make institutional-grade backtesting and portfolio optimization simple, extensible, and open-source.\n\n<br/>\n\n|         |                                                                                                                                                                                                                                                                                                                                                                                                                                          |\n| ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| Docs    | [![website - investos.io](https://img.shields.io/badge/website-investos.io-black)](https://investos.io/) [![docs](https://img.shields.io/readthedocs/investos)](https://investos.readthedocs.io/en/latest/)                                                                                                                                                                                                                              |\n| Package | [![PyPI - Version](https://img.shields.io/pypi/v/investos.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.python.org/pypi/investos) [![PyPI - Python Versions](https://img.shields.io/pypi/pyversions/investos.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/investos/)                                                                                                                                  |\n| Meta    | [![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![license - MIT](https://img.shields.io/badge/license-MIT-blue)](https://spdx.org/licenses/MIT.html) |\n\n<br/>\n\n## Getting Started\n\n### \ud83d\udd17 [Read the full Getting Started guides Here](https://investos.io/guides/introduction/getting_started)\n\n### Prerequisites\n\n**To run InvestOS you'll need**:\n\n- [Python +3.8](https://www.python.org/doc/)\n  - You can [download it here](https://www.python.org/downloads/)\n  - If you're working on MacOS, you may wish to [install it via Homebrew](https://docs.python-guide.org/starting/install3/osx/)\n- [pip](https://packaging.python.org/en/latest/key_projects/#pip)\n  - For installing InvestOS (and any other Python packages)\n  - [pip installation instructions here](https://packaging.python.org/en/latest/tutorials/installing-packages/)\n\n**Although not required, running InvestOS might be easier if you have**:\n\n- [Poetry](https://python-poetry.org/), a package and dependency manager\n- Familiarity with [pandas](https://pandas.pydata.org/)\n  - The popular Python data analysis package (originally) released by AQR Capital Management\n\n## Installation\n\nIf you're using pip:\n\n```bash\n$ pip install investos\n```\n\nIf you're using poetry:\n\n```bash\n$ poetry add investos\n```\n\n## Importing InvestOS\n\nAt the top of your python file or .ipynb, add:\n\n```python\nimport investos as inv\n```\n\nCongratulations on setting up InvestOS!\n\n### Let's move on to our next guide: [How InvestOS Works](https://investos.io/guides/introduction/how_investos_works)\n\n## Contributing\n\nInvestOS is an open-source project and we welcome contributions from the community.\n\nIf you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.\n\n### Contributors \u2728\n\n<a href=\"https://github.com/forecastos/investos/contributors\">\n  <img src=\"https://contrib.rocks/image?repo=forecastos/investos\" />\n</a>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Reliable backtesting and portfolio optimization for investors who want to focus on generating alpha",
    "version": "0.7.0",
    "project_urls": {
        "Documentation": "https://investos.readthedocs.io/en/latest/",
        "Homepage": "https://investos.io/",
        "Repository": "https://github.com/forecastos/investos"
    },
    "split_keywords": [
        "investing",
        " alpha",
        " backtesting",
        " portfolio",
        " optimization",
        " forecastos"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d4b8aaf9f0d08553ddc14ffb8f6e8566f4238177789155d1b45f81e90c56327",
                "md5": "b4f48943cb79ba910803fa2104a94bed",
                "sha256": "1eddd2bc9e22489170121ac602a18ccb86961799c877c0d32312fb85e9d54b45"
            },
            "downloads": -1,
            "filename": "investos-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b4f48943cb79ba910803fa2104a94bed",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 43681,
            "upload_time": "2025-08-01T00:20:59",
            "upload_time_iso_8601": "2025-08-01T00:20:59.709955Z",
            "url": "https://files.pythonhosted.org/packages/2d/4b/8aaf9f0d08553ddc14ffb8f6e8566f4238177789155d1b45f81e90c56327/investos-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3895e53506e87380d4e269eda7722eed512d4b2dfa39a7ff0e8b8130a47ac890",
                "md5": "f87947aa6ed502145b5b62931c9dd519",
                "sha256": "5dc0775d1f6b48f663342216cc4062b64aacfde3cdbb338fc177f5f04953a88c"
            },
            "downloads": -1,
            "filename": "investos-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f87947aa6ed502145b5b62931c9dd519",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 31434,
            "upload_time": "2025-08-01T00:21:01",
            "upload_time_iso_8601": "2025-08-01T00:21:01.010449Z",
            "url": "https://files.pythonhosted.org/packages/38/95/e53506e87380d4e269eda7722eed512d4b2dfa39a7ff0e8b8130a47ac890/investos-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-01 00:21:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "forecastos",
    "github_project": "investos",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "investos"
}
        
Elapsed time: 3.03231s