docs/CompanyApi.md in intrinio-sdk-6.26.8 vs docs/CompanyApi.md in intrinio-sdk-6.27.0

- old
+ new

@@ -848,10 +848,12 @@ fiscal_year: nil, statement_code: nil, type: nil, start_date: nil, end_date: nil, + updated_after: Date.parse("2022-12-01"), + updated_before: Date.parse("2022-12-01"), page_size: 100, next_page: nil } result = company_api.get_company_fundamentals(identifier, opts) @@ -876,9 +878,11 @@ **fiscal_year** | Integer| Only for the given fiscal year | [optional]   **statement_code** | String| Only of the given statement code | [optional]   **type** | String| Only of the given type | [optional]   **start_date** | Date| Only on or after the given date | [optional]   **end_date** | Date| Only on or before the given date | [optional]   + **updated_after** | Date| Only include fundamentals where it was updated after this date. | [optional]   + **updated_before** | Date| Only include fundamentals where it was updated before this date. | [optional]   **page_size** | Integer| The number of results to return | [optional] [default to 100]   **next_page** | String| Gets the next page of data from a previous API call | [optional]   [//]: # (END_PARAMETERS)