Socket
Socket
Sign inDemoInstall

@davidosborn/crypto-history-parser

Package Overview
Dependencies
30
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

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


Version published
Weekly downloads
2
Maintainers
1
Install size
3.74 MB
Created
Weekly downloads
 

Readme

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

Last updated on 09 Sep 2019

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc