Skip to main content

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()

# Get detail
print(register.show_all())

# Market quick description
print(register.describe())

# Market list
print(register.market_list())
# 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 SGBC, BOAB, BICC,...)

data = MarketData()
brvm_data = data.getData("BRVM", "all")
boab_data = data.getData("BRVM", "SGBC")
boab_data = data.getData("BRVM", "BOAB")
bicc_data = data.getData("BRVM", "BICC")
print(brvm_data.head())

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

marketflow-1.2.4.tar.gz (16.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

marketflow-1.2.4-py3-none-any.whl (18.6 kB view details)

Uploaded Python 3

File details

Details for the file marketflow-1.2.4.tar.gz.

File metadata

  • Download URL: marketflow-1.2.4.tar.gz
  • Upload date:
  • Size: 16.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.8

File hashes

Hashes for marketflow-1.2.4.tar.gz
Algorithm Hash digest
SHA256 5bf089fc9f5b4f7f6d04ff6358c61bfafae844c1f56ddff14b1ae827e1c6c83c
MD5 0c7e453f8f6b7b1f825d063253c4ea51
BLAKE2b-256 aa3b0550a6b1f17133c981a6460a90386dc1161efdd07044332c87092dd99448

See more details on using hashes here.

File details

Details for the file marketflow-1.2.4-py3-none-any.whl.

File metadata

  • Download URL: marketflow-1.2.4-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

Hashes for marketflow-1.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 d07833868178b1926c8dfb5a6b1acdb99ad15da89e55f3ecb097a13112cd4df7
MD5 2e47a4dd791c2db892ad617c71ad1a4c
BLAKE2b-256 d0452420d2f22b9a9dc6878e737bdd2b294c3dd3c08a8ef74298e40bc726a8c3

See more details on using hashes here.

Supported by

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