aier-research
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.9%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: ColbyW11
- Language: Python
- Default Branch: main
- Size: 136 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
Citation
README.md
Cryptocurrency Market Analysis Tool
This project analyzes the impact of specific political events in Argentina on cryptocurrency markets, particularly focusing on Bitcoin (BTCUSDT).
Table of Contents
Installation
- Clone the repository:
Set up a virtual environment:
bash pip install virtualenv virtualenv venv source venv/bin/activate # On Windows, use `venv\Scripts\activate`Install the required packages:
bash pip install -r requirements.txt
Usage
- For visualizing the data, use:
bash python -m src.visualize --event-date 2023-08-14 --time-window 2 --plot-type price
Data Sources
- SPY/SPX Data: FirstRateData
- USD/CHF Data: FXDD
- Note: On weekends, data are only given for one minute representing the full day (while the FX markets are closed).
- BTC/ARS & BTC/USDT: Binance Vision
Owner
- Login: ColbyW11
- Kind: user
- Repositories: 1
- Profile: https://github.com/ColbyW11
GitHub Events
Total
Last Year
Dependencies
requirements.txt
pypi
- Markdown ==3.6
- PyYAML ==6.0.1
- add_parent_path ==0.1.11
- annotated-types ==0.7.0
- anthropic ==0.31.2
- anyio ==4.4.0
- black ==24.4.2
- certifi ==2024.7.4
- charset-normalizer ==3.3.2
- click ==8.1.7
- contourpy ==1.2.1
- cycler ==0.12.1
- distro ==1.9.0
- filelock ==3.15.4
- fonttools ==4.53.1
- fsspec ==2024.6.1
- h11 ==0.14.0
- httpcore ==1.0.5
- httpx ==0.27.0
- huggingface-hub ==0.24.0
- idna ==3.7
- iniconfig ==2.0.0
- jiter ==0.5.0
- joblib ==1.4.2
- kanilog ==0.3.3
- kiwisolver ==1.4.5
- logzero ==1.7.0
- matplotlib ==3.9.1
- mt4_hst ==0.1.2
- mypy-extensions ==1.0.0
- numpy ==2.0.0
- packaging ==24.1
- pandas ==2.2.2
- pathlib2 ==2.3.7.post1
- pathspec ==0.12.1
- patsy ==0.5.6
- pillow ==10.4.0
- platformdirs ==4.2.2
- pluggy ==1.5.0
- pydantic ==2.8.2
- pydantic_core ==2.20.1
- pyparsing ==3.1.2
- pytest ==8.2.2
- python-dateutil ==2.9.0.post0
- python-dotenv ==1.0.1
- pytz ==2024.1
- requests ==2.32.3
- scikit-learn ==1.5.1
- scipy ==1.14.0
- seaborn ==0.13.2
- six ==1.16.0
- sniffio ==1.3.1
- statsmodels ==0.14.2
- stdlogging ==0.16
- threadpoolctl ==3.5.0
- tokenizers ==0.19.1
- tqdm ==4.66.4
- typing_extensions ==4.12.2
- tzdata ==2024.1
- urllib3 ==2.2.2