Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dineshpinto/market-analytics
Random crypto market analytics
https://github.com/dineshpinto/market-analytics
analytics blockchain cryptocurrency data-science ethereum quant
Last synced: 2 months ago
JSON representation
Random crypto market analytics
- Host: GitHub
- URL: https://github.com/dineshpinto/market-analytics
- Owner: dineshpinto
- License: apache-2.0
- Created: 2021-12-29T14:08:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T20:17:19.000Z (about 1 year ago)
- Last Synced: 2023-12-28T21:56:36.928Z (about 1 year ago)
- Topics: analytics, blockchain, cryptocurrency, data-science, ethereum, quant
- Language: Jupyter Notebook
- Homepage:
- Size: 25.1 MB
- Stars: 28
- Watchers: 5
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Market Analytics
A random set of notebooks to analyze the crypto markets.
## Installation
Uses the [Poetry](https://python-poetry.org) package manager.
### Install dependencies
```bash
poetry install
```### Add Jupyter kernelspec
```bash
poetry run python -m ipykernel install --user --name=market-analytics
```### Explore `notebooks/`
```shell
poetry run jupyter lab
```## Disclaimer
This project is for educational purposes only. You should not construe any such
information or other material as legal,
tax, investment, financial, or other advice. Nothing contained here constitutes a
solicitation, recommendation,
endorsement, or offer by me or any third party service provider to buy or sell any
securities or other financial
instruments in this or in any other jurisdiction in which such solicitation or offer
would be unlawful under the
securities laws of such jurisdiction.If you plan to use real money, use at your own risk.
Under no circumstances will I be held responsible or liable in any way for any claims,
damages, losses, expenses, costs,
or liabilities whatsoever, including, without limitation, any direct or indirect damages
for loss of profits.