Rate of Return for Fiscal Years 2002-03 to 2015-16
Rates of return for the past one year, three year, and five year periods that come from the audited financials and/or actuarial valuation report.
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/rate-of-return-for-fiscal-years-200203-to-201516-22d8-yd9n\".\"rate_of_return_for_fiscal_years_200203_to_201516\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.