Metadata-Version: 2.1
Name: metafid-data
Version: 0.1.1
Summary: 
Author: Yaghoub Ghadri
Author-email: y.ghaderi@outlook.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: jdatetime (>=4.1.1,<5.0.0)
Requires-Dist: pandas (>=2.0.3,<3.0.0)
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") 
```

### tgju

