Skip to content

nixuri/FinOps

Repository files navigation

FinOps

FinOps is a python package for financial operations.

Table of Contents

Installation

Use the package manager pip to install finops.

pip install finops

Usage

import finops
import datetime

ticker = finops.Ticker("778253364357513")
ticker.get_price_history()


tse = finops.TehranStockExchange()
tse.get_shareholders_data(start_date=datetime(2020, 1, 1), end_date=datetime(2023, 1, 1))

Contributing

Contributions are always welcome!

About

A Python package for financial operations.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages