Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,10 +51,10 @@ with st.sidebar:
|
|
51 |
value = 'GOOG, META, AAPL, MSFT, NVDA, NFLX, V, MA, AMZN, TSLA, JPM, BAC, BA, MMM, NET, C, CRM, PLTR, BABA').upper()
|
52 |
st.write("Note: Earnings dates are shown for the next 3 months")
|
53 |
st.write('')
|
54 |
-
|
55 |
st.markdown("## [Explanatory Article](https://medium.datadriveninvestor.com/build-a-stock-earnings-calendar-of-your-favorite-stocks-in-python-36bba1950a61)")
|
56 |
st.write('')
|
57 |
-
|
58 |
# Where the data came from
|
59 |
st.markdown("## [Financial Modeling Prep API](https://intelligence.financialmodelingprep.com/pricing-plans?couponCode=damianboh&utm_campaign=damianboh&utm_medium=blog&utm_source=medium)\
|
60 |
\n\nEarnings Dates for all tickers are obtained from the FinancialModelingPrep API, feel free to sign up\
|
|
|
51 |
value = 'GOOG, META, AAPL, MSFT, NVDA, NFLX, V, MA, AMZN, TSLA, JPM, BAC, BA, MMM, NET, C, CRM, PLTR, BABA').upper()
|
52 |
st.write("Note: Earnings dates are shown for the next 3 months")
|
53 |
st.write('')
|
54 |
+
|
55 |
st.markdown("## [Explanatory Article](https://medium.datadriveninvestor.com/build-a-stock-earnings-calendar-of-your-favorite-stocks-in-python-36bba1950a61)")
|
56 |
st.write('')
|
57 |
+
|
58 |
# Where the data came from
|
59 |
st.markdown("## [Financial Modeling Prep API](https://intelligence.financialmodelingprep.com/pricing-plans?couponCode=damianboh&utm_campaign=damianboh&utm_medium=blog&utm_source=medium)\
|
60 |
\n\nEarnings Dates for all tickers are obtained from the FinancialModelingPrep API, feel free to sign up\
|