dblock / iex-ruby-client

IEX Finance API Ruby Client
MIT License
119 stars 60 forks source link

Add latest foreign currency exchange rates endpoint #105

Closed mathu97 closed 3 years ago

mathu97 commented 3 years ago

Adds endpoint: https://iexcloud.io/docs/api/#latest-currency-rates

dblock commented 3 years ago

If you feel fancy you can support fx_latest for 1 symbol too with Array(arg), this way if someone forgets [symbol1] it still works.

dblock commented 3 years ago

Merged, thank you.