# Get Financials **GET /f/finance/{businessLocationId}/financials/{from}/{to}** Returns financial data for a business location for a specified date range. Note: Will only return sales created after migration from iKentoo 2.0 to Lightspeed K-Series. ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **businessLocationId** (integer(int64)) The unique identifier for the business location. - **from** (string(date-time)) Start of requested results, in ISO 8601 format. The date range between 'from' and 'to' cannot exceed 365 days (1 year). Example:`2022-09-21T10:11:56Z` or `2022-09-21T06:11:56-04:00` - **to** (string(date-time)) End of requested results, in ISO 8601 format. Example:`2022-09-21T10:11:56Z` or `2022-09-21T06:11:56-04:00` ### Query parameters - **include** (string) Objects to be included in the response. The allowed values are: `staff`, `table`, `consumer`, `payments`, `revenue_center`, `account_profile`, `payment_authorization`. - **pageSize** (integer(int32)) Number of entries to return. - **nextPageToken** (string) The `accountId` where the results should begin. Example: `A65315.18` ## Responses ### 200 Financials returned #### Body: application/json (object) - **businessName** (string) Name of the business - **nextStartOfDayAsIso8601** (string) Start of next business day, in the merchant's local time. - **businessLocationId** (number) The unique identifier for the business location. - **sales** (array[object]) - **dataComplete** (boolean) - **_links** (object) ### 400 Bad Request #### Body: */* (object) - ***** (object) [Powered by Bump.sh](https://bump.sh)