County Bond Rating
This measure is part of Measures of Success Program (MOS). MOS is a client-centered approach to demonstrate the County's progress in meeting client needs. Selected measures are representative of County department’s core business and operations. The Controller-Treasurer Department records the County's bond rating for all debt issuances.
Reporting Period: Fiscal Year 2017-2023
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 \"sccgov/county-bond-rating-ktyk-cf7t\".\"county_bond_rating\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.