me-io/node-currency-swap

Status code 403 using using GoogleFinance as provider

hatemalimam opened this issue · 1 comments

Hello,

Trying to use GoogleFinance as a provider gives an error code of 403:

const swap = require('node-currency-swap');
swap.addProvider(new swap.providers.GoogleFinance());
const rate = swap.quoteSync({ currency: 'USD/EUR' });

Error:

Server responded with status code 403: Sorry... We're sorry... but your computer or network may be sending automated queries. To protect our users, we can't process your request right now.

is there an API key to be integrated or so ?