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
Copy file name to clipboardExpand all lines: src/docs/FinancialNewsApi.md
+48-53Lines changed: 48 additions & 53 deletions
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,11 @@ with IntelligentStockMarketAPI.ApiClient(configuration) as api_client:
55
55
56
56
### Authorization
57
57
58
-
No authorization required
58
+
api key - obtainable from our website - subscribe here https://eod-stock-api.site/login
59
59
60
60
### HTTP request headers
61
61
62
-
-**Content-Type**: Not defined
62
+
-**Content-Type**: application/json
63
63
-**Accept**: application/json
64
64
65
65
### HTTP response details
@@ -69,9 +69,7 @@ No authorization required
69
69
70
70
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
print("Exception when calling FinancialNewsApi->v1_news_articles_bounded_upper_bound_get: %s\n"% e)
103
+
print("Exception when calling Financial News Api : {}".format(e))
105
104
```
106
105
107
106
### Parameters
@@ -116,21 +115,21 @@ with IntelligentStockMarketAPI.ApiClient() as api_client:
116
115
117
116
### Authorization
118
117
119
-
No authorization required
118
+
api key - obtainable from our website - subscribe here https://eod-stock-api.site/login
120
119
121
120
### HTTP request headers
122
121
123
-
-**Content-Type**: Not defined
122
+
-**Content-Type**: application/json
124
123
-**Accept**: application/json
125
124
126
125
### HTTP response details
127
126
| Status code | Description | Response headers |
128
-
|-------------|-------------|------------------|
129
-
|**0**|| - |
127
+
|------------|-------------|------------------|
128
+
|**200**|| - |
130
129
131
130
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
132
131
133
-
# **v1_news_articles_by_date_date_get**
132
+
# **Articles By Specific Dates**
134
133
> News v1_news_articles_by_date_date_get(date)
135
134
136
135
@@ -148,21 +147,22 @@ from pprint import pprint
148
147
# Defining the host is optional and defaults to https://gateway.eod-stock-api.site/api
149
148
# See configuration.py for a list of all supported configuration parameters.
print("Exception when calling FinancialNewsApi->v1_news_articles_by_date_date_get: %s\n"% e)
165
+
print("Exception when calling Financial News Api {}".format(e))
166
166
```
167
167
168
168
### Parameters
@@ -177,11 +177,11 @@ with IntelligentStockMarketAPI.ApiClient() as api_client:
177
177
178
178
### Authorization
179
179
180
-
No authorization required
180
+
api key - obtainable from our website - subscribe here https://eod-stock-api.site/login
181
181
182
182
### HTTP request headers
183
183
184
-
-**Content-Type**: Not defined
184
+
-**Content-Type**: application/json
185
185
-**Accept**: application/json
186
186
187
187
### HTTP response details
@@ -191,125 +191,120 @@ No authorization required
191
191
192
192
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
api key - obtainable from our website - subscribe here https://eod-stock-api.site/login
242
240
243
241
### HTTP request headers
244
242
245
-
-**Content-Type**: Not defined
243
+
-**Content-Type**: application/json
246
244
-**Accept**: application/json
247
245
248
246
### HTTP response details
249
247
| Status code | Description | Response headers |
250
248
|-------------|-------------|------------------|
251
-
|**0**|| - |
249
+
|**200**|| - |
252
250
253
251
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
api key - obtainable from our website - subscribe here https://eod-stock-api.site/login
303
298
304
299
### HTTP request headers
305
300
306
-
-**Content-Type**: Not defined
301
+
-**Content-Type**: application/json
307
302
-**Accept**: application/json
308
303
309
304
### HTTP response details
310
305
| Status code | Description | Response headers |
311
-
|-------------|-------------|------------------|
312
-
|**0**|| - |
306
+
|------------|-------------|------------------|
307
+
|**200**|| - |
313
308
314
309
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
0 commit comments