Sha256: 60ce0c21c50f63de719a67d133c1b58971c7597abee53b772e549197e627d8aa

Contents?: true

Size: 1.9 KB

Versions: 1

Compression:

Stored size: 1.9 KB

Contents

## Currency API Ruby Gem

[![Gem](https://img.shields.io/gem/v/fxdatapi)](https://rubygems.org/gems/fxdatapi)
[![Build Status](https://github.com/horisystems/fxdatapi-rb/actions/workflows/ci.yml/badge.svg)](https://github.com/horisystems/fxdatapi-rb/actions/workflows/ci.yml)

A Ruby Gem to interact with the [Currency API](https://horisystems.com/currency-api/).

[Hori Systems](https://horisystems.com) provides customers with accurate and up-to-date currency data for making informed decisions in the global financial market, including Gold, Silver and Special Drawing Rights. Our reliable exchange rate data assist businesses in confidently managing foreign transactions, investments and risks. Accounting, E-commerce, CRM, and ERP software companies will find it helpful to integrate with us instead of developing a custom in-house solution.

### Requirements

- Ruby: MRI > 2.6+

### Installation

You can install the gem manually:

```shell
gem install fxdatapi
```

Or use Bundler and define it as a dependency in your Gemfile:

```ruby
gem 'fxdatapi', '~> 0.1.1'
```

### Documentation

#### Relevant links

- [Currency API product page](https://horisystems.com/currency-api/)
- [Currency API support documentation](https://docs.fxdatapi.com/)

### Usage Example

Remember to update your `username` and `password` inside `usage_example.rb` before executing the command below.

```ruby
ruby usage_example.rb
```

### Setting up Currency API Account

Subscribe [here](https://horisystems.com/currency-api/) for a user account.

### Using the Currency API

You can read the [API documentation](https://docs.fxdatapi.com/) to understand what's possible with the Currency API. If you need further assistance, don't hesitate to [contact us](https://horisystems.com/contact/).

### License

This project is licensed under the [BSD 3-Clause License](./LICENSE).

### Copyright

(c) 2020 - 2023 [Hori Systems Limited](https://horisystems.com).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fxdatapi-0.1.3 README.md