Skip to content

Repository files navigation

pyfxlib

A set of utilities to be able to use the Pricefx API from a Python package. The package is available on PyPI and can be installed with pip or Poetry.

Installation

pip install pyfxlib

Or with Poetry:

poetry add pyfxlib

Quick Start

To connect to a Pricefx partition:

from pyfxlib.lowlevel import Session
session = Session.from_partition_url(
  "https://your-partition.pricefx.eu",
  username="your-username",
  password="your-password"
)

And then use the session to interact with the platform (see documentation for full API details)

Documentation

Full API documentation is available at: https://developer.pricefx.eu/pricefx-api/pyfxlib/index.html

See CHANGELOG for release notes.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages