Skip to main content

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() # صورتِ سود یا زیان
balance_sheet = codal.balance_sheet() # صورت-وضعیتِ مالی

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


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

metafid_data-0.2.2-py3-none-any.whl (20.6 kB view details)

Uploaded Python 3

File details

Details for the file metafid_data-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: metafid_data-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 20.6 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

Hashes for metafid_data-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 73aed728b0e07340cd62c60d19a04c028885095e6f9ab23ce2cfa5388ff26161
MD5 079fd590e0e2f125a68aa26ad93234dc
BLAKE2b-256 b91f915484c96eb493c64f727291aa1444f803c934b379ab807a5d1e3d4c0329

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page