No project description provided
Project description
metafid
این پکیج برای پوششِ بخشی از دادههای موردِ نیاز در تصمیمهایِ مالی-اقتصادی توسعه داده شده است
install
mac , linux
python3 -m pip install metafid-data
windows
python -m pip install metafid-data
data
ise (Iran Stock Exchange)
TSETMC (tsetmc.com)
from mf_data.ise import TSETMC
tsetmc = TSETMC()
# ------------- market watch -------------
stock_mw = tsetmc.market_watch(stock=True) #stoock
ifb_paye_mw = tsetmc.market_watch(ifb_paye=True) # پایهیٍ فرابورس
mortgage_mw = tsetmc.market_watch(mortgage=True) # اوراقٍ مسکن
# cum_right, bond, option, futures, etf, commodity دیگر پارامترها شامل اینها است که میتوان با-هم هم افزوده شوند
m_mw = tsetmc.market_watch(stock=True, cum_right=True,etf=True )
# ------------- option market watch -------------
tsetmc.option_market_watch()
# ------------- instrument info -------------
tsetmc.stock_info()
tsetmc.option_info()
tsetmc.etf_info()
# ------------- history price -------------
tsetmc.hist_price(symbol_far= "شبندر")
# اگر میخواهید بر اساس کد نماد داده دریافت کنید
tsetmc.hist_price(ins_code= "35366681030756042")
# ------------- adjust history price -------------
tsetmc.adj_hist_price(symbol_far= "شبندر")
# اگر میخواهید بر اساس کد نماد داده دریافت کنید
tsetmc.adj_hist_price(ins_code= "35366681030756042")
Codal(codal.ir)
beta version!
from mf_data.ise import Codal
codal = Codal()
codal.symbol = "شبندر"
# ------------- income-statements -------------
income_statements = codal.income_statements() # صورتِ سود یا زیان
Rahavard
from mf_data.ise import Rahavard
rah = Rahavard()
# ------------- balance-sheet -------------
rah.balance_sheet("شبندر")
econ
TGJU (tgju.org)
from mf_data.econ import TGJU
tgju = TGJU()
# ------------- sekke -------------
sekke_emami = tgju.sekke_emami() # امامی
nim_sekke = tgju.nim_sekke() # نیم
rob_sekke = tgju.rob_sekke() # رُبع
ons = tgju.ons() # xauusd (اُنس جهانی)
# ------------- currency -------------
usd_irr = tgju.usd_irr()
ICB (Iran Central Bank)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file metafid_data-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: metafid_data-0.1.9-py3-none-any.whl
- Upload date:
- Size: 18.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.2 Darwin/22.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07c85dc2755779378f9072f124b77b7bcfd756a192273dc8a7a8ea73445f0232 |
|
MD5 | 53f81f567975afdc1b00e1e45bb8aeea |
|
BLAKE2b-256 | cf2aa0ecbf398842a18c2977156cf8d9ae07eac0a633fad62d2946ffde990654 |