# CFRM 506: Financial Data Analysis

> Reading Material:
>
> * *VBA For Modelers*, S. Albright, 2015.
> * *Advanced Modeling in Finance*, M. Jackson, 2001.
> * *Microsoft SQL Server & T-SQL*, B. Forta, 2008.

This course introduced me to applying the software Microsoft Excel, VBA, and SQL for financial data access and analysis.

1. Microsoft Excel
   1. Solver
   2. Goal Seek
   3. Pivot Tables
   4. Integration with R
2. VBA
   1. The Visual Basic Programming Language
   2. Goal Seek
   3. Dynamically Linked Libraries
3. Databases and SQL
4. In-Database Machine Learning Services with R


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cfrm.franco.biz/program/first-quarter/cfrm-506-financial-data-analysis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
