SHIP Teen Birth Rate 2010-2021
This is historical data. The update frequency has been set to "Static Data" and is here for historic value. Updated on 8/14/2024
Teen Birth Rate - This indicator shows the rate of births to teens ages 15-19 years (per 1,000 population). Teen pregnancy is linked to a host of social problems such as poverty, lack of overall child well-being, out-of-wedlock births, lack of responsible fatherhood, health issues, school failure, child abuse and neglect and at-risk behaviors. <a href ="https://health.maryland.gov/pophealth/Documents/SHIP/SHIP%20Lite%20Data%20Details/Teen%20Birth%20Rate.pdf" > Link to Data Details </a>
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 \"opendata-maryland-gov/ship-teen-birth-rate-20102021-t8wg-hb7j\".\"ship_teen_birth_rate_20102021\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.