Skip to content

Commit

Permalink
Merge pull request #8 from AG3NTZ3R0/fixIssueIdReadMe
Browse files Browse the repository at this point in the history
Fixes `issueId` in `README.md`
  • Loading branch information
AG3NTZ3R0 authored Feb 24, 2024
2 parents 52a1a8c + 7f2c515 commit eed859b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ json_response = api_wrapper.request()
```

#### Translate Endpoint
A majority of the CNBC API endpoints require an `issueId` or `issueIds` parameter. The translate endpoint is used to convert a symbol to an issueId. <br>
A majority of the CNBC API endpoints require an `issueId` or `issueIds` parameter. The translate endpoint is used to convert a symbol to an `issueId`. <br>
Note: The `APIWrapper` class contains a translation table which can be loaded and saved to a file to reduce the number of requests to the CNBC API.

0 comments on commit eed859b

Please sign in to comment.