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

Most Recent Split #7

Closed
gnzsnz opened this issue Sep 7, 2024 · 0 comments · Fixed by #8
Closed

Most Recent Split #7

gnzsnz opened this issue Sep 7, 2024 · 0 comments · Fixed by #8
Labels
enhancement New feature or request

Comments

@gnzsnz
Copy link
Contributor

gnzsnz commented Sep 7, 2024

include most recent split in company info

>>> [(r.tag,r.attrib.get('Date'),float(r.text)) for r in fs.findall("./Issues/Issue/MostRecentSplit")]

[('MostRecentSplit', '2020-08-31', 4.0)]
@gnzsnz gnzsnz added the enhancement New feature or request label Sep 7, 2024
@gnzsnz gnzsnz linked a pull request Sep 8, 2024 that will close this issue
@gnzsnz gnzsnz closed this as completed in #8 Sep 9, 2024
gnzsnz added a commit that referenced this issue Sep 9, 2024
* add last split to company information, issue #7

* Fixes for:

- ownership report
- ratios
- financial statements

* update build and test workflow

* refactor dividends

* fix 'Requested market data is not subscribed' on fundamental_ratios

* disable pylint warnings on tests

* updates typing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant