Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes stocks/fa integration test file #5092

Merged
merged 2 commits into from
Jun 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,53 +1,46 @@
stocks
load ${ticker=aapl}
load aapl
fa
income -l 2 --source YahooFinance
income -l 2 --source Polygon --quarter
income -l 2 --source AlphaVantage --ratios
income -l 2 --source FinancialModelingPrep
income -l 2 --ticker AMZN --source EODHD
balance -l 2 --source YahooFinance --ratios
balance -l 2 --source Polygon --quarter
balance -l 2 --ticker DDS --source AlphaVantage
balance -l 2 --source FinancialModelingPrep
balance -l 2 --source EODHD
cash -l 2 --source YahooFinance
cash -l 2 --source Polygon --quarter
cash -l 2 --source AlphaVantage --ratios
cash -l 2 --source FinancialModelingPrep
cash -l 2 --ticker GOOG --source EODHD
income -l 2 --source YahooFinance --plot gross_profit
income -l 2 --source Polygon --plot gross_profit
income -l 2 --source AlphaVantage --plot gross_profit
income -l 2 --source FinancialModelingPrep --plot gross_profit
income -l 2 --source EODHD --plot gross_profit
balance -l 2 --source YahooFinance --plot total_assets
balance -l 2 --source Polygon --plot total_assets
balance -l 2 --source AlphaVantage --plot total_assets
balance -l 2 --source FinancialModelingPrep --plot total_assets
balance -l 2 --source EODHD --plot total_assets
cash -l 2 --source YahooFinance --plot operating_cash_flow
cash -l 2 --source Polygon --plot operating_cash_flow
cash -l 2 --source AlphaVantage --plot operating_cash_flow
cash -l 2 --source FinancialModelingPrep --plot operating_cash_flow
cash -l 2 --source EODHD --plot operating_cash_flow
income --source YahooFinance
income --source Polygon --quarter
income --source AlphaVantage --ratios
income --source FinancialModelingPrep
income --ticker AMZN --source EODHD
balance --source YahooFinance --ratios
balance --source Polygon --quarter
balance --ticker DDS --source AlphaVantage
balance --source FinancialModelingPrep
balance --source EODHD
cash --source YahooFinance
cash --source Polygon --quarter
cash --source AlphaVantage --ratios
cash --source FinancialModelingPrep
cash --ticker GOOG --source EODHD
income --source YahooFinance --plot gross_profit
income --source Polygon --plot gross_profit
income --source AlphaVantage --plot gross_profit
income --source FinancialModelingPrep --plot gross_profit
balance --source YahooFinance --plot total_assets
balance --source Polygon --plot total_assets
balance --source AlphaVantage --plot total_assets
balance --source FinancialModelingPrep --plot total_assets
cash --source YahooFinance --plot operating_cash_flow
cash --source Polygon --plot operating_cash_flow
cash --source AlphaVantage --plot operating_cash_flow
cash --source FinancialModelingPrep --plot operating_cash_flow
mgmt
analysis
score
enterprise
enterprise --source FinancialModelingPrep
enterprise --source YahooFinance
mktcap --ticker MSFT
mktcap --method enterprise_value
mktcap --help
mktcap --quarter
mktcap --source YahooFinance --start 1980-01-01 --end 2023-05-01
metrics
ratios
growth
warnings
warnings -d
dcfc
mktcap --source YahooFinance --start 1980-01-01 --end 2023-05-01
shrs
shrs major
shrs mutualfund
Expand All @@ -56,26 +49,24 @@ divs -p
splits
overview
earnings --ticker DDS --source YahooFinance
earnings --source AlphaVantage --quarter --limit 1
earnings --source AlphaVantage --quarter
fraud
dupont
epsfc
revfc
analysis
rating
rot
rot -l 3 --raw
rot --raw
pt --ticker GOOG
pt -l 3 --raw
pt --raw
est
est -e annualrevenue
est -e annualearnings
est -e quarterearnings
est -e quarter_revenue
est -e annual_earnings
est -e quarter_earnings
sec
supplier
customer
load ${ticker=tsla}
arktrades
dcf -t aapl -g -a --no-filter
help
quit
Expand Down