Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@davidosborn/crypto-history-parser

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@davidosborn/crypto-history-parser

A tool to parse the history of the cryptocurrency market

  • 0.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Crypto History Parser

A tool to parse the history of the cryptocurrency market.

Input formats

The historical data from investing.com can be downloaded in CSV format and parsed by this software. For example, this page provides BTC/USD history.

Additional formats can be supported by adding an entry to NormalizeStream._converters.

Output format

The output is an array of historical samples, ordered by time, and formatted as JSON.

Each historical sample may contain the following fields:

FieldTypeSemanticsDescription
timeNumberUNIX timestampThe opening time of the trading period.
openNumberCurrencyThe price at the opening of the trading period.
closeNumberCurrencyThe price at the closing of the trading period.
highNumberCurrencyThe highest price during the trading period.
lowNumberCurrencyThe lowest price during the trading period.
volumeNumberCurrencyThe volume during the trading period.
changeNumberPercentThe change in price during the trading period.

Keywords

FAQs

Package last updated on 09 Sep 2019

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc