import afrimarket as afm
# Get exchange stock market information
markets= afm.markets
ngx=afm.Exchange(market=markets['Nigerian Stock Exchange'])
listed_companies= ngx.get_listed_companies()
bottom_losers= ngx.get_bottom_losers()
print(listed_companies)
print(bottom_losers)
# Get the stock information of a company in a market
tlw = afm.Stock(ticker='TLW', market= markets['Ghana Stock Exchange'])
price= tlw.get_price()
growth_valuation= tlw.get_growth_and_valuation()
print(price)
print(growth_valuation)
-
Notifications
You must be signed in to change notification settings - Fork 0
Download African market data from [kwayisi](https://afx.kwayisi.org/)
License
ambroseikpele/afrimarket
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Download African market data from [kwayisi](https://afx.kwayisi.org/)
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published