Get Latest Footnotes
Description
Returns the latest periods added to the TagniFi Footnotes dataset.
Endpoint
https://api.tagnifi.com/footnotes/latest
Request Parameters
| Attribute | Description | Type | Required? | Default | Notes |
| 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. |
Example
Here is a sample response from this endpoint. It provides the client with the relevant information for each fiscal period and a link to access the data for each fiscal period directly:
{
"meta": {
"copyright": "TagniFi, LLC. 2015-2020"
},
"paging": {
"results_count": 5409,
"results_start": 1,
"results_end": 500
},
"periods": [
{
"filing_id": "0001193125-15-259935",
"company_id": "US0000320193",
"statement": "debt_section",
"period_type": "quarter",
"industry_template": "commercial",
"fiscal_year": 2015,
"fiscal_quarter": 3,
"date_deployed": "2017-12-12T19:57:08Z",
"footnotes_link": "/footnotes?company=US0000320193&statement=debt_section&period_type=quarter&fiscal_year=2015&fiscal_quarter=3&industry_template=commercial"
},
{
"filing_id": "0001193125-15-259935",
"company_id": "US0000320193",
"statement": "intangible_assets_section",
"period_type": "quarter",
"industry_template": "commercial",
"fiscal_year": 2015,
"fiscal_quarter": 3,
"date_deployed": "2017-12-12T19:57:08Z",
"footnotes_link": "/footnotes?company=US0000320193&statement=intangible_assets_section&period_type=quarter&fiscal_year=2015&fiscal_quarter=3&industry_template=commercial"
},
{
"filing_id": "0001193125-15-259935",
"company_id": "US0000320193",
"statement": "intangible_assets_section",
"period_type": "quarter",
"industry_template": "commercial",
"fiscal_year": 2014,
"fiscal_quarter": 4,
"date_deployed": "2017-12-12T19:57:08Z",
"footnotes_link": "/footnotes?company=US0000320193&statement=intangible_assets_section&period_type=quarter&fiscal_year=2014&fiscal_quarter=4&industry_template=commercial"
},