Skip to main content

Convert exchange rates to OBP format, and optionally post to an OBP instance

Project description

What

  • Convert a http://www.floatrates.com/json-feeds.html daily rates json src file to valid Open Bank Project payload.

  • HTTP PUT them to an Open Bank Project endpoint to populate the database via the fx api call

  • Uses python3

Setup

  • You must have a valid Direct Login token
  • You must have the CanCreateFxRateAtAnyBank permission
export ENDPOINT=<api.example.com>
export AUTH_TOKEN=<direct-login-token>

Options

  • WRITE_TO_FILE - Write output to disk
  • POST_TO_OBP - Post to Open Bank Project api endpoint

Note: By default this wont post to the enpoint. This is to allow testing to post to an endpoint, set the environment up:

export WRITE_TO_FILE=False
export POST_TO_OBP=True

The above allows you to test before blasting an endpint with invalid data.

Run

pip install -r requirements.txt
python3 convert.py

Project details


Release history Release notifications | RSS feed

This version

0.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fx2obp-0.2.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

fx2obp-0.2-py3-none-any.whl (5.5 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