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

[Enhancement] Allow Multiple Symbols For Intrinio Key Metrics #6186

Merged
merged 8 commits into from
Mar 11, 2024

Conversation

deeleeramone
Copy link
Contributor

  1. Why? :

    • To allow multiple symbols for this endpoint from Intrinio.

    • To make it more like the other providers at this endpoint.

  2. What? (1-3 sentences or a bullet point list):

    • Added more data tags, configure the request to allow multiple symbols.
  3. Impact (1-2 sentences or a bullet point list):

    • More fields are returned than previously.
  4. Testing Done:

obb.equity.fundamental.metrics("AAPL,MSFT", provider="intrinio").to_df().T.to_markdown())

0 1
symbol AAPL MSFT
market_cap 2659399917930.0 3033650960000.0
pe_ratio 26.3534 36.7533
price_to_book 35.8893 12.7321
price_to_tangible_book 35.8893 33.9179
price_to_revenue 6.8949 13.3299
quick_ratio 0.9196 1.0234
gross_margin 0.450268 0.697482
ebit_margin 0.307063 0.444717
profit_margin 0.261632 0.362685
eps 6.46 11.11
eps_growth 0.073456 0.226415
revenue_growth -0.004725 0.115089
ebitda_growth 0.040695 0.224586
ebit_growth 0.043627 0.225481
net_income_growth 0.060334 0.223754
free_cash_flow_to_firm_growth 0.100839 -1.479949
invested_capital_growth 3.007122 0.749765
return_on_assets 0.288215 0.197677
return_on_equity 1.542694 0.391743
return_on_invested_capital 16.918031 0.478418
ebitda 129887000000 118513000000
ebit 118436000000 101210000000
long_term_debt 95088000000 44928000000
total_debt 108040000000 74219000000
total_capital 182140000000 312487000000
enterprise_value 2594864917930 3013485960000
free_cash_flow_to_firm 93924154361 -11467121895
altman_z_score 8.6939 8.948
beta 1.2065 1.1564
dividend_yield 0.005623 0.007041
earnings_yield 0.037946 0.027208
last_price 172.5991973876953 403.54998779296875
year_high 199.37 420.04
year_low 146.83 243.73
volume_avg 25400209 23028535
short_interest 63195541 40317010
shares_outstanding 15509763000 7432000000
days_to_cover 2.488 1.7507

@deeleeramone deeleeramone added enhancement Enhancement platform OpenBB Platform v4 PRs for v4 labels Mar 11, 2024
@deeleeramone
Copy link
Contributor Author

This is not a breaking change, a validator was removed that is not unnecessary.

@montezdesousa montezdesousa added this pull request to the merge queue Mar 11, 2024
Merged via the queue into develop with commit 0115feb Mar 11, 2024
15 checks passed
@piiq piiq deleted the feature/intrinio-key-metrics branch March 13, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking_change enhancement Enhancement platform OpenBB Platform v4 PRs for v4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants