diff --git a/organizations/alpha_vantage.json b/organizations/alpha_vantage.json new file mode 100644 index 00000000..4d7e0679 --- /dev/null +++ b/organizations/alpha_vantage.json @@ -0,0 +1,7 @@ +{ + "id": "ALPHA_VANTAGE", + "name": "Alpha Vantage", + "iconUrl": + "https://windsor.ai/wp-content/uploads/2024/02/alpha_vantage.png", + "orgUrl": "https://www.alphavantage.co/" +} diff --git a/sources/alpha_vantage.json b/sources/alpha_vantage.json new file mode 100644 index 00000000..68bf3a42 --- /dev/null +++ b/sources/alpha_vantage.json @@ -0,0 +1,9 @@ +{ + "id": "ALPHA_VANTAGE", + "name": "Alpha Vantage", + "categories": ["FINANCE"], + "organization": "ALPPHA VANTAGE", + "iconUrl": "https://windsor.ai/wp-content/uploads/2024/02/alpha_vantage.png", + "sourceUrl": "https://www.alphavantage.co/", + "dataVisibility": ["PRIVATE"] +}