-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
Can't run ratios on local fiancial statements #169
Comments
Please note that the package assumes:
There are also checks whether the historical data lines up with the financial statement data which it is unable to do if you did not provide an existing ticker (can be disabled with The ratios module also assumes historical exists as it is needed for several ratios. |
Hey @JerBouma, ok then that is my fault for assuming that this package would do what I need it to do. I assumed that by providing the financial statements(locally) in the right format, I don't see why I'd need to provide financial statements if I can get all that info with just providing a ticker, that's where I got confused I guess. I'm also not sure what you mean by historical data? on FMP there's a lot of historical data I don't know If this could be added but being able to calculate as many ratios as possible with just the income statement, balance sheet and cash flow statement would be really valuable. Thanks |
With historical data, I am referring to OHLC data. Also, I believe the main issue here is that you didn't fill the normalisation templates correctly. This is also why you are receiving the errors that certain columns can't be found. Please recheck: https://www.jeroenbouma.com/projects/financetoolkit/external-datasets I've had many people who successfully managed to make this work and I am sure it's just a minor detail right now. |
Hi guys,
My assumption with this package was that I'd be able to run analysis on financial statements that I'd provide myself, but can't seem to be able to do that.
Here, is my code below, I used the CSV statements files available in the examples folder on this package (The google ones). I just renamed the Ticker to
CUST
.When not putting any API_KEY it won't do anything and when putting the API_KEY it tries to fetch data for the
CUST
ticker which obviously doesn't exist.this is the full error returned:
The text was updated successfully, but these errors were encountered: