a library to retrieve data from fipiran.ir website


Keywords
fipiran, client
License
GPL-3.0
Install
pip install fipiran==0.22.3

Documentation

An async python library to fetch data from https://www.fipiran.com/ .

Note: This is package is incomplete and still in initial development phase. The API may change without deprecation.

Installation

Requires Python 3.12+.

Usage

There are four modules:

  • data_service
  • funds
  • symbols
  • codal

Use an asyncio-aware REPL, like python -m asyncio, to run the code samples below.

Example 1:

Example 2:

Getting list of funds as a pandas DataFrame object.

There are many other functions and methods. Please explore the code-base for more info.

If you are interested in other information that are available on fipiran.com but this library has no API for, please open an issue for them on github.

See also