question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Data download missing data

See original GitHub issue

Based on some feedback received and subsequent experiments, it seems that the data download is missing out a lot of tickers (and if it’s missing out the SPY, there will be an error in parsing_keystats.py).

This project downloads price data for free from Yahoo Finance, via pandas-datareader (and fix-yahoo-finance). However, I’ve noticed lately that the data is becoming a lot more inconsistent, and sometimes just fails completely. This is because Yahoo seems to be dropping their support for this API.

The data on yahoo is still there, it’s just a problem of accessing it. In the past I wrote a blog post about downloading data from the linked source, but ‘deprecated it’ once I realised that pandas-datareader with fix-yahoo-finance did the same thing but much better. My method still works, but it won’t be trivial to integrate it with the project (and anyway it’s a very clunky solution). I suppose that the easiest solution is to find another data source, so suggestions would be welcome.

As a temporary fix, I have added the csv files (containing all the data) to this repo.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
robertmartin8commented, Jun 5, 2018

@ictinc

Hi Ronald,

Thank you for the suggestion, it looks like a very clean API and it’s great that there’s a pandas-datareader interface – it also has adjusted closing prices which is one of my veto factors for considering a service. I’ll definitely look into it, it should just be a matter of changing the pandas-datareader call.

Thanks again,

Robert

1reaction
ictinccommented, Jun 3, 2018

Hi Robert, Maybe instead of using Yahoo finance use IEX trading instead? https://iextrading.com/developer/docs/

http://pandas-datareader.readthedocs.io/en/latest/readers/iex.html

Cheers, Ronald.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"missing-data" datasets -- OpenMV.net
Showing data sets with "missing-data" tag ; Class grades, Grades from a Chemical Engineering course at McMaster University. 99 ; Food consumption, The...
Read more >
Missing Values | Kaggle
In this tutorial, you will learn three approaches to dealing with missing values. Then you'll compare the effectiveness of these approaches on a...
Read more >
Why is my report missing data? - OCLC Support
Answer. If you are missing data inside an Excel Spreadsheet, there can be a couple reasons why data appears missing.
Read more >
Tackling Missing Value in Dataset - Analytics Vidhya
All You Need To Know About Different Types Of Missing Data Values And How To ... You can download the dataset from the...
Read more >
Missing data in table and download
Hello, One data column does not appear when downloading (with the all ... See screenshots attached - the Excel downloaded database missing the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found