Skip to content

Instantly share code, notes, and snippets.

@Seungwoo321
Seungwoo321 / sampleData.js
Last active March 17, 2023 01:55
pivot-data-sample
callback([
['unix', 'date', 'symbol', 'open', 'high', 'low', 'close', 'Volume BTC', 'Volume USD'],
[1646092800, '2022-03-01 00:00:00', 'BTC/USD', 43221.71, 43626.49, 43185.48, 43185.48, 49.0062887, 2116360.10052808],
[1646006400, '2022-02-28 00:00:00', 'BTC/USD', 37717.1, 44256.08, 37468.99, 43178.98, 3160.61807044, 136472264.451167],
[1645920000, '2022-02-27 00:00:00', 'BTC/USD', 39146.66, 39886.92, 37015.74, 37712.68, 1701.81704307, 64180081.5638451],
[1645833600, '2022-02-26 00:00:00', 'BTC/USD', 39242.64, 40330.99, 38600, 39146.66, 912.7240869, 35730099.5036848],
[1645747200, '2022-02-25 00:00:00', 'BTC/USD', 38360.93, 39727.97, 38027.61, 39231.64, 2202.85182731, 86421489.8623681],
[1645660800, '2022-02-24 00:00:00', 'BTC/USD', 37253.26, 39720, 34324.05, 38376.88, 6302.85095659, 241883754.81894],
[1645574400, '2022-02-23 00:00:00', 'BTC/USD', 38269.94, 39303.24, 37060.16, 37274.18, 1778.27525833, 66283752.0685389],
[1645488000, '2022-02-22 00:00:00', 'BTC/USD', 37036.98, 38463.88, 36368.

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example