Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,12 +52,15 @@ with st.sidebar:
|
|
52 |
st.write("Note: Earnings dates are shown for the next 3 months")
|
53 |
st.write('')
|
54 |
st.write('')
|
|
|
|
|
|
|
55 |
# Where the data came from
|
56 |
st.markdown("## [Financial Modeling Prep API](https://intelligence.financialmodelingprep.com/pricing-plans?couponCode=damianboh&utm_campaign=damianboh&utm_medium=blog&utm_source=medium)\
|
57 |
\n\nEarnings Dates for all tickers are obtained from the FinancialModelingPrep API, feel free to sign up\
|
58 |
[here](https://intelligence.financialmodelingprep.com/pricing-plans?couponCode=damianboh&utm_campaign=damianboh&utm_medium=blog&utm_source=medium)\
|
59 |
if you wish.")
|
60 |
-
|
61 |
# Parse user input into a list
|
62 |
tickers_string = tickers_string.replace(' ', '')
|
63 |
tickers = tickers_string.split(',')
|
|
|
52 |
st.write("Note: Earnings dates are shown for the next 3 months")
|
53 |
st.write('')
|
54 |
st.write('')
|
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 |
+
st.write('')
|
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\
|
61 |
[here](https://intelligence.financialmodelingprep.com/pricing-plans?couponCode=damianboh&utm_campaign=damianboh&utm_medium=blog&utm_source=medium)\
|
62 |
if you wish.")
|
63 |
+
|
64 |
# Parse user input into a list
|
65 |
tickers_string = tickers_string.replace(' ', '')
|
66 |
tickers = tickers_string.split(',')
|