summaryrefslogtreecommitdiffstats
path: root/openbb_platform/providers/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/providers/README.md')
-rw-r--r--openbb_platform/providers/README.md26
1 files changed, 2 insertions, 24 deletions
diff --git a/openbb_platform/providers/README.md b/openbb_platform/providers/README.md
index 277863289bd..68c5062807e 100644
--- a/openbb_platform/providers/README.md
+++ b/openbb_platform/providers/README.md
@@ -1,30 +1,8 @@
# Providers
-## Available Providers
+In this folder you can find the providers that were created or are supported by OpenBB.
-See full list of available providers in the [PROVIDERS file](../PROVIDERS.md)
-
-## Default Provider Configuration
-
-To configure the default providers for each route, edit the `.openbb_platform/user_settings.json` file in your home directory using the following template:
-
-```json
-{
- "defaults": {
- "routes": {
- "/equity/price/historical": {
- "provider": "fmp"
- },
- "/equity/fundamental/balance": {
- "provider": "polygon"
- },
- ...
- }
- }
-}
-```
-
-## Provider Information
+## Recommended structure
Every provider is located within a directory, with the following structure: