Introduction
Quartr is available as a private listing on the Snowflake Marketplace, giving you direct SQL access to earnings calls, transcripts, filings, and more alongside your existing data. The data model is similar to the REST API, which serves as a reference for available fields. Full schema documentation and additional query examples are included in the listing.Prerequisites
- An active Snowflake account (any cloud provider and region)
ACCOUNTADMINorIMPORT PRIVILEGESrole for initial setup
Setting up access
Request access
Contact your Quartr representative with your account identifier to request Snowflake access. Once provisioned, you’ll receive access to a private listing.
Accept the private listing
In Snowflake, navigate to Data Products > Private Sharing and locate the Quartr listing. Click Get to create a database from the shared data.
Verify your setup
In the examples below, replace
<database_name> and <schema_name> with the database and schema created from the listing. Run SHOW DATABASES; and SHOW SCHEMAS IN DATABASE <database_name>; to find them.
