Skip to content

HTTPError No Longer Thrown #2527

@wmorgansoftware

Description

@wmorgansoftware

I am presently using a list of symbols where the designation is different between sources (i.e. Yahoo vs. broker); mostly geared around preferred stock. To compensate for this, I created on my end a symbol vs. alternates translation, and if YFinance was throwing a HTTPError from curl_cffi when trying to access Tickers.tickers[value].info , I would skip and move to the next in the list, later doing a translation comparison for the Yahoo version of the symbol to ensure I have the correct data.

However, after downloading a recent update (0.2.62), I noticed in my log "HTTP Error 404:" followed by a "successful" receipt of .info only containing the following dict:

{'trailingPegRatio': None}

If you've made a change to remove the throwing of this error, how am I to know that the find did error out? The last known "working" version was 0.2.59 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions