node-currency-swap icon indicating copy to clipboard operation
node-currency-swap copied to clipboard

Status code 403 using using GoogleFinance as provider

Open hatemalimam opened this issue 5 years ago • 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 ?

hatemalimam avatar Nov 20 '18 13:11 hatemalimam

+1

zphingphong avatar Nov 29 '18 23:11 zphingphong