Skip to content

Unofficial APIs for Investing.com website.

License

Notifications You must be signed in to change notification settings

k12club/investing-com-api

Repository files navigation

Investing.com unofficial APIs

Node.js CI Maintainability Donate

Unofficial APIs for Investing.com website.

Install

npm i investing-com-api

Example

const { investing } = require('investing-com-api')

async function main () {
  const response = await investing('currencies/eur-usd')
  // response = [ { date: Timestamp, value: Number }, {...}, ... ]
}

Available inputs

Run tests

  • npm test

Run lint

  • npm run lint

Author

About

Unofficial APIs for Investing.com website.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •