ny-gov/mta-debt-outstanding-sze3-m8qh
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 12 months ago
Indexed 11 months ago

MTA Debt Outstanding

The MTA Debt Outstanding dataset provides detailed information of MTA’s outstanding principal from its bond issuances. The information is provided by credit and by specific bond series and is shown in dollars in millions. The dataset shows the original issuances amount, Bond Purchase Agreement sale date, the final maturity date, how much of the series is outstanding in fixed rate, variable, or synthetic fixed, and the total outstanding. Additionally, the dataset indicates the true interest cost (TIC) for the specific bond series.

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/mta-debt-outstanding-sze3-m8qh\".\"mta_debt_outstanding\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • mta_debt_outstanding
     
     
     
     
     
Upstream Metadata