https://github.com/prikhi/gemini-exports
Generate CSV Exports of Your Gemini Trades
https://github.com/prikhi/gemini-exports
cryptocurrency csv csv-export gemini gemini-api
Last synced: 4 months ago
JSON representation
Generate CSV Exports of Your Gemini Trades
- Host: GitHub
- URL: https://github.com/prikhi/gemini-exports
- Owner: prikhi
- License: bsd-3-clause
- Created: 2022-04-03T02:32:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T07:51:05.000Z (over 1 year ago)
- Last Synced: 2025-07-14T00:10:18.215Z (12 months ago)
- Topics: cryptocurrency, csv, csv-export, gemini, gemini-api
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/gemini-exports
- Size: 95.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gemini-exports
[](https://github.com/prikhi/gemini-exports/actions/workflows/main.yml)
Generate CSV Exports of your Gemini Trades.
Requires [`stack`][get-stack]:
```sh
$ stack run -- -k -s
time,base-asset,quote-asset,type,description,price,quantity,total,fee,fee-currency,trade-id
2022-04-20 04:20:00,GUSD,USD,Buy,,1.0,9001.0,9001.0,0.0,USD,900142424242
$ stack run -- --help
```
[get-stack]: https://docs.haskellstack.org/en/stable/README/
## Install
You can install the CLI exe by running `stack install`. This lets you call the
executable directly instead of through stack:
```sh
stack install
export PATH="${HOME}/.local/bin/:${PATH}"
gemini-exports
```
## Build
You can build the project with stack:
```sh
stack build
```
For development, you can enable fast builds with file-watching,
documentation-building, & test-running:
```sh
stack test --haddock --fast --file-watch --pedantic
```
To build & open the documentation, run:
```sh
stack haddock --open gemini-exports
```
## LICENSE
BSD-3