Hi,
I am trying to make sure I know how the setup in Google Sheets works.
In one cell, I create the following URL: =CONCATENATE(“https://api.xbrl.us/api/v1/fact/search?concept.local-name=Assets&period.fiscal-year=2020&Entity.cik=0000040545&fields=fact.value”)
In the cell immediately below it, I have the following:
=showData(CellAbove)
And the value I get is “No information returned”.
I am authorized, via the Google Sheets extension. And I use other XBRL API calls in Google Sheets that work fine. Those were copied and pasted from elsewhere. I’m now just trying to explore on my own, to make all of this a bit less of a black box for myself.
I must have a typo in the URL I’m creating, right? But I’m trying to follow example on page 8 of the API doc:
/api/v1/fact/search?concept.local-name=Assets&period.fiscalyear=2017&period.fiscal.period=1Q&Entity.cik=0000001&fields=fact.value
Do you know where I’m going wrong?
Thanks for the help.