Skip to content

Mahdi-Ouchrahou/internshiptask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

internshiptask

The file "alphavantage.py" contains the primary code, it prints the data on the standard output as a pandas dataframe, it creates both a csv file containing the data and also an "output.parquet" file.

Errors are handled in the code.

#Set up a virtual env (Ubuntu)

  1. python3 and pip should be installed
  2. Install virtual env: pip install virtualenv
  3. Create virtual env: virtualenv name_of_virtenv (once in the local dir of your choice)
  4. Actuvate virtualenv: source name_of_virtualenv/bin/activate

#Save your API key as environment variable: export ALPHAVANTAGE_API_KEY='XXXXXXXXX'

#check API key: $echo ALPHAVANTAGE_API_KEY

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages