Get Footnotes History
Introduction
Returns all TagniFi Footnotes periods available for a company.
Endpoint
https://api.tagnifi.com/footnotes/history
Request Parameters
| Attribute | Description | Type | Required? | Default | Notes |
| company | The company's ID. | String | Yes | Please use Get Covered Companies for a list of all companies. | |
| last_updated | Return recently modified periods since this date. | Date (ISO8601) | No | Returns all periods via paging. | |
| offset | The number of periods to skip. | Integer | No | 0 | |
| limit | The number of periods to return. | Integer | No | 500 | The maximum limit value is 500. |
Sample Request
https://api.tagnifi.com/footnotes/history?company=US0000012927&offset=200&limit=100
Sample Response
{
"meta": {
"copyright": "TagniFi, LLC. 2015-2017"
},
"paging": {
"results_count": 635,
"results_start": 1,
"results_end": 500
},
"periods": [
{
"filing_id": "0001193125-10-232425",
"company_id": "US0000012927",
"statement": "business_segments_duration_section",
"period_type": "year_to_date",
"industry_template": "commercial",
"fiscal_year": 2010,
"fiscal_quarter": 3,
"date_deployed": "2017-09-20T22:02:40Z",
"footnotes_link": "/footnotes?company=US0000012927&statement=business_segments_duration_section&period_type=year_to_date&fiscal_year=2010&fiscal_quarter=3&industry_template=commercial"
},
{
"filing_id": "0001193125-10-232425",
"company_id": "US0000012927",
"statement": "business_segments_duration_section",
"period_type": "quarter",
"industry_template": "commercial",
"fiscal_year": 2010,
"fiscal_quarter": 3,
"date_deployed": "2017-09-20T22:02:40Z",
"footnotes_link": "/footnotes?company=US0000012927&statement=business_segments_duration_section&period_type=quarter&fiscal_year=2010&fiscal_quarter=3&industry_template=commercial"
},
{
"filing_id": "0001193125-10-232425",
"company_id": "US0000012927",
"statement": "business_segments_duration_section",
"period_type": "year_to_date",
"industry_template": "commercial",
"fiscal_year": 2009,
"fiscal_quarter": 3,
"date_deployed": "2017-09-20T22:02:40Z",
"footnotes_link": "/footnotes?company=US0000012927&statement=business_segments_duration_section&period_type=year_to_date&fiscal_year=2009&fiscal_quarter=3&industry_template=commercial"
},