Access to African, American, European and Asian market data for financial analysis.
Project description
Asset Management Package
Access to African, American, European and Asian open market data for financial analysis, scientific study and to provide a decision-making basis to investors.
Installation
You can install this package using pip:
pip install marketflow
How to use marketflow
Import requirements
from marketflow.market_registry import MarketRegistry
from marketflow.market_ticker import MarketTickers
from marketflow.market_data import MarketData
Or simply with
from marketflow import MarketRegistry, MarketTickers, MarketData
Initialize the registry (to manage cache / stored data)
register = MarketRegistry()
# register.purge() # Uncomment to clear existing registry data
Get available tickers for market (Ex : BRVM)
tickers = MarketTickers()
brvm_tickers = tickers.getTickers("BRVM")
print(brvm_tickers)
Download market data (example: BRVM, ticker BNBC.ci)
data = MarketData()
brvm_data = data.getData("BRVM", "all"])
boab_data = data.getData("BRVM", "BOAB"])
bicc_data = data.getData("BRVM", "BICC"])
print(brvm_data.head())
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 Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file marketflow-1.1.90.tar.gz.
File metadata
- Download URL: marketflow-1.1.90.tar.gz
- Upload date:
- Size: 16.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8fac3a2e323af2d718cb88dab395e38ca2ac8aa2600b5386cb3dfd85f0d87c33
|
|
| MD5 |
14c2749937b67c64bd62655a06aca07b
|
|
| BLAKE2b-256 |
92bc8182e3b7e7de5f264b4d38fca3dc5bc9d3bcd2681d8004dbfa4df55408cd
|
File details
Details for the file marketflow-1.1.90-py3-none-any.whl.
File metadata
- Download URL: marketflow-1.1.90-py3-none-any.whl
- Upload date:
- Size: 18.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27690ceaad78fdd3ec71392db43fd4fe0c91f33eb95a5480b6af0f9770c481f9
|
|
| MD5 |
5bff121bfaa3b79a804aac4dc5369014
|
|
| BLAKE2b-256 |
65b8f0bd3fc37cb8f296e762776d5d4af95445b130ba3396e74138057ed67909
|