Files
OpenBB/openbb_terminal/miscellaneous/models/hub_credentials.json
dio db9d462188 Feature/companies house (#4721)
* Addition of UK Companies House data. Allows you to search for companies and inspect their details and download any filings including accounts

* reformatting of code

* reformatting

* reformat code

* reformat

* fix codespell issue

* updated for changes in way key are handled

* small reformatting

* added timeout for requests

* formatting

* ruff order fixes

* black reformatting

* merge issue - removed function call_openbb

* black format change

* Added new Companies House functionality to SDK

* formattng

* more Formatting (black)

* Ruff fix

* change return type for function

* forced type conversion

* return type fix

* correct error return type

* fix return type

* deleted companieshouse tests as they require API key

* Extra validation added for when data not exist from remote calls

* Added extra commands to en.yml

* spelling mistake correction

* fat finger trouble corrected

* Save documents with identifying names and allow documents to be viewed directly within OpenBB

* ruff updates

* black changes

* ruff change

* Addition of currently loaded company information in menu

* add entry in the API keys guide for Companies Hosue

* adds images to api keys guide

* adds section in SDK API Keys Guide for Companies House

* test file for companieshouse_model

* changed test data due to ruff line size limit

* resolve merge issues

* resolve merge issue

* doc strings examples

* added docstrings for companieshouse_model

* allow download_filking_document methid in view class to be called from SDK

* added docstring for download_filing_document SDK method

* correct Companies house key literal

* replace starnge . with ,

* add check_api_key decorator to each methopd in controller

* implement next and previous for looping through filings

* ruff changes

* correct tests

* companing filings now allows you specify category

* ruff line length issue resolved

* retrieves all filings  and  added charges command

* bug fix

* Added limit parameter to filings command, def :100

* fix ruff issue

* added get_charges to sdk and to test class

* resolved ruff line length issue

* add some view tests

* add some controller tests

* applying fix not merged to develop yet, column_keep_types=['Company Number']

* fix i18n description

* update test_print_help

* actually update test_print_help.txt

* Update en.yml - no colon

* rerorder imports - ruff failurre

* simple text change

* ruff fix

* help text change trying to fix pytest issue

---------

Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com>
Co-authored-by: James Maslek <jmaslek11@gmail.com>
2023-08-28 14:28:33 +00:00

42 lines
1.1 KiB
JSON
Vendored

{
"API_OPENAI_KEY": "",
"API_ULTIMA_KEY": "",
"API_DATABENTO_KEY": "",
"API_KEY_ALPHAVANTAGE": "",
"API_KEY_FINANCIALMODELINGPREP": "",
"API_KEY_QUANDL": "",
"API_POLYGON_KEY": "",
"API_FRED_KEY": "",
"API_NEWS_TOKEN": "",
"API_BIZTOC_TOKEN": "",
"API_CMC_KEY": "",
"API_FINNHUB_KEY": "",
"API_WHALE_ALERT_KEY": "",
"API_GLASSNODE_KEY": "",
"API_COINGLASS_KEY": "",
"API_ETHPLORER_KEY": "",
"API_CRYPTO_PANIC_KEY": "",
"API_BITQUERY_KEY": "",
"API_SMARTSTAKE_KEY": "",
"API_SMARTSTAKE_TOKEN": "",
"API_MESSARI_KEY": "",
"API_SHROOM_KEY": "",
"API_SANTIMENT_KEY": "",
"API_EODHD_KEY": "",
"API_TOKEN_TERMINAL_KEY": "",
"API_STOCKSERA_KEY": "",
"API_INTRINIO_KEY": "",
"API_GITHUB_KEY": "",
"API_REDDIT_CLIENT_ID": "",
"API_REDDIT_CLIENT_SECRET": "",
"API_REDDIT_USERNAME": "",
"API_REDDIT_USER_AGENT": "",
"API_REDDIT_PASSWORD": "",
"API_TWITTER_KEY": "",
"API_TWITTER_SECRET_KEY": "",
"API_TWITTER_BEARER_TOKEN": "",
"API_COMPANIESHOUSE_KEY": "",
"API_DAPPRADAR_KEY": "",
"API_KEY_NIXTLA": ""
}