Knowledge Base | How to Load Historical Stock Prices from MSN Money to Databases

How to Load Historical Stock Prices from MSN Money to Databases

Available Methods

There is only one common way to get historical prices from MSN Money into databases:

  1. Saving historical prices to JSON files, converting JSON to CSV, and loading CSV into databases.

Saving Historical Prices to CSV and Loading CSV into Databases

Steps:

  1. Load historical prices from MSN Money into CSV using batch files.
  2. Import loaded CSV data into databases.

The first step has the ready-to-use code as described in the article.

The second step depends on a target database.

Disclaimer

MSN is a logo and registered trademark of Microsoft Corporation.