finstr icon indicating copy to clipboard operation
finstr copied to clipboard

:chart_with_upwards_trend: Financial statements in R

Results 12 finstr issues
Sort by recently updated
recently updated
newest added

xbrl_get_statements skips Consolidated Statements of Operations which contains important EPS information. Is there some way for this header to be added?

I have tried to run it on Tesla files between 2015-2020 and after 2016 it couldn't open up the instance xml files. Do you have any idea why is that?...

Hi, I'm having issue extracting values from Starbuck's latest 10-k. ``` library(XBRL) xbrl_sbux

im running the following code: ` library(XBRL) xbrl_url2014 > 1. xbrlDoAll(xbrl_url2014) > 2. xbrl$processSchema(xbrl$getSchemaName()) > 3. which(discovered.files == file) > 4. xbrl$getSchemaName() > 5. fixFileName(dname.inst, .Call("xbrlGetSchemaName", doc.inst, > . PACKAGE...

Hi! There may have been a change to the SEC reporting of the XBRL. I spent some time correcting the code so it works. In the XBRL_get_data() (called by XBRL_get_statements...

Hi, I'm following the Readme GitHub file to reproduce the example listed, but when I try to use the merge.statement function, it does not work. Anyone face this problem? Best...

Great package! Is there a way to pull outstanding shares from the qs and ks? Its usually listed on the first page of the report so I'm sure it's there,...

Is it possible to apply new taxonomies?

Thanks for your work on this very interesting package. I'm getting following error (traceback copied below) using R 3.4.2 (on a Windows 64-bit machine). There's something about the date not...

Many thanks for publishing the finstr package! While I was able to get this package working for XBRL documents filed with SEC, I am running into a strange error when...