From a user:
I am writing to inquire about a possible XBRL extraction issue. When I try to extract simple quarterly revenue figures, some of the last fiscal quarters are zero.
For example, for MSFT and AAPL last available FQ4 is zero (even though previous FQ4 were available).
I was not able to find a ‘0’ reported in Q4 for either company. It seems these companies have moved away from disclosing Q4 revenue in their 10-Ks, so you’ll need to back out 3QCUM from Y to get this detail.
https://api.xbrl.us/api/v1/fact/search?entity.code=0000320193,0000789019&period.fiscal-period=Y,3QCUM,4Q&concept.local-name=RevenueFromContractWithCustomerExcludingAssessedTax&fact.has-dimensions=false&fact.ultimus=true&fields=report.filing-date.sort(DESC),entity.name.sort(ASC),period.fiscal-year.sort(DESC),concept.local-name,fact.value,period.fiscal-period,report.id,report.sec-url
Don’t hesitate to post follow up here.