Metadata-Version: 2.4
Name: finsim
Version: 1.2.0
Summary: Financial simulation and inference
Author-email: Kwan Yuet Stephen Ho <stephenhky@yahoo.com.hk>
License: LGPL
Project-URL: Repository, https://github.com/stephenhky/FinanceSimulation
Project-URL: Issues, https://github.com/stephenhky/FinanceSimulation/issues
Project-URL: Documentation, https://financesimulation.readthedocs.io
Keywords: simulation,finance,quantitative finance,inference,portfolio analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.24.0
Requires-Dist: scipy>=1.10.0
Requires-Dist: requests>=2.31.0
Requires-Dist: pandas>=1.5.0
Requires-Dist: quandl>=3.5.0
Requires-Dist: tqdm>=4.49.0
Requires-Dist: tables>=3.8.5
Requires-Dist: yfinance>=0.2.59
Requires-Dist: openpyxl>=3.1.0
Requires-Dist: numba
Requires-Dist: typing-extensions
Requires-Dist: nptyping
Requires-Dist: pydantic
Provides-Extra: test
Requires-Dist: unittest2; extra == "test"
Requires-Dist: pytest; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx>=4.0.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=1.0.0; extra == "docs"
Dynamic: license-file

# `finsim`


[![CircleCI](https://circleci.com/gh/stephenhky/FinanceSimulation.svg?style=svg)](https://circleci.com/gh/stephenhky/FinanceSimulation.svg)
[![GitHub release](https://img.shields.io/github/release/stephenhky/FinanceSimulation.svg?maxAge=3600)](https://github.com/stephenhky/FinanceSimulation/releases)
[![Updates](https://pyup.io/repos/github/stephenhky/FinanceSimulation/shield.svg)](https://pyup.io/repos/github/stephenhky/FinanceSimulation/)
[![Python 3](https://pyup.io/repos/github/stephenhky/FinanceSimulation/python-3-shield.svg)](https://pyup.io/repos/github/stephenhky/FinanceSimulation/)
[![pypi](https://img.shields.io/pypi/v/finsim.svg?maxAge=3600)](https://pypi.org/project/finsim/)
[![download](https://img.shields.io/pypi/dm/finsim.svg?maxAge=2592000&label=installs&color=%2327B1FF)](https://pypi.org/project/finsim/)
[![stars](https://img.shields.io/github/stars/stephenhky/FinanceSimulation.svg?style=social&label=Star&maxAge=60)](https://github.com/stephenhky/FinanceSimulation)
[![Documentation Status](https://readthedocs.org/projects/finsim/badge/?version=latest)](https://finsim.readthedocs.io/en/latest/?badge=latest)

## Introduction

Financial assets estimation, and portfolio management.

## Documentation

Documentation is available at [ReadTheDocs](https://finsim.readthedocs.io/).

To build the documentation locally, see the [docs/README.md](docs/README.md) file.

## Installation

To install finsim, use pip:

```bash
pip install finsim
```


