Skip to main content

Prices source for MoC projects

Project description

MoC prices source

This is the python package used in Money on Chain projects where it is required to get the coinpair values directly from the sources. This package includes a CLI tool that allows you to query the coinpair values in the same way that Money on Chain projects do.

How to use it in your project

A simple example, do some imports first

user@host:~$ python3
Python 3.8.5 (default, Jul 28 2020, 12:59:40) 
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from moc_prices_source import get_price, BTC_USD
>>>

Get de BTC/USD coin pair

>>> get_price(BTC_USD)
Decimal('29395.82')
>>> 

And that's it!

More usage examples can be seen here

How the included CLI tool looks like

Here you can see how the output of the moc_prices_source_check command looks like

user@host:~$ moc_prices_source_check "BTC/USD"

From     To      V.    Exchnage    Response        Weight    %  Time
-------  ------  ----  ----------  ------------  --------  ---  ------
Bitcoin  Dollar        Bitfinex    $  29.45100K      0.18   18  0.9s
Bitcoin  Dollar        Bitstamp    $  29.39500K      0.22   22  0.9s
Bitcoin  Dollar        Coinbase    $  29.39194K      0.25   25  0.71s
Bitcoin  Dollar        Gemini      $  29.40548K      0.17   17  1.09s
Bitcoin  Dollar        Kraken      $  29.38410K      0.18   18  0.71s

    Coin pair      Mediam     Mean    Weighted median    Sources
--  -----------  --------  -------  -----------------  ---------
↓   BTC/USD         29395  29405.5              29395          5

Response time 1.1s

user@host:~$ 

This command has many options. you can run moc_prices_source_check --help to get help on how to run them. More information about this CLI tool can be seen here.

References

Requirements

  • Python 3.6+ support

Installation

From the Python package index (PyPI)

Run:

$ pip3 install moneyonchain-prices-source 

And then run:

$ moc_prices_source_check --version

To verify that it has been installed correctly

From source

Download from Github

Standing inside the folder, run:

$ pip3 install -r requirements.txt 

For install the dependencies and then run:

$ pip3 install .

Finally run:

$ moc_prices_source_check --version

To verify that it has been installed correctly

Supported coinpairs and symbols

Here you can find an summary of supported coinpairs and symbols

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

moneyonchain_prices_source-0.6.6.tar.gz (25.2 kB view hashes)

Uploaded Source

Built Distribution

moneyonchain_prices_source-0.6.6-py3-none-any.whl (45.8 kB view hashes)

Uploaded Python 3

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