I'm trying to read some programmatic API data from EDGAR, and I'm having trouble understanding the end
property. For example, when looking at AssetsCurrent
:
"end": "2018-03-31",
"val": 206935000000,
"accn": "0001652044-18-000016",
"fy": 2018,
"fp": "Q1",
"form": "10-Q",
"filed": "2018-04-24",
"frame": "CY2018Q1I"
This would suggest end
means the end of the period for which this form is filed, but there's another block like:
"end": "2017-12-31",
"val": 197295000000,
"accn": "0001652044-18-000035",
"fy": 2018,
"fp": "Q3",
"form": "10-Q",
"filed": "2018-10-26"
Which seems to contradict that. What does end
mean in these filings?
Edit: these come from filings for Alphabet