# Sky Ecosystem Financials > Financial dashboard for the Sky (formerly MakerDAO) ecosystem. > Provides balance sheet, profit & loss, backing, primes, risk, > allocations, liquidity, capital management, settlement cycle, > and savings data. This site is a single-page application. The human-readable pages use interactive charts and tables rendered in the browser. For each major section a **machine-readable markdown version** is available at the paths listed below. These markdown pages are server-rendered and return structured financial tables and KPIs as plain text (no JavaScript required). ## Markdown (machine-readable) pages - [Balance Sheet](/api/balance-sheet) - [Profit & Loss](/api/pnl) - [USDS Backing](/api/backing) - [Primes](/api/primes) - [Settlement Cycle](/api/settlement-cycle) - [MSC P&L](/api/msc) ## Human-readable pages - [Overview (Homepage)](/) - [Balance Sheet](/balance-sheet) - [Profit & Loss](/pnl) - [USDS Backing](/backing) - [Primes](/primes) - [Risk](/risk) - [Allocations](/allocations) - [Liquidity](/liquidity) - [Capital Management](/capital-management) - [Settlement Cycle](/settlement-cycle) - [Savings](/savings) ## Notes - The balance sheet, P&L, and MSC markdown pages accept `?year=` and `?granularity=` query parameters. - `year`: e.g. `2025` (defaults to current year) - `granularity`: `monthly`, `quarterly`, or `yearly` (defaults to `monthly`) - Backing, primes, and settlement cycle pages show the latest snapshot and do not require period parameters. - Responses are cached for 1 hour at the CDN edge.