MCFFA (Medical Care Facilities Financing Agency) Bonds and Notes: 1995 - 2017
DASNY assumed all bonds and notes outstanding from the Medical Care Facilities Financing Agency (MCFFA) on September 1, 1995. As of March 31, 2017, no remaining MCFFA bonds are outstanding, nor will additional MCFFA bonds be issued. DASNY maintained a cumulative record of this debt. The dataset includes details such as Bond Series Name, Maturity Status/Matured or Defeased Date, Bond Series Par Amount and Bond Series Par Amount Outstanding.
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 \"ny-gov/mcffa-medical-care-facilities-financing-agency-dxta-2hdq\".\"mcffa_medical_care_facilities_financing_agency\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.