Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix financials tables #1128

Merged
merged 24 commits into from Oct 28, 2022
Merged

Fix financials tables #1128

merged 24 commits into from Oct 28, 2022

Commits on Jul 7, 2021

  1. Updated the utils get_json function to standardize the return. This w…

    …ill enable us to see other store types from the base.py file.
    git-shogg committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    883b7f0 View commit details
    Browse the repository at this point in the history
  2. Added some functions to enable us to grab key details from the analys…

    …is section of yahoo finance: current_recommendations, revenue_forecasts and earnings_forecasts.
    git-shogg committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    91f4891 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    da2672f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb31036 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. Added self._income_statement, once happy this new dataframe should re…

    …place self._financials. Further work required to understand if there is the opportunity to also do this for balance sheet and cf statement.
    git-shogg committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    a1769e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    c3da55f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. Configuration menu
    Copy the full SHA
    4774485 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81a0a4e View commit details
    Browse the repository at this point in the history
  3. Potential issues flagged by CodeFactor updated. Believe that the warn…

    …ings with regards to "statement seems to have no effect" is because the import on this python file is yfinance (master version 1.63).
    git-shogg committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    87dc9fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7c55bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a395c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2021

  1. Configuration menu
    Copy the full SHA
    3f23c06 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    c80bfc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. Configuration menu
    Copy the full SHA
    34e1b2f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Configuration menu
    Copy the full SHA
    6c4da51 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    d65391b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    3b8114c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #776 from git-shogg/main

    Enhanced the detail of the annual financial statements and added ability to check the "Analysis" url.
    ValueRaider committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    68b8671 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e96a1a View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    730afda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    053e0b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    e29df56 View commit details
    Browse the repository at this point in the history
  2. Revert version bump

    ValueRaider committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    9e529f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e83cc74 View commit details
    Browse the repository at this point in the history