add Intrinio ETF Holdings (#6208)

This commit is contained in:
Danglewood
2024-03-15 08:05:20 -07:00
committed by GitHub
parent 0239e6edbb
commit c55f93c865
8 changed files with 453 additions and 13 deletions

View File

@@ -325,6 +325,12 @@ def test_etf_holdings_date(params, obb):
"use_cache": False,
}
),
(
{
"symbol": "DJIA",
"provider": "intrinio",
}
),
],
)
@pytest.mark.integration