| Source | What it holds | Access route | Cost for a Canadian student |
|---|---|---|---|
| Bank of Canada Valet API | Interest rates, exchange rates, monetary aggregates | Public API, no account | Free |
| Statistics Canada data tables | Macro and microeconomic indicators, CPI, GDP, labour force | Public download | Free |
| SEDAR+ | Canadian public company filings, prospectuses, financial statements | Public, CSA-run | Free |
| WRDS (CRSP, Compustat) | US and global security prices, firm fundamentals | University subscription | Free via your library, off-campus access requires setup |
| LSEG Workspace (formerly Refinitiv/Eikon) | Global market data terminal, real-time and historical | University subscription, limited seats | Free via library, booking required |
| OECD.Stat and IMF data portals | International macroeconomic comparisons | Public download | Free |
For most Canadian economics and finance theses, the Bank of Canada Valet API paired with Statistics Canada’s data tables is the strongest default: both are free, require no institutional login, return machine-readable data you can script against, and are the two sources examiners most expect to see cited in a Canadian macro or monetary study. For a corporate finance or asset-pricing thesis, the best-supported runner-up is your university’s WRDS subscription, which bundles CRSP and Compustat and is free through your library but requires setting up remote access before your data collection deadline, not the week before.
When should you use the Bank of Canada Valet API?

Choose the Valet API whenever your thesis needs Canadian interest rate series, exchange rates, monetary aggregates or the Bank’s own published economic indicators, and you want the pull to be reproducible: the API returns structured data by series code, in JSON or CSV, which you can call directly from R or Python rather than copy-pasting from a chart. It has no cost and no registration barrier, which makes it the natural first stop for an undergraduate honours thesis or a master’s thesis with a tight data budget. Its limitation is scope: it holds the Bank’s own series, not the full breadth of Statistics Canada’s economic output, so a thesis needing labour force or price index data still needs a second source.
When does Statistics Canada replace or complement the Valet API?
Use Statistics Canada’s data tables whenever your variables are macroeconomic indicators outside the Bank’s own remit: GDP by industry, the Consumer Price Index, labour force survey estimates, trade balances, and hundreds of other series organized by table number. Tables are free to download in CSV or as a full data cube, and many economics theses combine a StatCan macro series with a Bank of Canada rate series in the same regression, citing each by its own table or series identifier. Where your analysis needs individual-level rather than aggregated data, the access route changes considerably and is covered separately in the guide to Statistics Canada microdata for a thesis, since public tables and restricted microdata sit behind entirely different approval processes.
When do you need SEDAR+?
Reach for SEDAR+, the System for Electronic Document Analysis and Retrieval administered by the Canadian Securities Administrators, whenever your thesis studies Canadian publicly listed companies directly: their prospectuses, annual financial statements, management discussion and analysis, or continuous disclosure filings. It is free and public, and it is the primary source a Canadian corporate finance or accounting thesis cites when the research question is about a specific firm’s disclosed financial position rather than aggregate market data. Its limitation is that it holds Canadian issuers only; a thesis comparing Canadian and American firms will need SEDAR+ alongside its American counterpart, the SEC’s EDGAR system.
When do you need WRDS, CRSP or Compustat?

