diff --git a/components/index.yaml b/components/index.yaml index b2035fd..0b44bf2 100644 --- a/components/index.yaml +++ b/components/index.yaml @@ -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: diff --git a/components/parameters/ApiToken.yaml b/components/parameters/ApiToken.yaml deleted file mode 100644 index 3837439..0000000 --- a/components/parameters/ApiToken.yaml +++ /dev/null @@ -1,7 +0,0 @@ -ApiToken: - name: api_token - in: query - required: true - description: Your API token for authentication. - schema: - type: string diff --git a/paths/bulk-fundamentals_EXCHANGE.yaml b/paths/bulk-fundamentals_EXCHANGE.yaml index 30c3d67..ef2f0ff 100644 --- a/paths/bulk-fundamentals_EXCHANGE.yaml +++ b/paths/bulk-fundamentals_EXCHANGE.yaml @@ -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 diff --git a/paths/calendar_dividends.yaml b/paths/calendar_dividends.yaml index e6a1fb4..712c128 100644 --- a/paths/calendar_dividends.yaml +++ b/paths/calendar_dividends.yaml @@ -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 diff --git a/paths/calendar_earnings.yaml b/paths/calendar_earnings.yaml index b827f23..a0de8cd 100644 --- a/paths/calendar_earnings.yaml +++ b/paths/calendar_earnings.yaml @@ -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 diff --git a/paths/calendar_ipos.yaml b/paths/calendar_ipos.yaml index 8fb8d08..587f293 100644 --- a/paths/calendar_ipos.yaml +++ b/paths/calendar_ipos.yaml @@ -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 diff --git a/paths/calendar_splits.yaml b/paths/calendar_splits.yaml index d1b32a6..feee7b2 100644 --- a/paths/calendar_splits.yaml +++ b/paths/calendar_splits.yaml @@ -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 diff --git a/paths/calendar_trends.yaml b/paths/calendar_trends.yaml index 90c6ffc..a33f3ff 100644 --- a/paths/calendar_trends.yaml +++ b/paths/calendar_trends.yaml @@ -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 diff --git a/paths/cboe_index.yaml b/paths/cboe_index.yaml index 25ea65f..de1aac1 100644 --- a/paths/cboe_index.yaml +++ b/paths/cboe_index.yaml @@ -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 diff --git a/paths/cboe_indices.yaml b/paths/cboe_indices.yaml index 717f663..da1d17b 100644 --- a/paths/cboe_indices.yaml +++ b/paths/cboe_indices.yaml @@ -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 diff --git a/paths/commodities_historical_code.yaml b/paths/commodities_historical_code.yaml index 7dc9eea..457b319 100644 --- a/paths/commodities_historical_code.yaml +++ b/paths/commodities_historical_code.yaml @@ -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 diff --git a/paths/div_ticker.yaml b/paths/div_ticker.yaml index f3bcd7e..0d55549 100644 --- a/paths/div_ticker.yaml +++ b/paths/div_ticker.yaml @@ -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 diff --git a/paths/economic-events.yaml b/paths/economic-events.yaml index b6fabfd..6c4178c 100644 --- a/paths/economic-events.yaml +++ b/paths/economic-events.yaml @@ -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 @@ -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: @@ -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 diff --git a/paths/eod-bulk-last-day_exchange.yaml b/paths/eod-bulk-last-day_exchange.yaml index 895bc2b..be3a0c4 100644 --- a/paths/eod-bulk-last-day_exchange.yaml +++ b/paths/eod-bulk-last-day_exchange.yaml @@ -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 @@ -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': diff --git a/paths/eod_ticker.yaml b/paths/eod_ticker.yaml index 18a1976..1e85190 100644 --- a/paths/eod_ticker.yaml +++ b/paths/eod_ticker.yaml @@ -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 diff --git a/paths/exchange-details_EXCHANGE_CODE.yaml b/paths/exchange-details_EXCHANGE_CODE.yaml index a5a9aca..d1c2e59 100644 --- a/paths/exchange-details_EXCHANGE_CODE.yaml +++ b/paths/exchange-details_EXCHANGE_CODE.yaml @@ -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 @@ -91,7 +85,6 @@ format: date CloseTime: type: string - format: time isOpen: type: boolean TradingHours: @@ -99,16 +92,12 @@ 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: diff --git a/paths/exchange-symbol-list_exchangeCode.yaml b/paths/exchange-symbol-list_exchangeCode.yaml index ce845fe..3b753fa 100644 --- a/paths/exchange-symbol-list_exchangeCode.yaml +++ b/paths/exchange-symbol-list_exchangeCode.yaml @@ -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 diff --git a/paths/exchanges-list.yaml b/paths/exchanges-list.yaml index 56c5773..9286009 100644 --- a/paths/exchanges-list.yaml +++ b/paths/exchanges-list.yaml @@ -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 diff --git a/paths/fundamentals_ticker.yaml b/paths/fundamentals_ticker.yaml index 07442bd..b219fe3 100644 --- a/paths/fundamentals_ticker.yaml +++ b/paths/fundamentals_ticker.yaml @@ -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 diff --git a/paths/historical-market-cap_ticker.yaml b/paths/historical-market-cap_ticker.yaml index a2b9679..4da4ff5 100644 --- a/paths/historical-market-cap_ticker.yaml +++ b/paths/historical-market-cap_ticker.yaml @@ -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 diff --git a/paths/id-mapping.yaml b/paths/id-mapping.yaml index ab7f489..80c08c1 100644 --- a/paths/id-mapping.yaml +++ b/paths/id-mapping.yaml @@ -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 diff --git a/paths/insider-transactions.yaml b/paths/insider-transactions.yaml index 954143c..839c50d 100644 --- a/paths/insider-transactions.yaml +++ b/paths/insider-transactions.yaml @@ -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 diff --git a/paths/internal-user.yaml b/paths/internal-user.yaml index cb2991d..6d51ee1 100644 --- a/paths/internal-user.yaml +++ b/paths/internal-user.yaml @@ -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. diff --git a/paths/intraday_ticker.yaml b/paths/intraday_ticker.yaml index 05a3018..64b35a1 100644 --- a/paths/intraday_ticker.yaml +++ b/paths/intraday_ticker.yaml @@ -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 @@ -69,7 +63,6 @@ type: integer datetime: type: string - format: date-time open: type: number high: diff --git a/paths/logo-svg_symbol.yaml b/paths/logo-svg_symbol.yaml index 5be4df4..7778e50 100644 --- a/paths/logo-svg_symbol.yaml +++ b/paths/logo-svg_symbol.yaml @@ -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. diff --git a/paths/logo_symbol.yaml b/paths/logo_symbol.yaml index a3a2151..109722d 100644 --- a/paths/logo_symbol.yaml +++ b/paths/logo_symbol.yaml @@ -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. diff --git a/paths/macro-indicator_country.yaml b/paths/macro-indicator_country.yaml index 43af200..adb4498 100644 --- a/paths/macro-indicator_country.yaml +++ b/paths/macro-indicator_country.yaml @@ -12,12 +12,6 @@ 'FRA' for France). schema: type: string - - name: api_token - in: query - required: true - description: Your API token for authentication. - schema: - type: string - name: indicator in: query required: false diff --git a/paths/mp_investverte_companies.yaml b/paths/mp_investverte_companies.yaml index 367616e..1d85e55 100644 --- a/paths/mp_investverte_companies.yaml +++ b/paths/mp_investverte_companies.yaml @@ -4,12 +4,6 @@ description: Returns a list of all companies with ESG ratings available from Investverte. operationId: GetESGCompanies parameters: - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: fmt in: query required: false diff --git a/paths/mp_investverte_countries.yaml b/paths/mp_investverte_countries.yaml index 16ac468..c684217 100644 --- a/paths/mp_investverte_countries.yaml +++ b/paths/mp_investverte_countries.yaml @@ -4,12 +4,6 @@ description: Returns a list of all countries with their aggregate ESG scores from Investverte. operationId: GetESGCountries parameters: - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: fmt in: query required: false diff --git a/paths/mp_investverte_country_symbol.yaml b/paths/mp_investverte_country_symbol.yaml index 80355e5..6b767f2 100644 --- a/paths/mp_investverte_country_symbol.yaml +++ b/paths/mp_investverte_country_symbol.yaml @@ -10,12 +10,6 @@ description: Country code (e.g., 'US', 'GB', 'DE'). schema: type: string - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: fmt in: query required: false diff --git a/paths/mp_investverte_esg_symbol.yaml b/paths/mp_investverte_esg_symbol.yaml index 5023d20..9a05c1c 100644 --- a/paths/mp_investverte_esg_symbol.yaml +++ b/paths/mp_investverte_esg_symbol.yaml @@ -10,12 +10,6 @@ description: Ticker symbol (e.g., 'AAPL.US'). schema: type: string - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: fmt in: query required: false diff --git a/paths/mp_investverte_sector_symbol.yaml b/paths/mp_investverte_sector_symbol.yaml index c2f41cb..e2c15f8 100644 --- a/paths/mp_investverte_sector_symbol.yaml +++ b/paths/mp_investverte_sector_symbol.yaml @@ -10,12 +10,6 @@ description: Sector identifier. schema: type: string - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: fmt in: query required: false diff --git a/paths/mp_investverte_sectors.yaml b/paths/mp_investverte_sectors.yaml index 89c5c2a..cf57286 100644 --- a/paths/mp_investverte_sectors.yaml +++ b/paths/mp_investverte_sectors.yaml @@ -4,12 +4,6 @@ description: Returns a list of all sectors with their aggregate ESG scores from Investverte. operationId: GetESGSectors parameters: - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: fmt in: query required: false diff --git a/paths/mp_praams_analyse_bond_isin.yaml b/paths/mp_praams_analyse_bond_isin.yaml index e971916..abcfe13 100644 --- a/paths/mp_praams_analyse_bond_isin.yaml +++ b/paths/mp_praams_analyse_bond_isin.yaml @@ -10,12 +10,6 @@ description: Bond ISIN code. schema: type: string - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: fmt in: query required: false diff --git a/paths/mp_praams_analyse_equity_isin_isin.yaml b/paths/mp_praams_analyse_equity_isin_isin.yaml index b727c21..e623e4a 100644 --- a/paths/mp_praams_analyse_equity_isin_isin.yaml +++ b/paths/mp_praams_analyse_equity_isin_isin.yaml @@ -10,12 +10,6 @@ description: Equity ISIN code. schema: type: string - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: fmt in: query required: false diff --git a/paths/mp_praams_analyse_equity_ticker_ticker.yaml b/paths/mp_praams_analyse_equity_ticker_ticker.yaml index 700af31..82527ae 100644 --- a/paths/mp_praams_analyse_equity_ticker_ticker.yaml +++ b/paths/mp_praams_analyse_equity_ticker_ticker.yaml @@ -10,12 +10,6 @@ description: Ticker symbol (e.g., 'AAPL.US'). schema: type: string - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: fmt in: query required: false diff --git a/paths/mp_praams_bank_balance_sheet_isin_isin.yaml b/paths/mp_praams_bank_balance_sheet_isin_isin.yaml index 6cb10fa..2dc3775 100644 --- a/paths/mp_praams_bank_balance_sheet_isin_isin.yaml +++ b/paths/mp_praams_bank_balance_sheet_isin_isin.yaml @@ -10,12 +10,6 @@ description: ISIN code (e.g., 'US46625H1005'). schema: type: string - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: fmt in: query required: false diff --git a/paths/mp_praams_bank_balance_sheet_ticker_ticker.yaml b/paths/mp_praams_bank_balance_sheet_ticker_ticker.yaml index b8a33de..01e8921 100644 --- a/paths/mp_praams_bank_balance_sheet_ticker_ticker.yaml +++ b/paths/mp_praams_bank_balance_sheet_ticker_ticker.yaml @@ -10,12 +10,6 @@ description: Ticker symbol (e.g., 'JPM.US'). schema: type: string - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: fmt in: query required: false diff --git a/paths/mp_praams_bank_income_statement_isin_isin.yaml b/paths/mp_praams_bank_income_statement_isin_isin.yaml index bc09ec9..5762d52 100644 --- a/paths/mp_praams_bank_income_statement_isin_isin.yaml +++ b/paths/mp_praams_bank_income_statement_isin_isin.yaml @@ -10,12 +10,6 @@ description: ISIN code (e.g., 'US46625H1005'). schema: type: string - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: fmt in: query required: false diff --git a/paths/mp_praams_bank_income_statement_ticker_ticker.yaml b/paths/mp_praams_bank_income_statement_ticker_ticker.yaml index f09d3a3..df9c4ed 100644 --- a/paths/mp_praams_bank_income_statement_ticker_ticker.yaml +++ b/paths/mp_praams_bank_income_statement_ticker_ticker.yaml @@ -10,12 +10,6 @@ description: Ticker symbol (e.g., 'JPM.US'). schema: type: string - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: fmt in: query required: false diff --git a/paths/mp_praams_explore_bond.yaml b/paths/mp_praams_explore_bond.yaml index 2de6bde..547406a 100644 --- a/paths/mp_praams_explore_bond.yaml +++ b/paths/mp_praams_explore_bond.yaml @@ -4,12 +4,6 @@ description: Search and filter bonds using PRAAMS analytics. Returns a list of bonds matching the specified criteria with risk scores. operationId: ExplorePRAAMSBonds parameters: - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: risk_category in: query required: false diff --git a/paths/mp_praams_explore_equity.yaml b/paths/mp_praams_explore_equity.yaml index ba97bc1..6510147 100644 --- a/paths/mp_praams_explore_equity.yaml +++ b/paths/mp_praams_explore_equity.yaml @@ -4,12 +4,6 @@ description: Search and filter equities using PRAAMS analytics. Returns a list of equities matching the specified criteria with risk scores. operationId: ExplorePRAAMSEquities parameters: - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: risk_category in: query required: false diff --git a/paths/mp_praams_reports_bond_isin.yaml b/paths/mp_praams_reports_bond_isin.yaml index 0501d5d..8963cbd 100644 --- a/paths/mp_praams_reports_bond_isin.yaml +++ b/paths/mp_praams_reports_bond_isin.yaml @@ -10,12 +10,6 @@ description: Bond ISIN code. schema: type: string - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: fmt in: query required: false diff --git a/paths/mp_praams_reports_equity_isin_isin.yaml b/paths/mp_praams_reports_equity_isin_isin.yaml index afaa166..fc30849 100644 --- a/paths/mp_praams_reports_equity_isin_isin.yaml +++ b/paths/mp_praams_reports_equity_isin_isin.yaml @@ -10,12 +10,6 @@ description: Equity ISIN code. schema: type: string - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: fmt in: query required: false diff --git a/paths/mp_praams_reports_equity_ticker_ticker.yaml b/paths/mp_praams_reports_equity_ticker_ticker.yaml index c961325..00d7be0 100644 --- a/paths/mp_praams_reports_equity_ticker_ticker.yaml +++ b/paths/mp_praams_reports_equity_ticker_ticker.yaml @@ -10,12 +10,6 @@ description: Ticker symbol (e.g., 'AAPL.US'). schema: type: string - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: fmt in: query required: false diff --git a/paths/mp_unicornbay_options_contracts.yaml b/paths/mp_unicornbay_options_contracts.yaml index d1af735..81ea383 100644 --- a/paths/mp_unicornbay_options_contracts.yaml +++ b/paths/mp_unicornbay_options_contracts.yaml @@ -108,12 +108,6 @@ - xml default: json description: Response format. - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string responses: '200': description: Contracts list. diff --git a/paths/mp_unicornbay_options_eod.yaml b/paths/mp_unicornbay_options_eod.yaml index 0b660eb..8b5db18 100644 --- a/paths/mp_unicornbay_options_eod.yaml +++ b/paths/mp_unicornbay_options_eod.yaml @@ -118,12 +118,6 @@ - xml default: json description: Response format. - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string responses: '200': description: EOD options data (standard or compact). diff --git a/paths/mp_unicornbay_options_underlying-symbols.yaml b/paths/mp_unicornbay_options_underlying-symbols.yaml index a35534d..a4df2ad 100644 --- a/paths/mp_unicornbay_options_underlying-symbols.yaml +++ b/paths/mp_unicornbay_options_underlying-symbols.yaml @@ -30,12 +30,6 @@ - xml default: json description: Response format. - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string responses: '200': description: Supported underlying symbols. diff --git a/paths/mp_unicornbay_spglobal_comp_symbol.yaml b/paths/mp_unicornbay_spglobal_comp_symbol.yaml index 908b717..5cec66d 100644 --- a/paths/mp_unicornbay_spglobal_comp_symbol.yaml +++ b/paths/mp_unicornbay_spglobal_comp_symbol.yaml @@ -21,12 +21,6 @@ - json - xml default: json - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string responses: '200': description: Successful response with index general info, components, and diff --git a/paths/mp_unicornbay_spglobal_list.yaml b/paths/mp_unicornbay_spglobal_list.yaml index fa8956f..4363ef5 100644 --- a/paths/mp_unicornbay_spglobal_list.yaml +++ b/paths/mp_unicornbay_spglobal_list.yaml @@ -14,12 +14,6 @@ - json - xml default: json - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string responses: '200': description: Successful response with an array of indices. @@ -39,7 +33,7 @@ MarketCap: 4276250432997.9194 Divisor: 248535830.1502 DailyReturn: 0.0007 - Dividend: "" + Dividend: 0.1364 AdjustedMarketCap: 4276250432997.9194 AdjustedDivisor: 248535830.1502 AdjustedConstituents: 1003 diff --git a/paths/mp_unicornbay_tickdata_ticks.yaml b/paths/mp_unicornbay_tickdata_ticks.yaml index f700d99..74d4a62 100644 --- a/paths/mp_unicornbay_tickdata_ticks.yaml +++ b/paths/mp_unicornbay_tickdata_ticks.yaml @@ -4,12 +4,6 @@ description: Get tick-level data via the UnicornBay marketplace data provider. Returns granular trade-by-trade data for supported symbols. operationId: GetMarketplaceTickData parameters: - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: s in: query required: true diff --git a/paths/news-word-weights.yaml b/paths/news-word-weights.yaml index 118aa1f..c56b231 100644 --- a/paths/news-word-weights.yaml +++ b/paths/news-word-weights.yaml @@ -53,12 +53,6 @@ - json - xml default: json - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string responses: '200': description: Weighted keywords for the requested period diff --git a/paths/news.yaml b/paths/news.yaml index d1891dc..f818b70 100644 --- a/paths/news.yaml +++ b/paths/news.yaml @@ -18,12 +18,6 @@ description: Tag to get news on a given topic. Required if 's' is not provided. schema: type: string - - name: api_token - in: query - required: true - description: API token for authentication - schema: - type: string - name: from in: query required: false diff --git a/paths/real-time_ticker.yaml b/paths/real-time_ticker.yaml index c83a97a..d787516 100644 --- a/paths/real-time_ticker.yaml +++ b/paths/real-time_ticker.yaml @@ -17,12 +17,6 @@ requests in a single call (e.g., 'VTI,EUR.FOREX'). schema: type: string - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: ex in: query required: false @@ -62,7 +56,9 @@ close: type: number volume: - type: integer + type: + - integer + - 'null' previousClose: type: number change: diff --git a/paths/screener.yaml b/paths/screener.yaml index 5f1b035..cc12d61 100644 --- a/paths/screener.yaml +++ b/paths/screener.yaml @@ -5,12 +5,6 @@ exchange, sector, and more. Results can be sorted and paginated. operationId: GetStockScreenerData parameters: - - name: api_token - in: query - required: true - description: Your API token for authentication. - schema: - type: string - name: filters in: query required: false diff --git a/paths/search_query.yaml b/paths/search_query.yaml index 645d813..e771a65 100644 --- a/paths/search_query.yaml +++ b/paths/search_query.yaml @@ -11,12 +11,6 @@ description: The search query (e.g., 'AAPL', 'Amazon', or ISIN 'US3453708600') schema: type: string - - name: api_token - in: query - required: true - description: API token for authentication - schema: - type: string - name: fmt in: query required: false diff --git a/paths/sentiments.yaml b/paths/sentiments.yaml index 744a1a8..d8698b8 100644 --- a/paths/sentiments.yaml +++ b/paths/sentiments.yaml @@ -12,12 +12,6 @@ for (e.g., 'btc-usd.cc,aapl.us'). schema: type: string - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: from in: query required: false diff --git a/paths/splits_ticker.yaml b/paths/splits_ticker.yaml index 78a267f..de2b796 100644 --- a/paths/splits_ticker.yaml +++ b/paths/splits_ticker.yaml @@ -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 diff --git a/paths/symbol-change-history.yaml b/paths/symbol-change-history.yaml index ac0c5ae..19d09ab 100644 --- a/paths/symbol-change-history.yaml +++ b/paths/symbol-change-history.yaml @@ -19,12 +19,6 @@ schema: type: string format: date - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: ex in: query required: false diff --git a/paths/technical_ticker.yaml b/paths/technical_ticker.yaml index 7f116a1..9c3c15d 100644 --- a/paths/technical_ticker.yaml +++ b/paths/technical_ticker.yaml @@ -12,12 +12,6 @@ for Apple Inc. schema: type: string - - name: api_token - in: query - required: true - description: Your API token for authentication. - schema: - type: string - name: function in: query required: true diff --git a/paths/ticks.yaml b/paths/ticks.yaml index 8af2d26..da99d10 100644 --- a/paths/ticks.yaml +++ b/paths/ticks.yaml @@ -11,12 +11,6 @@ description: Ticker symbol (e.g., 'AAPL' or 'AAPL.US' for US-listed stocks). schema: type: string - - name: api_token - in: query - required: true - description: API key for authentication - schema: - type: string - name: from in: query required: false diff --git a/paths/us-quote-delayed.yaml b/paths/us-quote-delayed.yaml index 44ba373..667ed23 100644 --- a/paths/us-quote-delayed.yaml +++ b/paths/us-quote-delayed.yaml @@ -4,12 +4,6 @@ description: Returns 15-minute delayed quote data for US equities. Supports multiple symbols in a single request. operationId: GetUSQuoteDelayed parameters: - - name: api_token - in: query - required: true - description: Your API token for authentication. - schema: - type: string - name: s in: query required: true diff --git a/paths/user.yaml b/paths/user.yaml index 6321486..54637b2 100644 --- a/paths/user.yaml +++ b/paths/user.yaml @@ -4,12 +4,6 @@ description: Returns details about the authenticated user, including subscription info and API usage. operationId: GetUserDetails parameters: - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: fmt in: query required: false diff --git a/paths/ust_bill-rates.yaml b/paths/ust_bill-rates.yaml index 3f3032b..5d27f64 100644 --- a/paths/ust_bill-rates.yaml +++ b/paths/ust_bill-rates.yaml @@ -4,12 +4,6 @@ description: Returns daily US Treasury bill rates (discount rates for 4-week, 8-week, 13-week, 17-week, 26-week, and 52-week bills). operationId: GetUSTBillRates parameters: - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: from in: query required: false diff --git a/paths/ust_long-term-rates.yaml b/paths/ust_long-term-rates.yaml index 6f3c4f1..00e112b 100644 --- a/paths/ust_long-term-rates.yaml +++ b/paths/ust_long-term-rates.yaml @@ -4,12 +4,6 @@ description: Returns US Treasury long-term average rates and extrapolation factors for maturities beyond 30 years. operationId: GetUSTLongTermRates parameters: - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: from in: query required: false diff --git a/paths/ust_real-yield-rates.yaml b/paths/ust_real-yield-rates.yaml index f6f095b..ff22247 100644 --- a/paths/ust_real-yield-rates.yaml +++ b/paths/ust_real-yield-rates.yaml @@ -4,12 +4,6 @@ description: Returns daily US Treasury real yield curve rates (TIPS-derived real yields for 5-year, 7-year, 10-year, 20-year, and 30-year maturities). operationId: GetUSTRealYieldRates parameters: - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: from in: query required: false diff --git a/paths/ust_yield-rates.yaml b/paths/ust_yield-rates.yaml index ae4ee52..408ee96 100644 --- a/paths/ust_yield-rates.yaml +++ b/paths/ust_yield-rates.yaml @@ -4,12 +4,6 @@ description: Returns daily US Treasury yield curve rates (constant maturity rates for 1-month through 30-year maturities). operationId: GetUSTYieldRates parameters: - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string - name: from in: query required: false diff --git a/paths/v1.1_bulk-fundamentals_EXCHANGE.yaml b/paths/v1.1_bulk-fundamentals_EXCHANGE.yaml index 68028f5..b9a0f63 100644 --- a/paths/v1.1_bulk-fundamentals_EXCHANGE.yaml +++ b/paths/v1.1_bulk-fundamentals_EXCHANGE.yaml @@ -12,12 +12,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 diff --git a/paths/v1.1_fundamentals_ticker.yaml b/paths/v1.1_fundamentals_ticker.yaml index 452dd39..4d0b390 100644 --- a/paths/v1.1_fundamentals_ticker.yaml +++ b/paths/v1.1_fundamentals_ticker.yaml @@ -16,14 +16,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 diff --git a/paths/v2_exchange-details.yaml b/paths/v2_exchange-details.yaml index 5befd1a..e3c6c7c 100644 --- a/paths/v2_exchange-details.yaml +++ b/paths/v2_exchange-details.yaml @@ -5,13 +5,6 @@ Use these codes to request details for a specific exchange via /v2/exchange-details/{code}. operationId: ListExchangeDetailsV2 - parameters: - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string responses: '200': description: Successful response with list of exchange codes. diff --git a/paths/v2_exchange-details_code.yaml b/paths/v2_exchange-details_code.yaml index 6c25426..91fc249 100644 --- a/paths/v2_exchange-details_code.yaml +++ b/paths/v2_exchange-details_code.yaml @@ -23,12 +23,6 @@ tokyo: summary: Tokyo Stock Exchange value: XTKS - - name: api_token - in: query - required: true - description: API token for authentication. - schema: - type: string responses: '200': description: Successful response with exchange details, trading hours, and