docs/FundamentalsApi.md in intrinio-sdk-6.27.2 vs docs/FundamentalsApi.md in intrinio-sdk-6.27.3

- old
+ new

@@ -73,10 +73,11 @@ fiscal_period: "FY", start_date: Date.parse("2022-01-01"), end_date: Date.parse("2022-12-01"), updated_after: Date.parse("2022-12-01"), updated_before: Date.parse("2022-12-01"), + template: "indu", next_page: nil } result = fundamentals_api.filter_fundamental(opts) pp result @@ -102,9 +103,10 @@ **fiscal_period** | String| The fiscal period | [optional]   **start_date** | Date| Only include fundamentals where covered period is on or after this date. | [optional]   **end_date** | Date| Only include fundamentals where covered period is on or before this 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]   + **template** | String| The financial statement template used by Intrinio to standardize the as reported data | [optional]   **next_page** | String| Gets the next page of data from a previous API call | [optional]   [//]: # (END_PARAMETERS) ### Return type