Skip to content

[IMPROVE] Add TQDM/Progress bar on tickers fetched #122

@sword134

Description

@sword134

So far the TQDM/Progress Bar only shows the progress as 0/3 due to it being applied on a list of the 3 different financial statements. Wouldnt it be more appropriate to apply it on the loop that fetchesthe data for each individual ticker instead? That way you actually get a feeling for how far into the process it actually is.

An example being wrapping ticker_list_iterator in tqdm() at line 148 in fundamentals_model.py

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