feat(sec): add fiscal period filter for SEC company concepts #6685
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request the OpenBB Platform
Description
Resolves part of #6654 (comment)
Allows for SEC company concepts to be filtered by fiscal period.
How has this been tested?
Please describe the tests that you ran to verify your changes.
Please provide instructions so we can reproduce.
Please also list any relevant details for your test configuration.
Ensure all unit and integration tests pass.
If you modified/added command(s):
- If a new provider was introduced or a new fetcher was added to an existing provider: - [ ] Ensure the existing tests pass. - [ ] Ensure the new provider and/or fetcher is stable and usable. - [ ] If applicable, please add new tests for the provider and/or fetcher (see [CONTRIBUTING.md](/openbb_platform/CONTRIBUTING.md) to leverage semi-automated testing). - If a new provider or extension was added: - [ ] Update the list of [Extensions](/openbb_platform/EXTENSIONS.md). - [ ] Update the list of [Providers](/openbb_platform/PROVIDERS.md). - [ ] If it's a community extension or provider, update the [integration tests GitHub Action workflow](/.github/workflows/platform-api-integration-test.yml).
Checklist
feature/feature-name
orhotfix/hotfix-name
.