Open repository in Console
Readme
Updated almost 2 years ago
‧ Indexed 12 months ago
Funding Positions of CalPERS Contracting Agencies for Fiscal Years 2002-03 to 2021-22
This dataset contains the Actuarial Liabilities, Actuarial Value of Assets, Unfunded Liabilities, and Funding Ratios for each Local Contracting Agency.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"bythenumbers-sco-ca-gov/funding-positions-of-calpers-contracting-agencies-4mw7-e9iu\".\"funding_positions_of_calpers_contracting_agencies\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.