Sentiment Analysis of earnings call transcripts is a great analysis. In this video, we used TextBlob and FMP API to build a model. Click โShow moreโ to learn more:
Wanna learn ๐๐ฒ๐ญ๐ก๐จ๐ง ๐๐จ๐ซ ๐
๐ข๐ง๐๐ง๐๐ from Scratch? Then, this course is for you. Use code ๐๐๐๐๐ for 40% instant discount: https://fpritvik.com/python
Get 20% discount on FMP: https://intelligence.financialmodelingprep.com/pricing-plans?couponCode=Ritvik&utm_source=youtube&utm_medium=youtube&utm_campaign=ritvik3
Important Links:
TextBlob: https://textblob.readthedocs.io/en/dev/
TextBlob Pypi: https://pypi.org/project/textblob/
FMP blog on Analyze Earnings Call Transcripts: https://site.financialmodelingprep.com/education/how-to-access-and-analyze-earnings-call-transcripts?direct=true
FMP blog on Earnings Call Natural Language Processing Analysis : https://site.financialmodelingprep.com/how-to/how-to-use-natural-language-processing-to-analyze-earning-call-transcripts-with-python
Financial Modeling Prep API Documentation: https://site.financialmodelingprep.com/developer/docs/
Earnings Calendar: https://site.financialmodelingprep.com/developer/docs/earnings-calendar-api/#Python
Earnings Surprises: https://site.financialmodelingprep.com/developer/docs/earnings-surprises-api/#Python
Earnings Call Transcripts: https://site.financialmodelingprep.com/developer/docs/earning-call-transcript-api/
TextBlob: It is a simple python library that offers API access to different NLP tasks such as sentiment analysis, spelling correction, etc.
TextBlob sentiment analyzer returns two properties for a given input sentence:
โข Polarity is a float that lies between [-1,1], -1 indicates negative sentiment and +1 indicates positive sentiments.
โข Subjectivity is also a float which lies in the range of [0,1]. Subjective sentences generally refer to personal opinion, emotion, or judgment.
Textblob will ignore the words that it doesnโt know, it will consider words and phrases that it can assign polarity to and averages to get the final score.
Join the Google Drive Community: https://www.youtube.com/channel/UCyMifqUrSntvvrrGMaVPkrw/community?lb=UgwZRm2WrR2BqVk_ho54AaABCQ
Business email: fpritvik@gmail.com
Watch Playlist on Financial Modeling Prep: https://www.youtube.com/watch?v=-nMISKKuKsc&list=PLxvRLWqiBMjqDN03_6O-A9jAvbq2_A4_7
Watch Playlist on exploring MT5: https://www.youtube.com/watch?v=PAUPciqglKQ&list=PLxvRLWqiBMjpX9XeOCqZvdf7_SlzJ76zN
๐๐๐ญ ๐ข๐ง๐ฌ๐ญ๐๐ง๐ญ ๐ฎ๐ฉ๐๐๐ญ๐๐ฌ ๐๐๐จ๐ฎ๐ญ ๐ญ๐ก๐ ๐ฅ๐๐ญ๐๐ฌ๐ญ ๐ฏ๐ข๐๐๐จ๐ฌ:
Join the Telegram Channel and be updated: https://t.me/FPRitvik
Follow me on ๐๐ข๐ง๐ค๐๐๐๐ง: https://www.linkedin.com/in/ritvikdashora/
๐๐๐ค๐ ๐ฌ๐ฎ๐ซ๐ ๐ญ๐จ ๐ฌ๐ฎ๐๐ฌ๐๐ซ๐ข๐๐ ๐ฌ๐จ ๐ฒ๐จ๐ฎ ๐๐จ๐ง'๐ญ ๐ฆ๐ข๐ฌ๐ฌ ๐จ๐ฎ๐ญ ๐จ๐ง ๐ฆ๐ฒ ๐๐ฎ๐ญ๐ฎ๐ซ๐ ๐ฏ๐ข๐๐๐จ๐ฌ:
๐๐ฎ๐๐ฌ๐๐ซ๐ข๐๐: https://www.youtube.com/channel/UCyMifqUrSntvvrrGMaVPkrw?sub_confirmation=1
TimeStamps:
Introduction (0:00)
Topics to cover (1:34)
Financial Modeling Prep API Documentation (2:22)
TextBlob Documentation (4:28)
Earning Calendar API (5:54)
Earnings Surprises API (8:06)
Python for Financial Programming (9:19)
Earnings Call Transcript API (10:30)
TextBlob Sentiment Analysis (11:40)
My Google Drive Access (15:55)
Outro (17:00)
#sentimentanalysis #finance #python