dpguthrie / dpguthrie/yahooquery
Since about 8pm UTC yesterday, it started only returning 404 Errors
Open
- Dominant language
- Python
- Stars
- 920
- Forks
- 164
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
`Ticker("TSLA").quotes` returns `HTTP 404 Not Found`
**To Reproduce**
```
#! /usr/bin/python3
import json
from yahooquery import Ticker
tickers = Ticker(["AAPL","TSLA"])
print(json.dumps(tickers.quotes,indent=3))
```
OUTPUT: `HTTP 404 Not Found`
**Expected behavior**
Should return ticker data
**Server (please complete the following information):**
- OS: Alpine 3.16.5
- Python: 3.10.11
- Version: yahooquery v2.3.1
**Additional context**
Service was working fine for a couple of months until about 8pm UTC 23rd May (yesterday)
Contributor guide
Assessment
This issue has not been assessed yet.