Skip to content

debegr92/python3-eodapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EOD API

Wrapper for EOD Historical stock data.

API documentation: https://eodhistoricaldata.com/financial-apis/

Install

Clone Repository

cd CLONED_REPO_FOLDER
pip3 install --user .

Example

Only a few lines of code needed to request data in a simple way:

from eodapi import EODAPI

api = EODAPI('OeAFFmMliFG5orCUuwAKQ8l4WWFQ67YX')

stock = api.getFundamentals("AAPL", "US")

print(stock["Description"])

About

Python wrapper for stock data API https://eodhistoricaldata.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages