Skip to content

Retrieve OHLCV ro-soku (means candle in Japanese) from any exchange🕯️

License

Notifications You must be signed in to change notification settings

Sheisback/ro-soku

Repository files navigation

ro-soku🕯️

⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛
⬛⬛⬛⬛⬛⬛⬛🟩⬛⬛⬛⬛⬛⬛
⬛⬛🟥⬛⬛🟩⬛🟩⬛⬛⬛⬛⬛⬛
⬛⬛🟥🟥🟥🟩⬛🟩⬛⬛⬛⬛⬛⬛
⬛🟩🟥🟥🟥🟩⬛🟩⬛⬛⬛⬛⬛⬛
⬛🟩🟥🟥🟥🟩⬛🟩🟥🟩⬛⬛⬛⬛
⬛🟩🟥🟥🟥🟩🟥🟩🟥🟩🟩🟩⬛⬛
⬛⬛⬛🟥🟥🟩🟥🟩🟥🟩🟩🟩🟩⬛
⬛⬛⬛⬛🟥⬛🟥⬛🟥🟩🟩⬛⬛⬛
⬛⬛⬛⬛🟥⬛🟥⬛🟥🟩🟩⬛⬛⬛
⬛⬛⬛⬛🟥⬛🟥⬛🟥🟩🟩⬛⬛⬛
⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛

About

Output format types

raw

[1614984720000, 49225.0, 49254.0, 49225.0, 49240.0, 912082.0981]
[1614984780000, 49240.0, 49240.0, 49219.0, 49222.0, 427743.0204]
[1614984840000, 49222.0, 49229.0, 49221.0, 49229.0, 97785.225]
...

CSV

1614984720000,49225.0,49254.0,49225.0,49240.0,912082.0981
1614984780000,49240.0,49240.0,49219.0,49222.0,427743.0204
1614984840000,49222.0,49229.0,49221.0,49229.0,97785.225
...

TSV

1614984720000	49225.0	49254.0	49225.0	49240.0	912082.0981
1614984780000	49240.0	49240.0	49219.0	49222.0	427743.0204
1614984840000	49222.0	49229.0	49221.0	49229.0	97785.225
...

JSON

[
    {
        "unixtime": 1614984720000,
        "open": 49225.0,
        "high": 49254.0,
        "low": 49225.0,
        "close": 49240.0,
        "volume": 912082.0981
    },
    {
        "unixtime": 1614984780000,
        "open": 49240.0,
        "high": 49240.0,
        "low": 49219.0,
        "close": 49222.0,
        "volume": 427743.0204
    },
    {
        "unixtime": 1614984840000,
        "open": 49222.0,
        "high": 49229.0,
        "low": 49221.0,
        "close": 49229.0,
        "volume": 97785.225
    }
    // ...
]

About

Retrieve OHLCV ro-soku (means candle in Japanese) from any exchange🕯️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 79.4%
  • Shell 20.0%
  • PowerShell 0.6%