Reach for Wharton Research Data Services (WRDS) when your thesis needs security-level return data (CRSP) or firm-level accounting fundamentals (Compustat) at a scale that no free public source provides cleanly, common in asset-pricing, event-study and corporate-finance theses. WRDS itself is an access and query platform layered over CRSP, Compustat and several other proprietary databases; most Canadian business schools hold an institutional subscription through their library, which makes it free to you as a registered student, but registration, remote-access setup and query training all take real time. Start this process in your first data-planning meeting with your supervisor, not once your literature review is finished, since library WRDS onboarding routinely takes one to two weeks.
What about LSEG Workspace, Bloomberg and other market terminals?
Use a terminal such as LSEG Workspace (the platform formerly branded Refinitiv Eikon) or a Bloomberg terminal when your thesis needs real-time or very granular historical market data, cross-asset coverage, or built-in analytics your statistical software does not replicate easily. Canadian business school libraries typically hold a small number of licensed terminal seats on campus, bookable by the hour rather than available for unlimited remote pulls, so plan your data collection around seat availability rather than assuming on-demand access. For most thesis-level questions, WRDS or the Bank of Canada and StatCan sources above are sufficient and considerably less scheduling-constrained; reserve terminal time for the specific data points those free sources genuinely cannot supply.
When does your thesis need international data?
Use the OECD.Stat portal or the IMF’s data services when your research question compares Canada against other countries rather than analyzing Canada alone: cross-country GDP growth, inflation comparisons, or international trade flows. Both are free and public, and both publish standardized definitions across member countries, which matters directly for a comparative thesis, since a StatCan-defined indicator and an OECD-harmonized version of the same concept are not always calculated identically. State explicitly which definition you are using when a variable could plausibly come from either source.
The World Bank’s Open Data portal is a further option worth naming for a thesis that extends its country comparison beyond the OECD membership, since it covers a much wider set of developing and emerging economies on a broadly comparable set of development and macroeconomic indicators. None of these three international portals require registration, and all three support bulk download in CSV or a structured API query, which keeps a multi-country data pull scriptable rather than assembled by hand from dozens of individual country pages.
Do you need Research Ethics Board approval to use these data sources?
Almost never, since all of the sources above are secondary, publicly available or institutionally licensed aggregate and firm-level data rather than data collected directly from human participants. Approval becomes relevant only if your economics or finance thesis adds a primary data-collection component, a survey of consumers, an experiment, or interviews with practitioners, in which case the process is the same Tri-Council pathway covered in the guide to REB approval and TCPS 2 rules in Canada.
How do you cite these sources and handle version control?
Record the exact download date, the table or series identifier, and, where the source revises historical data, the vintage or release you used, since StatCan and the Bank of Canada both periodically revise historical series and a reader trying to reproduce your numbers on a later download may get different figures. Save a local copy of the raw file or your API pull alongside your analysis script rather than relying on the live source to still return identical values months later. Where you merge series from more than one source, a Valet interest rate series joined to a StatCan CPI table by month, for instance, document the join key and any date alignment you performed, since fiscal-year versus calendar-year reporting conventions differ between agencies and a silent misalignment is one of the more common, hard-to-spot errors in an economics methods chapter.
Cite each source in the format your program’s referencing style actually specifies for a government or institutional data source, generally the publishing organization as author, the specific table or series title, the access date, and the URL; a database is not cited the same way as a journal article, and treating a StatCan table like a journal reference is a common and easily avoided error. Once your dataset is assembled, the statistical package you analyze it in is its own decision, covered in the comparison of statistics software for a Canadian thesis, and the specific test your design calls for follows the same logic used across quantitative research generally, worked through in the guide to which statistical test to use.
How do you write the data-sources paragraph in your methods?
Name every source, its access route, and the exact vintage or date range you pulled. Here is a worked example you can adapt.
Monthly Canadian interest rate and exchange rate series were retrieved from the Bank of Canada Valet API (series V39079 and FXUSDCAD, accessed March 2026), covering January 2010 through December 2025. Firm-level financial statement data for the sample of TSX-listed firms were retrieved through WRDS Compustat (North America, Fundamentals Annual, vintage March 2026 release), and cross-checked against the corresponding SEDAR+ filings for the five largest sample firms.
Can Tesify help you write your data sources section?
Choosing between a free public API and an institutional terminal is a decision your research question and your library’s subscriptions settle together, but writing the data-sources justification, the citation and vintage details, and the methods paragraph in the precise register an economics or finance committee expects is exactly the drafting work Tesify is built to help with.
Draft your data sources section with Tesify
Frequently asked questions
Do I need to register for the Bank of Canada Valet API?
No. It is a fully public API with no account, key or registration required, which is part of why it is the default starting point for a Canadian macro or monetary thesis.
Is SEDAR+ the same as the old SEDAR system?
SEDAR+ is the Canadian Securities Administrators’ current electronic filing and disclosure system; confirm you are searching the live platform rather than an outdated bookmark or a third-party mirror, since filing formats and search interfaces have changed across the transition.
Can I access WRDS from home?
Most Canadian university WRDS subscriptions support remote access, but it typically requires a separate registration step through your library, sometimes with VPN or two-factor authentication configured in advance. Set this up well before your data collection deadline.
What if my university does not subscribe to WRDS or a market terminal?
Ask your supervisor and your business librarian directly; many schools have reciprocal access agreements or trial accounts, and a substantial share of corporate finance questions can also be answered using SEDAR+ filings and Statistics Canada’s financial and corporate data tables at no cost.
How far back does Statistics Canada data go?
It varies considerably by table and series; some series extend back to the 1960s or earlier, while others begin only when a survey was introduced. Check the specific table’s metadata for its start date rather than assuming full historical coverage.
Do the Bank of Canada and Statistics Canada ever revise published data?
Yes, both revise historical figures periodically as better source data becomes available, particularly for recent quarters. Record your download date and note in your methods that your figures reflect the vintage available at that date.
Can I use Yahoo Finance or a free stock-quote website instead of WRDS?
For a rough exploratory check, it can be useful, but it is not generally accepted as a primary data source in a thesis because its historical accuracy, adjustment methodology and coverage are not documented to the standard CRSP or Compustat provide. Use it to sanity-check your WRDS pull, not to replace it.
Do I need permission to reproduce a chart from one of these sources in my thesis?
Data itself from public government sources is generally free to use and republish with attribution, but a specific chart or visualization design from a proprietary terminal may carry its own reproduction restriction; the general copyright logic for reproducing a figure from a published source is covered in the guide to do you need permission to use a figure in your thesis.
