
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@dna64/investing-com-api
Advanced tools
Unofficial APIs for Investing.com website.
npm i investing-com-api
const { investing } = require('investing-com-api');
async function main() {
try {
const response1 = await investing('currencies/eur-usd'); // Providing a valid mapping.js key
const response2 = await investing('currencies/eur-usd', 'P1M', 'P1D'); // With optional params
const response3 = await investing('1'); // Providing the pairId directly, even if not present in mapping.js
} catch (err) {
console.error(err);
}
}
[
{
date: 1659398400000,
value: 1.0264,
price_open: 1.0264,
price_high: 1.0294,
price_low: 1.0155,
price_close: 1.0157
},
{
date: 1659484800000,
value: 1.0158,
price_open: 1.0158,
price_high: 1.0209,
price_low: 1.0126,
price_close: 1.0136
},
...
]
Only input is required, other params are optional.
npm test
npm run lint
PRs are welcome to add more elements to the mapping.js file.
FAQs
Unofficial APIs for Investing.com website.
We found that @dna64/investing-com-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.