Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions components/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ securitySchemes:
name: api_token
description: EODHD API key (stored as a secret in ChatGPT).
parameters:
ApiToken:
$ref: ./parameters/ApiToken.yaml#/ApiToken
FmtCsvJson:
$ref: ./parameters/FmtCsvJson.yaml#/FmtCsvJson
FmtJsonXml:
Expand Down
7 changes: 0 additions & 7 deletions components/parameters/ApiToken.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions paths/bulk-fundamentals_EXCHANGE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
description: Exchange code (e.g., 'US', 'LSE', 'TO').
schema:
type: string
- name: api_token
in: query
required: true
description: Your API token for authentication.
schema:
type: string
- name: symbols
in: query
required: false
Expand Down
6 changes: 0 additions & 6 deletions paths/calendar_dividends.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
Uses the JSON:API filter/page convention. **At least one of `filter[date_eq]` or `filter[symbol]` is required** — a request without either will return HTTP 422.
operationId: GetUpcomingDividends
parameters:
- name: api_token
in: query
required: true
description: Your API token for accessing the API.
schema:
type: string
- name: filter[date_eq]
in: query
required: false
Expand Down
6 changes: 0 additions & 6 deletions paths/calendar_earnings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
ranges and specific symbols.
operationId: GetUpcomingEarnings
parameters:
- name: api_token
in: query
required: true
description: Your API token for accessing the API.
schema:
type: string
- name: from
in: query
required: false
Expand Down
6 changes: 0 additions & 6 deletions paths/calendar_ipos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
description: Fetches historical and upcoming IPOs for specified date ranges.
operationId: GetUpcomingIPOs
parameters:
- name: api_token
in: query
required: true
description: Your API key for authentication.
schema:
type: string
- name: from
in: query
required: false
Expand Down
6 changes: 0 additions & 6 deletions paths/calendar_splits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
description: Fetches information on stock splits for specified date ranges.
operationId: GetUpcomingSplits
parameters:
- name: api_token
in: query
required: true
description: Your API key for authentication.
schema:
type: string
- name: from
in: query
required: false
Expand Down
6 changes: 0 additions & 6 deletions paths/calendar_trends.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
(e.g., 'AAPL.US,MSFT.US').
schema:
type: string
- name: api_token
in: query
required: true
description: Your API key for authentication.
schema:
type: string
- name: fmt
in: query
required: false
Expand Down
6 changes: 0 additions & 6 deletions paths/cboe_index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
description: Returns historical end-of-day data for a specific CBOE index, including daily open, high, low, close values.
operationId: GetCBOEIndexData
parameters:
- name: api_token
in: query
required: true
description: API token for authentication.
schema:
type: string
- name: filter[index_code]
in: query
required: true
Expand Down
6 changes: 0 additions & 6 deletions paths/cboe_indices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
description: Returns a list of all available CBOE indices with their latest values and metadata.
operationId: GetCBOEIndices
parameters:
- name: api_token
in: query
required: true
description: API token for authentication.
schema:
type: string
- name: fmt
in: query
required: false
Expand Down
6 changes: 0 additions & 6 deletions paths/commodities_historical_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
description: Commodity code (e.g., 'WTI', 'BRENT', 'NATURAL_GAS', 'GOLD', 'SILVER', 'COPPER', 'PLATINUM', 'PALLADIUM', 'WHEAT', 'CORN', 'SOYBEANS', 'RICE', 'SUGAR', 'COFFEE', 'COTTON', 'COCOA', 'OATS', 'LUMBER', 'RUBBER', 'ETHANOL', 'PROPANE', 'URANIUM', 'COAL').
schema:
type: string
- name: api_token
in: query
required: true
description: API token for authentication.
schema:
type: string
- name: interval
in: query
required: false
Expand Down
6 changes: 0 additions & 6 deletions paths/div_ticker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
(e.g., 'AAPL.US' for NASDAQ or 'AAPL.MX' for the Mexican Stock Exchange).
schema:
type: string
- name: api_token
in: query
required: true
description: Your API key for authentication.
schema:
type: string
- name: from
in: query
required: false
Expand Down
9 changes: 1 addition & 8 deletions paths/economic-events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
and other optional parameters.
operationId: GetEconomicEventsData
parameters:
- name: api_token
in: query
required: true
description: Your API key for authentication.
schema:
type: string
- name: from
in: query
required: false
Expand Down Expand Up @@ -87,7 +81,6 @@
description: Country code in ISO 3166 format.
date:
type: string
format: date-time
description: Date and time of the event in 'YYYY-MM-DD HH:MM:SS'
format.
actual:
Expand All @@ -113,7 +106,7 @@
date: '2022-06-03 16:30:00'
actual: 62.3
previous: 62.2
estimate: ""
estimate: null
change: 0.1
change_percentage: 0.161
- type: Nonfarm Payrolls Private
Expand Down
12 changes: 3 additions & 9 deletions paths/eod-bulk-last-day_exchange.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
description: Exchange symbol (e.g., 'VI' for Vienna or 'US' for the U.S.).
schema:
type: string
- name: api_token
in: query
required: true
description: API token for authentication.
schema:
type: string
- name: fmt
in: query
required: false
Expand Down Expand Up @@ -227,9 +221,9 @@
date: '2024-11-05'
dividend: 0.07
currency: USD
declarationDate: ""
recordDate: ""
paymentDate: ""
declarationDate: null
recordDate: null
paymentDate: null
period: ""
unadjustedValue: 0.07
'400':
Expand Down
6 changes: 0 additions & 6 deletions paths/eod_ticker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
description: Ticker symbol of the company
schema:
type: string
- name: api_token
in: query
required: true
description: API token for authentication
schema:
type: string
- name: fmt
in: query
required: false
Expand Down
11 changes: 0 additions & 11 deletions paths/exchange-details_EXCHANGE_CODE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
for the USA exchange).
schema:
type: string
- name: api_token
in: query
required: true
description: API token for authentication.
schema:
type: string
- name: fmt
in: query
required: false
Expand Down Expand Up @@ -91,24 +85,19 @@
format: date
CloseTime:
type: string
format: time
isOpen:
type: boolean
TradingHours:
type: object
properties:
Open:
type: string
format: time
Close:
type: string
format: time
OpenUTC:
type: string
format: time
CloseUTC:
type: string
format: time
WorkingDays:
type: string
ActiveTickers:
Expand Down
6 changes: 0 additions & 6 deletions paths/exchange-symbol-list_exchangeCode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
'US' for combined US exchanges.
schema:
type: string
- name: api_token
in: query
required: true
description: API token for authentication.
schema:
type: string
- name: fmt
in: query
required: false
Expand Down
6 changes: 0 additions & 6 deletions paths/exchanges-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
description: Retrieve the list of supported exchanges with their details.
operationId: GetListOfExchanges
parameters:
- name: api_token
in: query
required: true
description: API token for authentication.
schema:
type: string
- name: fmt
in: query
required: false
Expand Down
8 changes: 0 additions & 8 deletions paths/fundamentals_ticker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@
for Apple Inc. on NASDAQ.
schema:
type: string
- name: api_token
in: query
required: true
description: Your API token for authentication. Use 'demo' for limited access
with specific symbols.
schema:
type: string
example: demo
- name: filter
in: query
required: false
Expand Down
6 changes: 0 additions & 6 deletions paths/historical-market-cap_ticker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
description: The ticker symbol of the stock, e.g., 'AAPL.US' or simply 'AAPL'.
schema:
type: string
- name: api_token
in: query
required: true
description: Your API key for authentication.
schema:
type: string
- name: from
in: query
required: false
Expand Down
6 changes: 0 additions & 6 deletions paths/id-mapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
A request without any of these will return HTTP 422.
operationId: GetIdMapping
parameters:
- name: api_token
in: query
required: true
description: API token for authentication.
schema:
type: string
- name: filter[symbol]
in: query
required: false
Expand Down
6 changes: 0 additions & 6 deletions paths/insider-transactions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
buys and sells, providing transaction details such as date, shares, and price.
operationId: GetInsiderTransactions
parameters:
- name: api_token
in: query
required: true
description: API token for authentication
schema:
type: string
- name: limit
in: query
required: false
Expand Down
10 changes: 0 additions & 10 deletions paths/internal-user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@
user, including subscription type, usage statistics, and available data feeds.
Requires a valid `api_token` as a query parameter.
operationId: GetInternalUserInfo
parameters:
- name: api_token
in: query
required: true
description: API token for authentication. You can find this in your account
dashboard on eodhd.com.
schema:
type: string
minLength: 10
example: YOUR_API_TOKEN_HERE
responses:
'200':
description: Successful response with user information.
Expand Down
7 changes: 0 additions & 7 deletions paths/intraday_ticker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
description: Ticker symbol with exchange code (e.g., 'AAPL.US').
schema:
type: string
- name: api_token
in: query
required: true
description: API token for authentication.
schema:
type: string
- name: interval
in: query
required: true
Expand Down Expand Up @@ -69,7 +63,6 @@
type: integer
datetime:
type: string
format: date-time
open:
type: number
high:
Expand Down
6 changes: 0 additions & 6 deletions paths/logo-svg_symbol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@
appleUS:
value: AAPL.US
summary: Apple Inc. on US exchange
- name: api_token
in: query
required: true
description: API token for authentication.
schema:
type: string
responses:
'200':
description: SVG image for the requested ticker.
Expand Down
6 changes: 0 additions & 6 deletions paths/logo_symbol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
appleUS:
value: AAPL.US
summary: Apple Inc. on US exchange
- name: api_token
in: query
required: true
description: API token for authentication.
schema:
type: string
responses:
'200':
description: PNG image for the requested ticker.
Expand Down
Loading