Economic Calendar for Snowflake
Trading Economics for Snowflake provides its users with a near real-time economic calendar updated 24 hours a day. It’s the most complete, accurate and timely economic calendar available on the world wide web. Calendar Actual values are based on official sources, not third party data providers. Previous values are available before an economic indicator is reported and marked as revised (*) accordingly. Survey consensus figures are provided displaying the average forecast among a representative group of economists. We also provide forecasts which are driven by our analysts’ expectations and technically projected using a proprietary model.
Query by Country
The Trading Economics Calendar makes it easy to find and select the most important indicators in a country that you care.
select top 10 * from calendar where country = 'United States'
By Category
Users can pick events in a certain category that get released for several countries
select top 10 * from calendar where category = 'Interest Rate'
By Indicator
Select only the event that you are interested upon
select top 10 * from calendar where country = 'United States' and category = 'Non Farm Payrolls'
By Dates
Pick the most recent events or lookback to do point in time analysis
select top 10 * from calendar where date > '2024-02-01' and date < '2024-03-31' order by date asc
About Snowflake
Snowflake operates platform that provides data storage via cloud computing and allows for data analysis and simultaneous access of data sets with minimal latency. Trading Economics Snowflake users can access millions of economics indicators for 196 countries and historical/delayed/live quotes for exchange rates, stocks, indexes, bonds and commodity prices.
Get Started
Login or register a new account in https://www.snowflake.com
Search for Trading Economics in the Marketplace
Register for a Trial with the dataset you are interested on
Make some analysis by running SQL queries, a python worksheet or a notebook
Contact us to get access our full datasets
Trial Limitations
You can try our datasets for some time but consider that data limited in terms of functionality and scope. In particular, calendar data is available only for certain dates (2024-01-01 to 2024-03-30 ).