0

When running the following code:

import yfinance as yf

df = yf.download('AAPL', start='2023-01-01', end='2023-01-31')

yfinance is throwing the following error:

[*********************100%***********************]  1 of 1 completed

1 Failed download:
- AAPL: OperationalError('database is locked')

I tried uninstalling and reinstalling the library but it did not work.

Tomerikoo
  • 18,379
  • 16
  • 47
  • 61
Sajan
  • 1,247
  • 1
  • 5
  • 13
  • Does this answer your question? [OperationalError: database is locked](https://stackoverflow.com/questions/3172929/operationalerror-database-is-locked) – Tomerikoo Feb 21 '23 at 15:01

0 Answers0