stefan-jansen / machine-learning-for-trading

Code for Machine Learning for Algorithmic Trading, 2nd edition.
https://ml4trading.io
12.87k stars 4.11k forks source link

create_datasets.ipynb - Metadata on US-traded companies - file format change #247

Closed barashe closed 2 years ago

barashe commented 2 years ago

The NASDAQ, AMEX and NYSE file format changed:

  1. The marketcap field is now market cap.
  2. The values in market cap are no longer strings with suffixes but rather numerics and no longer require conversion.
stefan-jansen commented 2 years ago

I believe I have included the file here.