Skip to main content

No project description provided

Project description

Firi

Version Stars Issues Size Code style

Python package for interacting with Firi' (refferal) API.

Firi (not refferal)

**Donate: **

THIS PACKAGE DOES NOT CURRENTLY SUPPORT PRIVATE ENDPOINTS.

Installation

Install and update using pip

pip install --upgrade firi

Usage

>>> from firi import Firi, floatify, BITCOIN, XRP

>>> firi = Firi()

>>> firi.get_market(BITCOIN) # or get_prices(BTC) or "BTCNOK". Predefined tickers can be found in markets.py
{'last': '480408.40', 'high': '533400.00', 'change': '-7.77', 'low': '460000.00', 'volume': '46.86'}

>>> firi.get_markets() # or get_tickers()
[{'id': 'BTCNOK', 'last': '473000.20', 'high': '533400.00', 'change': '-9.25', 'low': '460000.00', 'volume': '47.21'}, ...]

>>> floatify(firi.get_market(XRP))
{'last': 9.4, 'high': 10.95, 'change': -14.16, 'low': 7.44, 'volume': 1291258.8}

Documentation

Firi's official documentation can be found here.

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

firi-0.0.1.tar.gz (3.1 kB view details)

Uploaded Source

File details

Details for the file firi-0.0.1.tar.gz.

File metadata

  • Download URL: firi-0.0.1.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.3

File hashes

Hashes for firi-0.0.1.tar.gz
Algorithm Hash digest
SHA256 49ce1b199550bd2ad12c7e953aa50fb30b46df7df3b61d330bddf64b55e5816d
MD5 0e0bf0be25e1d6551a9756675f60ae19
BLAKE2b-256 f8b23cd6518a269654256d7d7f7906941b18d92c161f2aa7da3bd6825b4b1a05

See more details on using hashes here.

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