-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenapi.yaml
More file actions
203 lines (203 loc) · 9.07 KB
/
Copy pathopenapi.yaml
File metadata and controls
203 lines (203 loc) · 9.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
openapi: 3.1.0
info:
title: EODHD Financial Data API
description: Comprehensive API for retrieving financial data including stock prices,
fundamentals, calendar events, news, and more from EOD Historical Data (eodhd.com)
version: 2.0.0
contact:
name: EODHD Support
url: https://eodhd.com
email: supportlevel1@eodhistoricaldata.com
termsOfService: https://eodhd.com/financial-apis/terms-conditions
license:
name: Proprietary
url: https://eodhd.com/financial-apis/terms-conditions
servers:
- url: https://eodhd.com/api
description: Primary API path
- url: https://eodhistoricaldata.com/api
description: Alternative API path
security:
- EODHDQueryKey: []
tags:
- name: Calendar
description: Calendar events including earnings, IPOs, splits, dividends, and trends
- name: End-of-Day Data
description: Historical and current end-of-day price data
- name: Intraday Data
description: Real-time and intraday price data
- name: Fundamentals
description: Fundamental data for stocks and companies
- name: Exchanges
description: Exchange information and symbols
- name: Economic Data
description: Economic events and macro indicators
- name: Options
description: Options contracts and pricing data
- name: News
description: Financial news and sentiment analysis
- name: Technical
description: Technical analysis indicators
- name: Screening
description: Stock screening tools
- name: Dividends & Splits
description: Dividend and split history
- name: Corporate Actions
description: Symbol changes and insider transactions
- name: Market Data
description: Market capitalization and other market data
- name: Logos
description: Company and ticker logos
- name: User
description: User account and subscription information
- name: Indices
description: S&P/Dow Jones indices data and components
- name: US Treasury
description: US Treasury interest rates (bills, yields, long-term, real yields)
- name: CBOE
description: CBOE index data and listings
- name: ESG
description: Environmental, Social, and Governance ratings (Investverte)
- name: Investment Analytics
description: Risk scoring, bond analysis, bank financials, reports (PRAAMS)
paths:
/bulk-fundamentals/{EXCHANGE}:
$ref: ./paths/bulk-fundamentals_EXCHANGE.yaml#/~1bulk-fundamentals~1{EXCHANGE}
/calendar/dividends:
$ref: ./paths/calendar_dividends.yaml#/~1calendar~1dividends
/calendar/earnings:
$ref: ./paths/calendar_earnings.yaml#/~1calendar~1earnings
/calendar/ipos:
$ref: ./paths/calendar_ipos.yaml#/~1calendar~1ipos
/calendar/splits:
$ref: ./paths/calendar_splits.yaml#/~1calendar~1splits
/calendar/trends:
$ref: ./paths/calendar_trends.yaml#/~1calendar~1trends
/commodities/historical/{code}:
$ref: ./paths/commodities_historical_code.yaml#/~1commodities~1historical~1{code}
/cboe/index:
$ref: ./paths/cboe_index.yaml#/~1cboe~1index
/cboe/indices:
$ref: ./paths/cboe_indices.yaml#/~1cboe~1indices
/div/{ticker}:
$ref: ./paths/div_ticker.yaml#/~1div~1{ticker}
/economic-events:
$ref: ./paths/economic-events.yaml#/~1economic-events
/eod/{ticker}:
$ref: ./paths/eod_ticker.yaml#/~1eod~1{ticker}
/eod-bulk-last-day/{exchange}:
$ref: ./paths/eod-bulk-last-day_exchange.yaml#/~1eod-bulk-last-day~1{exchange}
/exchange-details/{EXCHANGE_CODE}:
$ref: ./paths/exchange-details_EXCHANGE_CODE.yaml#/~1exchange-details~1{EXCHANGE_CODE}
/exchange-symbol-list/{exchangeCode}:
$ref: ./paths/exchange-symbol-list_exchangeCode.yaml#/~1exchange-symbol-list~1{exchangeCode}
/exchanges-list:
$ref: ./paths/exchanges-list.yaml#/~1exchanges-list
/fundamentals/{ticker}:
$ref: ./paths/fundamentals_ticker.yaml#/~1fundamentals~1{ticker}
/id-mapping:
$ref: ./paths/id-mapping.yaml#/~1id-mapping
/historical-market-cap/{ticker}:
$ref: ./paths/historical-market-cap_ticker.yaml#/~1historical-market-cap~1{ticker}
/insider-transactions:
$ref: ./paths/insider-transactions.yaml#/~1insider-transactions
/internal-user:
$ref: ./paths/internal-user.yaml#/~1internal-user
/intraday/{ticker}:
$ref: ./paths/intraday_ticker.yaml#/~1intraday~1{ticker}
/logo/{symbol}:
$ref: ./paths/logo_symbol.yaml#/~1logo~1{symbol}
/logo-svg/{symbol}:
$ref: ./paths/logo-svg_symbol.yaml#/~1logo-svg~1{symbol}
/macro-indicator/{country}:
$ref: ./paths/macro-indicator_country.yaml#/~1macro-indicator~1{country}
/mp/investverte/companies:
$ref: ./paths/mp_investverte_companies.yaml#/~1mp~1investverte~1companies
/mp/investverte/countries:
$ref: ./paths/mp_investverte_countries.yaml#/~1mp~1investverte~1countries
/mp/investverte/country/{symbol}:
$ref: ./paths/mp_investverte_country_symbol.yaml#/~1mp~1investverte~1country~1{symbol}
/mp/investverte/esg/{symbol}:
$ref: ./paths/mp_investverte_esg_symbol.yaml#/~1mp~1investverte~1esg~1{symbol}
/mp/investverte/sector/{symbol}:
$ref: ./paths/mp_investverte_sector_symbol.yaml#/~1mp~1investverte~1sector~1{symbol}
/mp/investverte/sectors:
$ref: ./paths/mp_investverte_sectors.yaml#/~1mp~1investverte~1sectors
/mp/praams/analyse/bond/{isin}:
$ref: ./paths/mp_praams_analyse_bond_isin.yaml#/~1mp~1praams~1analyse~1bond~1{isin}
/mp/praams/analyse/equity/isin/{isin}:
$ref: ./paths/mp_praams_analyse_equity_isin_isin.yaml#/~1mp~1praams~1analyse~1equity~1isin~1{isin}
/mp/praams/analyse/equity/ticker/{ticker}:
$ref: ./paths/mp_praams_analyse_equity_ticker_ticker.yaml#/~1mp~1praams~1analyse~1equity~1ticker~1{ticker}
/mp/praams/bank/balance_sheet/isin/{isin}:
$ref: ./paths/mp_praams_bank_balance_sheet_isin_isin.yaml#/~1mp~1praams~1bank~1balance_sheet~1isin~1{isin}
/mp/praams/bank/balance_sheet/ticker/{ticker}:
$ref: ./paths/mp_praams_bank_balance_sheet_ticker_ticker.yaml#/~1mp~1praams~1bank~1balance_sheet~1ticker~1{ticker}
/mp/praams/bank/income_statement/isin/{isin}:
$ref: ./paths/mp_praams_bank_income_statement_isin_isin.yaml#/~1mp~1praams~1bank~1income_statement~1isin~1{isin}
/mp/praams/bank/income_statement/ticker/{ticker}:
$ref: ./paths/mp_praams_bank_income_statement_ticker_ticker.yaml#/~1mp~1praams~1bank~1income_statement~1ticker~1{ticker}
/mp/praams/explore/bond:
$ref: ./paths/mp_praams_explore_bond.yaml#/~1mp~1praams~1explore~1bond
/mp/praams/explore/equity:
$ref: ./paths/mp_praams_explore_equity.yaml#/~1mp~1praams~1explore~1equity
/mp/praams/reports/bond/{isin}:
$ref: ./paths/mp_praams_reports_bond_isin.yaml#/~1mp~1praams~1reports~1bond~1{isin}
/mp/praams/reports/equity/isin/{isin}:
$ref: ./paths/mp_praams_reports_equity_isin_isin.yaml#/~1mp~1praams~1reports~1equity~1isin~1{isin}
/mp/praams/reports/equity/ticker/{ticker}:
$ref: ./paths/mp_praams_reports_equity_ticker_ticker.yaml#/~1mp~1praams~1reports~1equity~1ticker~1{ticker}
/mp/unicornbay/options/contracts:
$ref: ./paths/mp_unicornbay_options_contracts.yaml#/~1mp~1unicornbay~1options~1contracts
/mp/unicornbay/options/eod:
$ref: ./paths/mp_unicornbay_options_eod.yaml#/~1mp~1unicornbay~1options~1eod
/mp/unicornbay/options/underlying-symbols:
$ref: ./paths/mp_unicornbay_options_underlying-symbols.yaml#/~1mp~1unicornbay~1options~1underlying-symbols
/mp/unicornbay/spglobal/comp/{symbol}:
$ref: ./paths/mp_unicornbay_spglobal_comp_symbol.yaml#/~1mp~1unicornbay~1spglobal~1comp~1{symbol}
/mp/unicornbay/spglobal/list:
$ref: ./paths/mp_unicornbay_spglobal_list.yaml#/~1mp~1unicornbay~1spglobal~1list
/mp/unicornbay/tickdata/ticks:
$ref: ./paths/mp_unicornbay_tickdata_ticks.yaml#/~1mp~1unicornbay~1tickdata~1ticks
/news:
$ref: ./paths/news.yaml#/~1news
/news-word-weights:
$ref: ./paths/news-word-weights.yaml#/~1news-word-weights
/real-time/{ticker}:
$ref: ./paths/real-time_ticker.yaml#/~1real-time~1{ticker}
/screener:
$ref: ./paths/screener.yaml#/~1screener
/search/{query}:
$ref: ./paths/search_query.yaml#/~1search~1{query}
/sentiments:
$ref: ./paths/sentiments.yaml#/~1sentiments
/splits/{ticker}:
$ref: ./paths/splits_ticker.yaml#/~1splits~1{ticker}
/symbol-change-history:
$ref: ./paths/symbol-change-history.yaml#/~1symbol-change-history
/technical/{ticker}:
$ref: ./paths/technical_ticker.yaml#/~1technical~1{ticker}
/ticks:
$ref: ./paths/ticks.yaml#/~1ticks
/user:
$ref: ./paths/user.yaml#/~1user
/us-quote-delayed:
$ref: ./paths/us-quote-delayed.yaml#/~1us-quote-delayed
/ust/bill-rates:
$ref: ./paths/ust_bill-rates.yaml#/~1ust~1bill-rates
/ust/long-term-rates:
$ref: ./paths/ust_long-term-rates.yaml#/~1ust~1long-term-rates
/ust/real-yield-rates:
$ref: ./paths/ust_real-yield-rates.yaml#/~1ust~1real-yield-rates
/ust/yield-rates:
$ref: ./paths/ust_yield-rates.yaml#/~1ust~1yield-rates
/v1.1/bulk-fundamentals/{EXCHANGE}:
$ref: ./paths/v1.1_bulk-fundamentals_EXCHANGE.yaml#/~1v1.1~1bulk-fundamentals~1{EXCHANGE}
/v1.1/fundamentals/{ticker}:
$ref: ./paths/v1.1_fundamentals_ticker.yaml#/~1v1.1~1fundamentals~1{ticker}
/v2/exchange-details:
$ref: ./paths/v2_exchange-details.yaml#/~1v2~1exchange-details
/v2/exchange-details/{code}:
$ref: ./paths/v2_exchange-details_code.yaml#/~1v2~1exchange-details~1{code}
components:
$ref: components/index.yaml