[Feature] Add Intrinio ETF Info/Search (#6198)

* add intrinio etf info

* black

* should have been "x-unit_measurement"

* field order thing

* another field order

* review things
This commit is contained in:
Danglewood
2024-03-13 10:06:11 -07:00
committed by GitHub
parent a7a7c647b0
commit d984637844
10 changed files with 1928 additions and 22 deletions

View File

@@ -31,6 +31,13 @@ def obb(pytestconfig): # pylint: disable=inconsistent-return-statements
"use_cache": False,
}
),
(
{
"query": "vanguard",
"provider": "intrinio",
"exchange": "arcx",
}
),
],
)
@pytest.mark.integration
@@ -230,6 +237,7 @@ def test_etf_historical(params, obb):
({"symbol": "IOO", "provider": "fmp"}),
({"symbol": "XIU", "provider": "tmx", "use_cache": False}),
({"symbol": "QQQ", "provider": "yfinance"}),
({"symbol": "IOO,QQQ", "provider": "intrinio"}),
],
)
@pytest.mark.integration