# Get Daily Financials **GET /f/finance/{businessLocationId}/dailyFinancials** Returns the financial data for the current business day or for the specified date. ## 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. ### 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`. - **date** (string(date)) The date in YYYY-MM-DD format. - **includeConsumers** (boolean) ## Responses ### 200 Daily 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) [Powered by Bump.sh](https://bump.sh)