Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 773 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 773 Bytes

FamaFrenchIndustry

Link tables between SIC and Fama French Industry Classification.

Permanent link to read the most updated link table:

https://raw.githubusercontent.com/Wenzhi-Ding/FamaFrenchIndustry/main/ff_48ind.csv

Simply replace 48 to any version of classification you needed.

In Python:

import pandas as pd

ff = pd.read_csv('https://raw.githubusercontent.com/Wenzhi-Ding/FamaFrenchIndustry/main/ff_48ind.csv')

Just in case you are interested in similar data tools, I also constructed:

Please star the projects if you feel it is useful! Many thanks for your appreciation and support!