You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
provides end-of-day stock information for multiple exchanges around the world.
107
+
With this API, you can retrieve data for a specific stock at a given date, or for a range of dates. and also get access
108
+
to companies fundamental data, financial statements, social media trending stocks by sentiment, and also the ability to create a summary of the Financial
109
+
News Related to a certain stock or company and its sentiment.
# used to logging debug information for the application
44
42
app_logger=init_logger("eod_stock_api_gateway")
45
43
46
-
description="""
47
-
**Stock Marketing & Financial News API**,
48
-
49
-
provides end-of-day stock information for multiple exchanges around the world.
50
-
With this API, you can retrieve data for a specific stock at a given date, or for a range of dates. and also get access
51
-
to companies fundamental data, financial statements, social media trending stocks by sentiment, and also the ability to create a summary of the Financial
52
-
News Related to a certain stock or company and its sentiment.
0 commit comments