mirror of
https://github.com/ranaroussi/yfinance.git
synced 2024-01-29 09:38:56 +03:00
timestamp of 1900 is older than 100 years, so yahoo responds with error: GDEVW: 1d data not available for startTime=-2208994789 and endTime=1687780922. Only 100 years worth of day granularity data are allowed to be fetched per request. this should fix it, something similar was proposed here: https://github.com/ranaroussi/yfinance/pull/648 # Please enter the commit message for your changes. Lines starting
20 lines
161 B
Plaintext
20 lines
161 B
Plaintext
__pycache__/*
|
|
yfinance/__pycache__/*
|
|
dist
|
|
yfinance.egg-info
|
|
*.pyc
|
|
.coverage
|
|
.idea/
|
|
.vscode/
|
|
build/
|
|
*.html
|
|
*.css
|
|
*.png
|
|
|
|
# Environments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|