https://github.com/bidfx/bidfx-api-py
BidFX Public API for Python
https://github.com/bidfx/bidfx-api-py
fx market-data realtime trading
Last synced: 6 months ago
JSON representation
BidFX Public API for Python
- Host: GitHub
- URL: https://github.com/bidfx/bidfx-api-py
- Owner: bidfx
- Created: 2020-03-08T18:02:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T09:14:20.000Z (over 1 year ago)
- Last Synced: 2024-11-05T10:19:49.597Z (over 1 year ago)
- Topics: fx, market-data, realtime, trading
- Language: Python
- Size: 244 KB
- Stars: 3
- Watchers: 7
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE-2.0.txt
Awesome Lists containing this project
README
# BidFX Public API for Python
[](https://pypi.org/project/bidfx-api)
[](https://pypi.org/project/bidfx-api)
[](https://github.com/bidfx/bidfx-api-py)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://docs.bidfx.com/api-py/index.html)
[](https://github.com/psf/black)

-------
A *pricing* API that connects to the BidFX trading platform
to subscribe to realtime FX pricing. The API supports:
- FX request for stream (RFS) pricing
- FX request for quote (RFQ) pricing
## Quick start
### Installation
```sh
pip install bidfx-api
```
### API docs
Read the documentation [here](https://docs.bidfx.com/api-py/index.html).
## Python version
The API is compatible with Python 3.6 and greater.
If you do not have Python, please install the latest 3.x version from [python.org](https://python.org)
or refer to the [Installing Python](http://docs.python-guide.org/en/latest/starting/installation/) section
of the Hitchhiker’s Guide to Python.
## Alternative APIs
If you prefer not to code in Python, you can read about the complete BidFX API range, and their different capabilities,
at [BidFX API Overview](https://www.bidfx.com/apis).