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() # صورتِ سود یا زیان

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.1.8-py3-none-any.whl (18.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: metafid_data-0.1.8-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

Hashes for metafid_data-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 466c5df82eb9091416752f88ef62ca742dcfa59fad2963f01f3f1ff779f42a22
MD5 5cb5fc29998e2c10bb21632482efd746
BLAKE2b-256 0533114e79513968958b9bfb5d11221dc49f64a97a0dc3c08c28c8fe69eb6f99

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