A python library that can help developer to see much informations about tunisian companies in stock market
Project description
Python library about financial informations extraction tunisian companies in the stock market
Functionality of pyfinance_tunisia
Income statement indicators : EBIT ,EBITDA ,Gearing ,Return on equity ,Net profit...
Balance sheet indicators : Net debt ,Need in funds ,Revenue ,Equity...
Long term stock market indicator : P/E ,Dividend Yield ,P/B ,Pay out...
The company's shareholders : The shareholder name and the percentage % .
Dividend : Dividend per share ,Distribution date ,Total amount...
the financial news of all Tunisian companies can be useful for your analysis
Usage
-Make sure you have Python installed in your system.
-Run Following command in the CMD.
pip install pyfinance_tunisia .
Example
from pyfinance_tunisia import list_stocks,company,news
#Fist you need to see all tunisian companies in stock market
Tunisian_stocks=list_stocks()
#Choose one company that we are intersting in .
# We take example of ADWYA company.
# With income_statement_indicators funtion you can find the Return on equity ROE ratio,gearing ratio,EBIT and EBITDA and others for the last 4years
company('ADWYA').income_statement_indicators()
# With balance_sheet_indicators function you can find the most important ratios in the balancesheet for the last 4 years.
company('ADWYA').balance_sheet_indicators()
# stock_market_indicators function can help to find many stock market indicators like P/E ratio , Divended yield and P/B for the last 4 years.
company('ADWYA').stock_market_indicators()
# shareholders function is helpful to find list of shareholders in company that you are choosing .
company('ADWYA').shareholders()
#the financial news of all Tunisian companies can be useful for your analysis
news.company('ADWYA')
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyfinance_tunisia-0.0.9.tar.gz
.
File metadata
- Download URL: pyfinance_tunisia-0.0.9.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0018f37349bdbf9de9dd7af9abe52aa22b32dfa40f5e079b626b5657bb402f30 |
|
MD5 | 957181f98d47bcc043722e0e24d4c52f |
|
BLAKE2b-256 | 4bd2ebc17044ac9bbd25b6d3691bab65f661d64426a32a6cb568d558fc895b42 |
File details
Details for the file pyfinance_tunisia-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: pyfinance_tunisia-0.0.9-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a837a2112fae1892b47c248d6ef8d88bffbb35b8bc94a4063786f6c14a23ed3c |
|
MD5 | d00de50e90337326f7d8f079fd08f05b |
|
BLAKE2b-256 | aa37c175abe5a78478287e0499866c80ce6f5e06515fe08b31aa85c28472aa6a |