Unofficial APIs for Investing.com website.
npm i investing-com-api
const { investing } = require('investing-com-api')
async function main () {
const response = await investing('currencies/eur-usd')
// response = [ { date: Timestamp, value: Number }, {...}, ... ]
}
npm test
npm run lint