Metadata-Version: 2.2
Name: finsim
Version: 1.0.2
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
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: Programming Language :: Cython
Classifier: Programming Language :: C
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.51
Requires-Dist: openpyxl>=3.1.0
Requires-Dist: Cython>=0.29.0
Provides-Extra: test
Requires-Dist: unittest2; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cython; extra == "test"

# `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)

## Introduction

Financial assets estimation, and portfolio management.
