astro30 / valinvest

A value investing tool based on Warren Buffett, Joseph Piotroski and Benjamin Graham thoughts
MIT License
156 stars 30 forks source link

module 'valinvest' has no attribute 'Fundamental' #6

Closed exportio closed 2 years ago

exportio commented 3 years ago

Followed instructions in readme. Getting this error

AttributeError: module 'valinvest' has no attribute 'Fundamental'

Launching from Visual Studio using the following code

import valinvest

aapl = valinvest.Fundamental('AAPL', 'my key)
aapl.fscore()
alias-noa commented 3 years ago

from valinvest.fundamentals import Fundamental