Finstr - Unable to Receive Applications

I am working with an XBRL document submitted by an Indian company in India. The documents can be downloaded for a small fee from the Ministry of Corporate Affairs website . The function xbrl_get_statements()

does not work as shown below.

# Get annual report XBRL and extract statements
options(stringsAsFactors = FALSE)
org2015Inst <- INST #the XML file from MCA website
org2015 <- xbrlDoAll(org2015Inst,cache.dir = "XBRLCache", prefix.out="out", verbose = TRUE)
org2015Stmts <- xbrl_get_statements(org2015)

      

And this is the error I am getting.

> org2015Stmts <- xbrl_get_statements(org2015)
Error: incorrect length (0), expecting: 965

      

Can you help?

+3
r financial xbrl


source to share


No one has answered this question yet

Check out similar questions:

91
Using switch () statement
6
API / XBRL Financial Statement
4
Using XBRL package in R to organize financial reporting in dataframes
3
Any web services providing financial statements?
3
Arelle Webserver - How to Extract Income Statement from XBRL Registration?
2
getting XBRL data with Arelle
2
Extract financial tables embedded in pdf document
1
Failed to load financial data using getFin () in R-HTTP status: "403 Forbidden"
0
Quantmod get / viewFinancials in Loop
0
Getting specific financial reports in Quantmod



All Articles
Loading...
X
Show
Funny
Dev
Pics