spenechap444 / FSA

Python & SQL based repo for performing financial statement analysis
0 stars 0 forks source link

Data: Create a new table to store company level information #39

Closed spenechap444 closed 9 months ago

spenechap444 commented 10 months ago

https://www.alphavantage.co/documentation/

review the company overview section here. The required columns to be added to the table include:

  1. Symbol
  2. Asset Type
  3. Name
  4. Description
  5. Exchange
  6. Currency
  7. Country
  8. Sector
  9. Industry
  10. Market Cap
spenechap444 commented 9 months ago

This has been completed. Market cap is removed since this can be calculated utilizing the financial statement data being stored