You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

finops

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

finops

A Python package for financial operations.

0.2.8
PyPI
Maintainers
1

FinOps

FinOps is a python package for financial operations.

Table of Contents

  • Installation
  • Usage
  • Contributing

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!

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts