dpguthrie / dpguthrie/yahooquery

Since about 8pm UTC yesterday, it started only returning 404 Errors

Open
#192 33 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.