Skip to content

Commit

Permalink
Merge pull request coinbase#23 from maxbeatty/patch-1
Browse files Browse the repository at this point in the history
fix OpenExchangeRates link
  • Loading branch information
mihar authored Sep 19, 2017
2 parents f90b095 + 8c8d929 commit 2afa660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/gtt_tutorials/gtt_tutorials_arbitrage1.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The filter also exposes a single method `getRate` that allows you to obtain the

A little more effort is required to configure the FX Service. The Service comprises two sub-components. The first, `FXProvider`
determines how the exchange rates are obtained, typically via an external service. `YahooFXProvider` and `OpenExchangeProvider`
are provided out of the box, which retrieves data from Yahoo finance and [OpenExchangeRates][http://openExchangeRates.org] respectively. For crypto pricing, we also provide `coinmarketcap`,
are provided out of the box, which retrieves data from Yahoo finance and [OpenExchangeRates](http://openExchangeRates.org) respectively. For crypto pricing, we also provide `coinmarketcap`,
which loads prices from [coimarketcap.com](https://coimarketcap.com).

{% include note.html content="To use OpenExchangeRates, you'll need to supply an API key based on your subscription plan. They do offer a free option which will allow you to obtain hourly updates on exchange rates." %}
Expand Down

0 comments on commit 2afa660

Please sign in to comment.