Get Fundamentals History
Introduction
Returns all periods available for a company.
Endpoint
https://api.tagnifi.com/fundamentals/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/fundamentals/history?company=US0001084869&offset=100&limit=200&last_updated=2017-01-01
Sample Response
{
"meta": {
"copyright": "TagniFi, LLC. 2015-2016"
},
"paging": {
"results_count": 549,
"results_start": 1,
"results_end": 500
},
"periods": [
{
"filing_id": "0001437749-16-038804",
"company_id": "US0001084869",
"statement": "balance_sheet_statement",
"period_type": "quarter",
"industry_template": "commercial",
"fiscal_year": 2015,
"fiscal_quarter": 4,
"date_deployed": "2016-09-22T13:47:36Z",
"fundamentals_link": "/fundamentals?company=US0001084869&statement=balance_sheet_statement&period_type=quarter&fiscal_year=2015&fiscal_quarter=4"
},
{
"filing_id": "0001437749-16-038804",
"company_id": "US0001084869",
"statement": "balance_sheet_statement",
"period_type": "quarter",
"industry_template": "commercial",
"fiscal_year": 2016,
"fiscal_quarter": 4,
"date_deployed": "2016-09-22T13:47:36Z",
"fundamentals_link": "/fundamentals?company=US0001084869&statement=balance_sheet_statement&period_type=quarter&fiscal_year=2016&fiscal_quarter=4"
},
{
"filing_id": "0001437749-16-038804",
"company_id": "US0001084869",
"statement": "cash_flow_statement",
"period_type": "year_to_date",
"industry_template": "commercial",
"fiscal_year": 2014,
"fiscal_quarter": 4,
"date_deployed": "2016-09-22T13:47:36Z",
"fundamentals_link": "/fundamentals?company=US0001084869&statement=cash_flow_statement&period_type=year_to_date&fiscal_year=2014&fiscal_quarter=4"
},