Metadata-Version: 2.1
Name: metafid-data
Version: 0.1.4
Summary: 
Home-page: https://github.com/yghaderi/metafid-data
Author: Yaghoub Ghadri
Author-email: y.ghaderi@outlook.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: jdatetime (>=4.1.1,<5.0.0)
Requires-Dist: pandas (>=2.0.0,<3.0.0)
Project-URL: Repository, https://github.com/yghaderi/metafid-data
Description-Content-Type: text/markdown

# metafid

## install 
```bash
python3 -m pip install metafid-data
```

## data
### ise (Iran Stock Exchange)
#### TSETMC (tsetmc.com)
```python
from mf_data.ise import TSETMC
tsetmc = TSETMC()
# market watch
stock_mw = tsetmc.market_watch(stock=True)
# option market watch
tsetmc.option_market_watch()
# instrument info 
tsetmc.stock_info()
tsetmc.option_info()
tsetmc.etf_info()
# adjust history price
tsetmc.adj_hist_price("10210670847057957") 
```

### Rahavard
```python
from mf_data.ise import Rahavard
rah = Rahavard()
# get balance-sheet
rah.balance_sheet("فولاد")

```
### tgju

